Search Results for

    Show / Hide Table of Contents

    Class SheetCell<T>

    Inheritance
    object
    SheetCell
    SheetCellBase<T, T>
    SheetCell<T>
    AnimationCurveCell
    AssetCell<T>
    BoolCell
    BoundsCell
    ColorCell
    EnumCell
    GradientCell
    NumericCell<T>
    QuaternionCell
    RectCell
    StringCell
    Vector2Cell
    Vector3Cell
    Vector4Cell
    Implements
    IEquatable<SheetCell>
    IValueCell<T>
    IValueCell
    Inherited Members
    SheetCellBase<T, T>.value
    SheetCellBase<T, T>.Value
    SheetCellBase<T, T>.GetBoxedValue()
    SheetCellBase<T, T>.ResetValue()
    SheetCellBase<T, T>.Equals(SheetCell)
    SheetCellBase<T, T>.GetHashCode()
    SheetCell.Create(string, ColumnDataType)
    SheetCell.CreateAssetCell(string, ColumnDataType, ObjectReference)
    SheetCell.ColumnId
    SheetCell.IsNullOrEmpty()
    SheetCell.Equals(SheetCell)
    SheetCell.Equals(object)
    SheetCell.GetHashCode()
    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 SheetCell<T> : SheetCellBase<T, T>, IEquatable<SheetCell>, IValueCell<T>, IValueCell
    Type Parameters
    Name Description
    T

    Constructors

    | Edit this page View Source

    SheetCell(string, T)

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

    Properties

    | Edit this page View Source

    Value

    Declaration
    public override T Value { get; }
    Property Value
    Type Description
    T
    Overrides
    SheetCellBase<T, T>.Value

    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