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