HuduAPI Client HuduAPI Client
HuduAPI Client HuduAPI Client
DocFX

Search Results for

    Class AssetLayout.AssetLayoutField

    Represents a single Field within an AssetLayout that describes the asset.

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

    Constructors

    AssetLayoutField(Int32, String, String)

    Initializes a new instance of the AssetLayout.AssetLayoutField class.

    Declaration
    public AssetLayoutField(int id, string label, string field_type)
    Parameters
    Type Name Description
    System.Int32 id

    The Assetlayout Field identifier.

    System.String label

    The label displayed in the GUI.

    System.String field_type

    Type of the field.

    Properties

    Expiration

    Declaration
    public bool Expiration { get; set; }
    Property Value
    Type Description
    System.Boolean

    FieldType

    Declaration
    public string FieldType { get; set; }
    Property Value
    Type Description
    System.String

    Hint

    Declaration
    public string Hint { get; set; }
    Property Value
    Type Description
    System.String

    ID

    Declaration
    public int ID { get; set; }
    Property Value
    Type Description
    System.Int32

    IsDestroyed

    Declaration
    public bool IsDestroyed { get; set; }
    Property Value
    Type Description
    System.Boolean

    Label

    Declaration
    public string Label { get; set; }
    Property Value
    Type Description
    System.String

    LinkableId

    Declaration
    public int? LinkableId { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>

    Max

    Declaration
    public int? Max { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>

    Min

    Declaration
    public int? Min { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>

    Options

    Declaration
    public string Options { get; set; }
    Property Value
    Type Description
    System.String

    Position

    Declaration
    public int Position { get; set; }
    Property Value
    Type Description
    System.Int32

    Required

    Declaration
    public bool? Required { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>

    ShowInList

    Declaration
    public bool ShowInList { get; set; }
    Property Value
    Type Description
    System.Boolean
    © Dracon80. All rights reserved.