Take the community feedback survey now.

Class EnumModel

Inheritance
System.Object
EnumModel
Inherited Members
Namespace: EPiServer.Commerce.UI.Admin.BusinessFoundation.Internal.MetaManagement.Models
Assembly: EPiServer.Commerce.UI.Admin.dll
Version: 14.26.0
Syntax
public class EnumModel : ShowOnTableModel

Constructors

EnumModel()

Declaration
public EnumModel()

Properties

DefaultId

Declaration
public string DefaultId { get; set; }
Property Value
Type Description
System.String

EnumName

Declaration
public string EnumName { get; set; }
Property Value
Type Description
System.String

FieldType

Declaration
public string FieldType { get; set; }
Property Value
Type Description
System.String

FriendlyName

Declaration
public string FriendlyName { get; set; }
Property Value
Type Description
System.String

IsEditable

Declaration
public bool IsEditable { get; set; }
Property Value
Type Description
System.Boolean

IsPublic

Declaration
public bool IsPublic { get; set; }
Property Value
Type Description
System.Boolean

TableData

Declaration
public List<RowData> TableData { get; set; }
Property Value
Type Description
System.Collections.Generic.List<RowData>