Search Results for

    Show / Hide Table of Contents

    Class StringCell

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

    Constructors

    | Edit this page View Source

    StringCell(string, string)

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