Class EnumModel
Inheritance
System.Object
EnumModel
Assembly: EPiServer.Commerce.UI.Admin.dll
Version: 14.26.0
public class EnumModel : ShowOnTableModel
Constructors
Declaration
Properties
Declaration
public string DefaultId { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string EnumName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string FieldType { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string FriendlyName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public bool IsEditable { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool IsPublic { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public List<RowData> TableData { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<RowData> |
|