Table of Contents

Class PerspectiveIndexer

Inheritance
PerspectiveIndexer
Implements
Derived
Inherited Members
Namespace
TabularEditor.TOMWrapper
Assembly
TOMWrapper.dll
[TypeConverter(typeof(IndexerConverter))]
public abstract class PerspectiveIndexer : GenericIndexer<Perspective, bool>, IEnumerable<bool>, IEnumerable
Extension Methods

Fields

PerspectiveObject

protected readonly ITabularPerspectiveObject PerspectiveObject

Field Value

Type Description
ITabularPerspectiveObject

Properties

IsCopying

protected bool IsCopying { get; }

Property Value

Type Description
bool

Summary

public override string Summary { get; }

Property Value

Type Description
string

Methods

All()

Includes the object in all perspectives.

public void All()

CopyFrom(string[])

public void CopyFrom(string[] perspectives)

Parameters

Type Name Description
string[] perspectives

GetCollection()

protected override TabularObjectCollection<Perspective> GetCollection()

Returns

Type Description
TabularObjectCollection<Perspective>

None()

Removes the object from all perspectives.

public void None()

SetInPerspective(Perspective, bool)

protected abstract void SetInPerspective(Perspective perspective, bool include)

Parameters

Type Name Description
Perspective perspective
bool include

SetValue(Perspective, bool)

protected override void SetValue(Perspective perspective, bool include)

Parameters

Type Name Description
Perspective perspective
bool include

ToJson()

public override string ToJson()

Returns

Type Description
string