Table of Contents

Class LogicalGroup

Inheritance
LogicalGroup
Implements
Inherited Members
Namespace
TabularEditor.TOMWrapper
Assembly
TOMWrapper.dll
public sealed class LogicalGroup : DynamicPropertyObject, ICustomTypeDescriptor, ITabularObjectContainer, ITabularNamedObject, ITabularObject, INotifyPropertyChanged, INamedObject
Extension Methods

Properties

Cultures

[TypeConverter(typeof(StringConverter))]
public CultureCollection Cultures { get; }

Property Value

Type Description
CultureCollection

IsRemoved

public bool IsRemoved { get; }

Property Value

Type Description
bool

MetadataIndex

[Browsable(false)]
public int MetadataIndex { get; }

Property Value

Type Description
int

Model

public Model Model { get; }

Property Value

Type Description
Model

Name

public string Name { get; set; }

Property Value

Type Description
string

ObjectType

public ObjectType ObjectType { get; }

Property Value

Type Description
ObjectType

Perspectives

[TypeConverter(typeof(StringConverter))]
public PerspectiveCollection Perspectives { get; }

Property Value

Type Description
PerspectiveCollection

Roles

[TypeConverter(typeof(StringConverter))]
public ModelRoleCollection Roles { get; }

Property Value

Type Description
ModelRoleCollection

TranslatedNames

[Browsable(false)]
public TranslationIndexer TranslatedNames { get; }

Property Value

Type Description
TranslationIndexer

Methods

CanDelete()

public bool CanDelete()

Returns

Type Description
bool

CanDelete(out string)

public bool CanDelete(out string message)

Parameters

Type Name Description
string message

Returns

Type Description
bool

Delete()

public void Delete()

GetChildren()

public IEnumerable<ITabularNamedObject> GetChildren()

Returns

Type Description
IEnumerable<ITabularNamedObject>

Events

PropertyChanged

public event PropertyChangedEventHandler PropertyChanged

Event Type

Type Description
PropertyChangedEventHandler