Class EnumViewModel
Inheritance
System.Object
EnumViewModel
Assembly: EPiServer.Commerce.UI.Admin.dll
Version: 14.26.0
Syntax
public class EnumViewModel : Object
Constructors
EnumViewModel()
Declaration
Properties
Id
Declaration
public int Id { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
OrderId
Declaration
public int OrderId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Type
Declaration
public string Type { get; set; }
Property Value
Type |
Description |
System.String |
|