Show / Hide Table of Contents

    Class LinkExtensions

    Represents the link extensions.

    Inheritance
    Object
    LinkExtensions
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: Platform.Data.Triplets
    Assembly: Platform.Data.Triplets.dll
    Syntax
    public static class LinkExtensions

    Methods

    | Improve this Doc View Source

    GetArrayOfRererersByLinker(Link)

    Gets the array of rererers by linker using the specified link.

    Declaration
    public static Link[] GetArrayOfRererersByLinker(this Link link)
    Parameters
    Type Name Description
    Link link

    The link.

    Returns
    Type Description
    Link[]

    The link array

    | Improve this Doc View Source

    GetArrayOfRererersBySource(Link)

    Gets the array of rererers by source using the specified link.

    Declaration
    public static Link[] GetArrayOfRererersBySource(this Link link)
    Parameters
    Type Name Description
    Link link

    The link.

    Returns
    Type Description
    Link[]

    The link array

    | Improve this Doc View Source

    GetArrayOfRererersByTarget(Link)

    Gets the array of rererers by target using the specified link.

    Declaration
    public static Link[] GetArrayOfRererersByTarget(this Link link)
    Parameters
    Type Name Description
    Link link

    The link.

    Returns
    Type Description
    Link[]

    The link array

    | Improve this Doc View Source

    Is(Link, Link)

    Determines whether is.

    Declaration
    public static bool Is(this Link link, Link class)
    Parameters
    Type Name Description
    Link link

    The link.

    Link class
    Returns
    Type Description
    Boolean

    The bool

    | Improve this Doc View Source

    IsChar(Link)

    Determines whether is char.

    Declaration
    public static bool IsChar(this Link link)
    Parameters
    Type Name Description
    Link link

    The link.

    Returns
    Type Description
    Boolean

    The bool

    | Improve this Doc View Source

    IsGroup(Link)

    Determines whether is group.

    Declaration
    public static bool IsGroup(this Link link)
    Parameters
    Type Name Description
    Link link

    The link.

    Returns
    Type Description
    Boolean

    The bool

    | Improve this Doc View Source

    IsName(Link)

    Determines whether is name.

    Declaration
    public static bool IsName(this Link link)
    Parameters
    Type Name Description
    Link link

    The link.

    Returns
    Type Description
    Boolean

    The bool

    | Improve this Doc View Source

    IsString(Link)

    Determines whether is string.

    Declaration
    public static bool IsString(this Link link)
    Parameters
    Type Name Description
    Link link

    The link.

    Returns
    Type Description
    Boolean

    The bool

    | Improve this Doc View Source

    IsSum(Link)

    Determines whether is sum.

    Declaration
    public static bool IsSum(this Link link)
    Parameters
    Type Name Description
    Link link

    The link.

    Returns
    Type Description
    Boolean

    The bool

    | Improve this Doc View Source

    SetName(Link, String)

    Sets the name using the specified link.

    Declaration
    public static Link SetName(this Link link, string name)
    Parameters
    Type Name Description
    Link link

    The link.

    String name

    The name.

    Returns
    Type Description
    Link

    The link.

    | Improve this Doc View Source

    TryGetName(Link, out String)

    Determines whether try get name.

    Declaration
    public static bool TryGetName(this Link link, out string str)
    Parameters
    Type Name Description
    Link link

    The link.

    String str

    The str.

    Returns
    Type Description
    Boolean

    The bool

    | Improve this Doc View Source

    TryGetSpecificName(Link, out String)

    Determines whether try get specific name.

    Declaration
    public static bool TryGetSpecificName(this Link link, out string name)
    Parameters
    Type Name Description
    Link link

    The link.

    String name

    The name.

    Returns
    Type Description
    Boolean

    The bool

    | Improve this Doc View Source

    WalkThroughSequence(Link, Action<Link>)

    Walks the through sequence using the specified link.

    Declaration
    public static void WalkThroughSequence(this Link link, Action<Link> action)
    Parameters
    Type Name Description
    Link link

    The link.

    Action<Link> action

    The action.

    • Improve this Doc
    • View Source
    Back to top Generated by DocFX