Search Results for

    Show / Hide Table of Contents

    Class LongRangeCell

    Inheritance
    object
    SheetCell
    SheetCellBase<long, long>
    SheetCell<long>
    NumericCell<long>
    NumericRangeCell<long>
    LongRangeCell
    Implements
    IEquatable<SheetCell>
    IValueCell<long>
    IValueCell
    Inherited Members
    NumericRangeCell<long>.Min
    NumericRangeCell<long>.Max
    NumericCell<long>.GetSearchText()
    NumericCell<long>.IsNullOrEmpty()
    SheetCell<long>.Value
    SheetCellBase<long, long>.Value
    SheetCellBase<long, long>.GetBoxedValue()
    SheetCellBase<long, long>.ResetValue()
    SheetCellBase<long, long>.Equals(SheetCell)
    SheetCellBase<long, long>.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 LongRangeCell : NumericRangeCell<long>, IEquatable<SheetCell>, IValueCell<long>, IValueCell

    Constructors

    | Edit this page View Source

    LongRangeCell(string, long, long?, long?)

    Declaration
    public LongRangeCell(string columnId, long value = 0, long? min = null, long? max = null)
    Parameters
    Type Name Description
    string columnId
    long value
    long? min
    long? max

    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