Search Results for

    Show / Hide Table of Contents

    Class SheetsTypeRules

    Inheritance
    object
    SheetsTypeRules
    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 SheetsTypeRules

    Methods

    | Edit this page View Source

    DoesNotSupportUrl(ColumnDataType)

    Declaration
    public static bool DoesNotSupportUrl(this ColumnDataType cdt)
    Parameters
    Type Name Description
    ColumnDataType cdt
    Returns
    Type Description
    bool
    | Edit this page View Source

    DoesNotSupportUrl(Type)

    Declaration
    public static bool DoesNotSupportUrl(Type type)
    Parameters
    Type Name Description
    Type type
    Returns
    Type Description
    bool
    | Edit this page View Source

    DoesNotSupportUrlMessage(Type)

    Declaration
    public static string DoesNotSupportUrlMessage(Type requestedType)
    Parameters
    Type Name Description
    Type requestedType
    Returns
    Type Description
    string
    | Edit this page View Source

    IsAssetType(ColumnDataType)

    Declaration
    public static bool IsAssetType(this ColumnDataType cdt)
    Parameters
    Type Name Description
    ColumnDataType cdt
    Returns
    Type Description
    bool
    | Edit this page View Source

    IsAudioType(ColumnDataType)

    Declaration
    public static bool IsAudioType(this ColumnDataType cdt)
    Parameters
    Type Name Description
    ColumnDataType cdt
    Returns
    Type Description
    bool
    | Edit this page View Source

    IsGeneratableAssetType(ColumnDataType)

    Declaration
    public static bool IsGeneratableAssetType(this ColumnDataType cdt)
    Parameters
    Type Name Description
    ColumnDataType cdt
    Returns
    Type Description
    bool
    | Edit this page View Source

    IsImageType(ColumnDataType)

    Declaration
    public static bool IsImageType(this ColumnDataType cdt)
    Parameters
    Type Name Description
    ColumnDataType cdt
    Returns
    Type Description
    bool
    | Edit this page View Source

    IsPremitiveType(ColumnDataType)

    Declaration
    public static bool IsPremitiveType(this ColumnDataType cdt)
    Parameters
    Type Name Description
    ColumnDataType cdt
    Returns
    Type Description
    bool
    | Edit this page View Source

    IsRangeType(ColumnDataType)

    Declaration
    public static bool IsRangeType(this ColumnDataType cdt)
    Parameters
    Type Name Description
    ColumnDataType cdt
    Returns
    Type Description
    bool
    | Edit this page View Source

    IsSystemType(ColumnDataType)

    Declaration
    public static bool IsSystemType(this ColumnDataType cdt)
    Parameters
    Type Name Description
    ColumnDataType cdt
    Returns
    Type Description
    bool
    | Edit this page View Source

    IsTextType(ColumnDataType)

    Declaration
    public static bool IsTextType(this ColumnDataType cdt)
    Parameters
    Type Name Description
    ColumnDataType cdt
    Returns
    Type Description
    bool
    | Edit this page View Source

    IsUnityPrimitiveType(ColumnDataType)

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