Class ItemOptionKeyMap
Inheritance
System.Object
ItemOptionKeyMap
Assembly: DirectScale.Disco.Extension.Abstractions.dll
Syntax
public class ItemOptionKeyMap : Object
Constructors
ItemOptionKeyMap()
Declaration
public ItemOptionKeyMap()
Properties
Checked
Declaration
public bool Checked { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ExtSku
Declaration
public string ExtSku { get; set; }
Property Value
Type |
Description |
System.String |
|
Image
Declaration
public string Image { get; set; }
Property Value
Type |
Description |
System.String |
|
ItemId
Declaration
public int ItemId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Key
Declaration
public string Key { get; set; }
Property Value
Type |
Description |
System.String |
|