Show / Hide Table of Contents

    Struct LinkDefinition

    The link definition.

    Implements
    IEquatable<LinkDefinition>
    Inherited Members
    ValueType.Equals(Object)
    ValueType.GetHashCode()
    ValueType.ToString()
    Object.Equals(Object, Object)
    Object.GetType()
    Object.ReferenceEquals(Object, Object)
    Namespace: Platform.Data.Triplets
    Assembly: Platform.Data.Triplets.dll
    Syntax
    public struct LinkDefinition : IEquatable<LinkDefinition>

    Constructors

    | Improve this Doc View Source

    LinkDefinition(Link)

    Initializes a new LinkDefinition instance.

    Declaration
    public LinkDefinition(Link link)
    Parameters
    Type Name Description
    Link link

    A link.

    | Improve this Doc View Source

    LinkDefinition(Link, Link, Link)

    Initializes a new LinkDefinition instance.

    Declaration
    public LinkDefinition(Link source, Link linker, Link target)
    Parameters
    Type Name Description
    Link source

    A source.

    Link linker

    A linker.

    Link target

    A target.

    Fields

    | Improve this Doc View Source

    Linker

    The linker.

    Declaration
    public readonly Link Linker
    Field Value
    Type Description
    Link
    | Improve this Doc View Source

    Source

    The source.

    Declaration
    public readonly Link Source
    Field Value
    Type Description
    Link
    | Improve this Doc View Source

    Target

    The target.

    Declaration
    public readonly Link Target
    Field Value
    Type Description
    Link

    Methods

    | Improve this Doc View Source

    Equals(LinkDefinition)

    Determines whether this instance equals.

    Declaration
    public bool Equals(LinkDefinition other)
    Parameters
    Type Name Description
    LinkDefinition other

    The other.

    Returns
    Type Description
    Boolean

    The bool

    Implements

    System.IEquatable<T>
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX