Table of Contents

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

Type Description
Table

Methods

GetCollection()

protected override TabularObjectCollection<ModelRole> GetCollection()

Returns

Type Description
TabularObjectCollection<ModelRole>

GetValue(ModelRole)

protected override MetadataPermission GetValue(ModelRole role)

Parameters

Type Name Description
ModelRole role

Returns

Type Description
MetadataPermission

SetValue(ModelRole, MetadataPermission)

protected override void SetValue(ModelRole role, MetadataPermission permission)

Parameters

Type Name Description
ModelRole role
MetadataPermission permission