Search Results for

    Show / Hide Table of Contents

    Class SheetCellBase<T, TSerializable>

    Inheritance
    object
    SheetCell
    SheetCellBase<T, TSerializable>
    DateTimeCell
    GuidCell
    JObjectCell
    SheetCell<T>
    Implements
    IEquatable<SheetCell>
    IValueCell<T>
    IValueCell
    Inherited Members
    SheetCell.Create(string, ColumnDataType)
    SheetCell.CreateAssetCell(string, ColumnDataType, ObjectReference)
    SheetCell.ColumnId
    SheetCell.IsNullOrEmpty()
    SheetCell.Equals(object)
    object.Equals(object, object)
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.AIDevKit.Sheets
    Assembly: Glitch9.AIDevKit.Sheets.dll
    Syntax
    [Serializable]
    public abstract class SheetCellBase<T, TSerializable> : SheetCell, IEquatable<SheetCell>, IValueCell<T>, IValueCell
    Type Parameters
    Name Description
    T
    TSerializable

    Constructors

    | Edit this page View Source

    SheetCellBase(string, T)

    Declaration
    protected SheetCellBase(string columnId, T value = default)
    Parameters
    Type Name Description
    string columnId
    T value

    Fields

    | Edit this page View Source

    value

    Declaration
    [SerializeField]
    protected TSerializable value
    Field Value
    Type Description
    TSerializable

    Properties

    | Edit this page View Source

    Value

    Declaration
    public abstract T Value { get; }
    Property Value
    Type Description
    T

    Methods

    | Edit this page View Source

    Equals(SheetCell)

    Declaration
    public override bool Equals(SheetCell other)
    Parameters
    Type Name Description
    SheetCell other
    Returns
    Type Description
    bool
    Overrides
    SheetCell.Equals(SheetCell)
    | Edit this page View Source

    GetBoxedValue()

    Declaration
    public object GetBoxedValue()
    Returns
    Type Description
    object
    | Edit this page View Source

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    int
    Overrides
    SheetCell.GetHashCode()
    | Edit this page View Source

    ResetValue()

    Declaration
    public void ResetValue()

    Implements

    IEquatable<T>
    IValueCell<T>
    IValueCell

    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