Class GroupElement
Inheritance
System.Object
    GroupElement
  Inherited Members
      System.Object.ToString()
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: Mediachase.BusinessFoundation.Data.Meta.Management
Assembly: Mediachase.BusinessFoundation.Data.dll
Version: 10.8.0Syntax
public class GroupElement
  Constructors
GroupElement()
Initializes a new instance of the GroupElement class.
Declaration
public GroupElement()
  GroupElement(String, String)
Initializes a new instance of the GroupElement class.
Declaration
public GroupElement(string Name, string FieldName)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | Name | The name.  | 
      
| System.String | FieldName | Name of the field.  | 
      
GroupElement(String, String, String)
Initializes a new instance of the GroupElement class.
Declaration
public GroupElement(string Name, string FriendlyName, string FieldName)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | Name | The name.  | 
      
| System.String | FriendlyName | Name of the friendly.  | 
      
| System.String | FieldName | Name of the field.  | 
      
Properties
Attributes
Gets the attributes.
Declaration
public AttributeCollection Attributes { get; set; }
  Property Value
| Type | Description | 
|---|---|
| AttributeCollection | The attributes.  | 
      
FieldName
Gets or sets the name of the field.
Declaration
public string FieldName { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | The name of the field.  | 
      
FriendlyName
Declaration
public string FriendlyName { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Name
Declaration
public string Name { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String |