Show / Hide Table of Contents

    Class Field

    Inheritance
    System.Object
    Field
    Namespace: Appearition.Form
    Assembly: Appearition.SDK.dll
    Syntax
    [Serializable]
    public class Field

    Fields

    CompositeRecursion

    Declaration
    public int CompositeRecursion
    Field Value
    Type Description
    System.Int32

    FieldKey

    Declaration
    public string FieldKey
    Field Value
    Type Description
    System.String

    FieldLabel

    Declaration
    public string FieldLabel
    Field Value
    Type Description
    System.String

    FieldType

    Declaration
    public long FieldType
    Field Value
    Type Description
    System.Int64

    Instructions

    Declaration
    public string Instructions
    Field Value
    Type Description
    System.String

    IsComposite

    Declaration
    public bool IsComposite
    Field Value
    Type Description
    System.Boolean

    ListItems

    Declaration
    public List<string> ListItems
    Field Value
    Type Description
    System.Collections.Generic.List<System.String>

    Ordinal

    Declaration
    public int Ordinal
    Field Value
    Type Description
    System.Int32

    OrdinalComposite

    Declaration
    public int OrdinalComposite
    Field Value
    Type Description
    System.Int32

    Methods

    GetFieldTypeName(Int64)

    Fetches the name of a field type from a given id.

    Declaration
    public static string GetFieldTypeName(long fieldType)
    Parameters
    Type Name Description
    System.Int64 fieldType
    Returns
    Type Description
    System.String

    Extension Methods

    ObjectExtension.ToStream(Object)
    Back to top Appearition SDK for Unity API