Search Results for

    Show / Hide Table of Contents

    Class JObjectCell

    Inheritance
    object
    SheetCell
    SheetCellBase<JObject, string>
    JObjectCell
    Implements
    IEquatable<SheetCell>
    IValueCell<JObject>
    IValueCell
    IStringCell
    ISearchableCell
    Inherited Members
    SheetCellBase<JObject, string>.Value
    SheetCellBase<JObject, string>.GetBoxedValue()
    SheetCellBase<JObject, string>.ResetValue()
    SheetCellBase<JObject, string>.Equals(SheetCell)
    SheetCellBase<JObject, string>.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 JObjectCell : SheetCellBase<JObject, string>, IEquatable<SheetCell>, IValueCell<JObject>, IValueCell, IStringCell, ISearchableCell

    Constructors

    | Edit this page View Source

    JObjectCell(string, JObject)

    Declaration
    public JObjectCell(string columnId, JObject value = null)
    Parameters
    Type Name Description
    string columnId
    JObject value

    Properties

    | Edit this page View Source

    Value

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

    Methods

    | Edit this page View Source

    GetSearchText()

    Declaration
    public string GetSearchText()
    Returns
    Type Description
    string
    | Edit this page View Source

    GetStringValue()

    Declaration
    public string GetStringValue()
    Returns
    Type Description
    string
    | Edit this page View Source

    IsNullOrEmpty()

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

    SetStringValue(string)

    Declaration
    public void SetStringValue(string value)
    Parameters
    Type Name Description
    string value
    | Edit this page View Source

    TrimStringValue()

    Declaration
    public void TrimStringValue()

    Implements

    IEquatable<T>
    IValueCell<T>
    IValueCell
    IStringCell
    ISearchableCell

    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