Class UnitOptionRow
Inheritance
UnitOptionRow
Syntax
public sealed class UnitOptionRow
Properties
category
Declaration
public string category { get; set; }
Property Value
Declaration
public int controlInputCount { get; set; }
Property Value
controlOutputCount
Declaration
public int controlOutputCount { get; set; }
Property Value
favoriteKey
Declaration
public string favoriteKey { get; set; }
Property Value
haystackHuman
Declaration
public string haystackHuman { get; set; }
Property Value
haystackProgrammer
Declaration
public string haystackProgrammer { get; set; }
Property Value
id
Declaration
public int id { get; set; }
Property Value
labelHuman
Declaration
public string labelHuman { get; set; }
Property Value
labelProgrammer
Declaration
public string labelProgrammer { get; set; }
Property Value
optionType
Declaration
public string optionType { get; set; }
Property Value
order
Declaration
public int order { get; set; }
Property Value
sourceScriptGuids
Declaration
public string sourceScriptGuids { get; set; }
Property Value
tag1
Declaration
public string tag1 { get; set; }
Property Value
tag2
Declaration
public string tag2 { get; set; }
Property Value
tag3
Declaration
public string tag3 { get; set; }
Property Value
unit
Declaration
public string unit { get; set; }
Property Value
unitType
Declaration
public string unitType { get; set; }
Property Value
Declaration
public string valueInputTypes { get; set; }
Property Value
valueOutputTypes
Declaration
public string valueOutputTypes { get; set; }
Property Value
Methods
ToOption()
Declaration
public IUnitOption ToOption()
Returns
Extension Methods