Search Results for

    Show / Hide Table of Contents

    Class SheetsPublicExtensions

    Inheritance
    object
    SheetsPublicExtensions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.AIDevKit.Sheets
    Assembly: Glitch9.AIDevKit.Sheets.dll
    Syntax
    public static class SheetsPublicExtensions

    Methods

    | Edit this page View Source

    ContainsKey(SheetTableAsset, string)

    Declaration
    public static bool ContainsKey(this SheetTableAsset table, string rowKey)
    Parameters
    Type Name Description
    SheetTableAsset table
    string rowKey
    Returns
    Type Description
    bool
    | Edit this page View Source

    GetSupportedLocales(SheetTableAsset)

    Declaration
    public static IEnumerable<Locale> GetSupportedLocales(this SheetTableAsset table)
    Parameters
    Type Name Description
    SheetTableAsset table
    Returns
    Type Description
    IEnumerable<Locale>
    | Edit this page View Source

    IsNotNullOrEmpty(SheetTableAsset)

    Declaration
    public static bool IsNotNullOrEmpty(this SheetTableAsset table)
    Parameters
    Type Name Description
    SheetTableAsset table
    Returns
    Type Description
    bool
    | Edit this page View Source

    IsNullOrEmpty(SheetTableAsset)

    Declaration
    public static bool IsNullOrEmpty(this SheetTableAsset table)
    Parameters
    Type Name Description
    SheetTableAsset table
    Returns
    Type Description
    bool
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation