Class LogicalGroup
Assembly: TOMWrapper.dll
Syntax
public sealed class LogicalGroup : DynamicPropertyObject, ICustomTypeDescriptor, ITabularObjectContainer, ITabularNamedObject, ITabularObject, INotifyPropertyChanged, INamedObject
Properties
Cultures
Declaration
[TypeConverter(typeof(StringConverter))]
public CultureCollection Cultures { get; }
Property Value
IsRemoved
Declaration
public bool IsRemoved { get; }
Property Value
Declaration
[Browsable(false)]
public int MetadataIndex { get; }
Property Value
Model
Declaration
public Model Model { get; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
ObjectType
Declaration
public ObjectType ObjectType { get; }
Property Value
Perspectives
Declaration
[TypeConverter(typeof(StringConverter))]
public PerspectiveCollection Perspectives { get; }
Property Value
Roles
Declaration
[TypeConverter(typeof(StringConverter))]
public ModelRoleCollection Roles { get; }
Property Value
TranslatedNames
Declaration
[Browsable(false)]
public TranslationIndexer TranslatedNames { get; }
Property Value
Methods
CanDelete()
Declaration
Returns
CanDelete(out string)
Declaration
public bool CanDelete(out string message)
Parameters
Type |
Name |
Description |
string |
message |
|
Returns
Delete()
Declaration
GetChildren()
Declaration
public IEnumerable<ITabularNamedObject> GetChildren()
Returns
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Implements
Extension Methods