Class TableOLSIndexer
The TableOLSIndexer is used to browse all filters defined on one specific table, across
all roles in the model. This is in contrast to the RoleOLSIndexer, which browses the
filters across all tables for one specific role.
Inheritance
TableOLSIndexer
Assembly: TOMWrapper.dll
Syntax
[TypeConverter(typeof(IndexerConverter))]
public sealed class TableOLSIndexer : GenericIndexer<ModelRole, MetadataPermission>, IEnumerable<MetadataPermission>, IEnumerable
Fields
Table
Declaration
public readonly Table Table
Field Value
Methods
GetCollection()
Declaration
protected override TabularObjectCollection<ModelRole> GetCollection()
Returns
Overrides
GetValue(ModelRole)
Declaration
protected override MetadataPermission GetValue(ModelRole role)
Parameters
Returns
Overrides
Declaration
protected override void SetValue(ModelRole role, MetadataPermission permission)
Parameters
Overrides
Implements
Extension Methods