Search Results for

    Show / Hide Table of Contents

    Class IntCell

    Inheritance
    object
    SheetCell
    SheetCellBase<int, int>
    SheetCell<int>
    NumericCell<int>
    IntCell
    Implements
    IEquatable<SheetCell>
    IValueCell<int>
    IValueCell
    Inherited Members
    NumericCell<int>.GetSearchText()
    NumericCell<int>.IsNullOrEmpty()
    SheetCell<int>.Value
    SheetCellBase<int, int>.Value
    SheetCellBase<int, int>.GetBoxedValue()
    SheetCellBase<int, int>.ResetValue()
    SheetCellBase<int, int>.Equals(SheetCell)
    SheetCellBase<int, int>.GetHashCode()
    SheetCell.Create(string, ColumnDataType)
    SheetCell.CreateAssetCell(string, ColumnDataType, ObjectReference)
    SheetCell.ColumnId
    SheetCell.Equals(SheetCell)
    SheetCell.Equals(object)
    SheetCell.GetHashCode()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.AIDevKit.Sheets
    Assembly: Glitch9.AIDevKit.Sheets.dll
    Syntax
    [Serializable]
    public sealed class IntCell : NumericCell<int>, IEquatable<SheetCell>, IValueCell<int>, IValueCell

    Constructors

    | Edit this page View Source

    IntCell(string, int)

    Declaration
    public IntCell(string columnId, int value = 0)
    Parameters
    Type Name Description
    string columnId
    int 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