Class MetaEnumItem
Represent meta enum item information.
Inheritance
System.Object
    MetaEnumItem
  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
Assembly: Mediachase.BusinessFoundation.Data.dll
Version: 10.8.0Syntax
public class MetaEnumItem
  Constructors
MetaEnumItem()
Initializes a new instance of the MetaEnumItem class.
Declaration
public MetaEnumItem()
  Properties
AccessLevel
Gets or sets the access level.
Declaration
public AccessLevel AccessLevel { get; set; }
  Property Value
| Type | Description | 
|---|---|
| AccessLevel | The access level.  | 
      
Handle
Gets or sets the id.
Declaration
public int Handle { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 | The id.  | 
      
Name
Gets or sets the name.
Declaration
public string Name { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | The name.  | 
      
OrderId
Gets or sets the order id.
Declaration
public int OrderId { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 | The order id.  | 
      
Owner
Gets or sets the owner.
Declaration
public string Owner { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | The owner.  |