Class PerspectiveHierarchyIndexer
Inheritance
PerspectiveHierarchyIndexer
Assembly: TOMWrapper.dll
Syntax
public class PerspectiveHierarchyIndexer : PerspectiveIndexer, IEnumerable<bool>, IEnumerable
Constructors
PerspectiveHierarchyIndexer(Hierarchy)
Declaration
public PerspectiveHierarchyIndexer(Hierarchy Hierarchy)
Parameters
Properties
Hierarchy
Declaration
protected Hierarchy Hierarchy { get; }
Property Value
Methods
GetValue(Perspective)
Declaration
protected override bool GetValue(Perspective key)
Parameters
Returns
Overrides
SetInPerspective(Perspective, bool)
Declaration
protected override void SetInPerspective(Perspective perspective, bool included)
Parameters
Overrides
Implements
Extension Methods