Class ItemOption
Inheritance
System.Object
ItemOption
Assembly: DirectScale.Disco.Extension.Abstractions.dll
Syntax
public class ItemOption : Object
Constructors
ItemOption()
Declaration
Properties
Option
Declaration
public string Option { get; set; }
Property Value
Type |
Description |
System.String |
|
OptionId
Declaration
public int OptionId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
OptionType
Declaration
public int OptionType { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Values
Declaration
public ItemOptionValues[] Values { get; set; }
Property Value