Class Field
Represents a Field within the Asset Layout.
Inheritance
System.Object
Field
Assembly: HuduAPI.dll
Syntax
Properties
ID
Declaration
[JsonProperty("id")]
public int ID { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
Label
Declaration
[JsonProperty("label")]
public string Label { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Position
Declaration
[JsonProperty("position")]
public int Position { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
Value
Declaration
[JsonProperty("value")]
public object Value { get; set; }
Property Value
| Type |
Description |
| System.Object |
|