Class PerspectiveIndexer
Inheritance
PerspectiveIndexer
Assembly: TOMWrapper.dll
Syntax
[TypeConverter(typeof(IndexerConverter))]
public abstract class PerspectiveIndexer : GenericIndexer<Perspective, bool>, IEnumerable<bool>, IEnumerable
Fields
PerspectiveObject
Declaration
protected readonly ITabularPerspectiveObject PerspectiveObject
Field Value
Properties
IsCopying
Declaration
protected bool IsCopying { get; }
Property Value
Summary
Declaration
public override string Summary { get; }
Property Value
Overrides
Methods
All()
Includes the object in all perspectives.
Declaration
CopyFrom(string[])
Declaration
public void CopyFrom(string[] perspectives)
Parameters
Type |
Name |
Description |
string[] |
perspectives |
|
GetCollection()
Declaration
protected override TabularObjectCollection<Perspective> GetCollection()
Returns
Overrides
None()
Removes the object from all perspectives.
Declaration
SetInPerspective(Perspective, bool)
Declaration
protected abstract void SetInPerspective(Perspective perspective, bool include)
Parameters
SetValue(Perspective, bool)
Declaration
protected override void SetValue(Perspective perspective, bool include)
Parameters
Overrides
ToJson()
Declaration
public override string ToJson()
Returns
Overrides
Implements
Extension Methods