Class ColumnOLSIndexer
The ColumnOLSIndexer is used to browse all MetadataPermissions defined on one specific
column, across all roles in the model. This is in contrast to the RoleOLSIndexer,
which browses the permissions across all tables for one specific role.
Inheritance
ColumnOLSIndexer
Assembly: TOMWrapper.dll
Syntax
[TypeConverter(typeof(IndexerConverter))]
public sealed class ColumnOLSIndexer : GenericIndexer<ModelRole, MetadataPermission>, IEnumerable<MetadataPermission>, IEnumerable
Fields
Column
Declaration
public readonly Column Column
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