Class TableOLSIndexer
- Inheritance
-
TableOLSIndexer
- Implements
-
- Inherited Members
-
- Namespace
- TabularEditor.TOMWrapper
- Assembly
- TOMWrapper.dll
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.
[TypeConverter(typeof(IndexerConverter))]
public sealed class TableOLSIndexer : GenericIndexer<ModelRole, MetadataPermission>, IEnumerable<MetadataPermission>, IEnumerable
- Extension Methods
-
Fields
Table
public readonly Table Table
Field Value
Methods
GetCollection()
protected override TabularObjectCollection<ModelRole> GetCollection()
Returns
GetValue(ModelRole)
protected override MetadataPermission GetValue(ModelRole role)
Parameters
Returns
protected override void SetValue(ModelRole role, MetadataPermission permission)
Parameters