Search Results for

    Show / Hide Table of Contents

    Class CoreLibTypeExtensions

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

    Methods

    | Edit this page View Source

    GetIdOrNull(IHasId<string>)

    Declaration
    public static string GetIdOrNull(this IHasId<string> identifiable)
    Parameters
    Type Name Description
    IHasId<string> identifiable
    Returns
    Type Description
    string
    | Edit this page View Source

    GetNameOrDash(IData)

    Declaration
    public static string GetNameOrDash(this IData data)
    Parameters
    Type Name Description
    IData data
    Returns
    Type Description
    string
    | Edit this page View Source

    HasValue(INullable)

    Declaration
    public static bool HasValue(this INullable nullable)
    Parameters
    Type Name Description
    INullable nullable
    Returns
    Type Description
    bool
    | Edit this page View Source

    IsNullOrEmptyId(IHasId<string>)

    Declaration
    public static bool IsNullOrEmptyId(this IHasId<string> identifiable)
    Parameters
    Type Name Description
    IHasId<string> identifiable
    Returns
    Type Description
    bool
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation