HuduAPI Client HuduAPI Client
HuduAPI Client HuduAPI Client
DocFX

Search Results for

    Class Field

    Represents a Field within the Asset Layout.

    Inheritance
    System.Object
    Field
    Namespace: HuduAPI.Records
    Assembly: HuduAPI.dll
    Syntax
    public class Field

    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
    © Dracon80. All rights reserved.