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