Search Results for

    Show / Hide Table of Contents

    Class SheetRow

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

    Properties

    | Edit this page View Source

    Cells

    Declaration
    public List<SheetCell> Cells { get; }
    Property Value
    Type Description
    List<SheetCell>
    | Edit this page View Source

    Key

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

    RowId

    Declaration
    public string RowId { get; }
    Property Value
    Type Description
    string

    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()

    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