Search Results for

    Show / Hide Table of Contents

    Class SheetColumn

    Inheritance
    object
    SheetColumn
    Implements
    ISerializationCallbackReceiver
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Glitch9.AIDevKit.Sheets
    Assembly: Glitch9.AIDevKit.Sheets.dll
    Syntax
    [Serializable]
    public sealed class SheetColumn : ISerializationCallbackReceiver

    Properties

    | Edit this page View Source

    ColumnDataType

    Declaration
    public ColumnDataType ColumnDataType { get; }
    Property Value
    Type Description
    ColumnDataType
    | Edit this page View Source

    ColumnId

    Declaration
    public string ColumnId { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    ColumnName

    Declaration
    public string ColumnName { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Locale

    Declaration
    public Locale Locale { get; }
    Property Value
    Type Description
    Locale

    Methods

    | Edit this page View Source

    OnAfterDeserialize()

    Implement this callback to transform data back into runtime data types after an object is deserialized.

    Declaration
    public void OnAfterDeserialize()
    | Edit this page View Source

    OnBeforeSerialize()

    Implement this callback to transform data into serializable data types immediately before an object is serialized.

    Declaration
    public void OnBeforeSerialize()
    | Edit this page View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    string
    Overrides
    object.ToString()

    Implements

    UnityEngine.ISerializationCallbackReceiver

    Extension Methods

    ArrayExtensions.ToArrayOrEmpty<T>(T)
    ArrayExtensions.ToArrayOrNull<T>(T)
    EventExtensions.ToDelta<T>(T, string, int, string, bool)
    EventExtensions.ToDone<T>(T, string, int, string)
    EventExtensions.ToEvent<T>(T)
    EventExtensions.UpcastDelta<T1, T2>(T1, string, int, string, bool)
    FallbackExtensions.IsOr<TParent, TChild>(TParent, TChild)
    ResponseCastingExtensions.GetResult<T>(T)
    SystemExtensions.GetName(object)
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation