Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class MetaEnumItem

Represent meta enum item information.

Inheritance
System.Object
MetaEnumItem
Namespace: Mediachase.BusinessFoundation.Data.Meta
Assembly: Mediachase.BusinessFoundation.Data.dll
Version: 14.26.0
Syntax
public class MetaEnumItem : Object

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.