Class PerspectiveTableIndexer
Inheritance
PerspectiveTableIndexer
Assembly: TOMWrapper.dll
Syntax
public class PerspectiveTableIndexer : PerspectiveIndexer, IEnumerable<bool>, IEnumerable
Properties
Table
Declaration
protected Table Table { get; }
Property Value
Methods
EnsurePTExists(Perspective)
Declaration
public PerspectiveTable EnsurePTExists(Perspective perspective)
Parameters
Returns
Type |
Description |
PerspectiveTable |
|
GetValue(Perspective)
Declaration
protected override bool GetValue(Perspective perspective)
Parameters
Returns
Overrides
SetInPerspective(Perspective, bool)
Declaration
protected override void SetInPerspective(Perspective perspective, bool included)
Parameters
Overrides
Implements
Extension Methods