Table of Contents

Class PerspectiveIndexer

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

Fields

PerspectiveObject

C#
protected readonly ITabularPerspectiveObject PerspectiveObject

Field Value

Type Description
ITabularPerspectiveObject

Properties

IsCopying

C#
protected bool IsCopying { get; }

Property Value

Type Description
bool

Summary

C#
public override string Summary { get; }

Property Value

Type Description
string

Methods

All()

Includes the object in all perspectives.

C#
public void All()

CopyFrom(string[])

C#
public void CopyFrom(string[] perspectives)

Parameters

Type Name Description
string[] perspectives

GetCollection()

C#
protected override TabularObjectCollection<Perspective> GetCollection()

Returns

Type Description
TabularObjectCollection<Perspective>

None()

Removes the object from all perspectives.

C#
public void None()

SetInPerspective(Perspective, bool)

C#
protected abstract void SetInPerspective(Perspective perspective, bool include)

Parameters

Type Name Description
Perspective perspective
bool include

SetValue(Perspective, bool)

C#
protected override void SetValue(Perspective perspective, bool include)

Parameters

Type Name Description
Perspective perspective
bool include

ToJson()

C#
public override string ToJson()

Returns

Type Description
string