Show / Hide Table of Contents

    Class EndpointSubtree

    Represents an endpoint tree node with its children.

    Inheritance
    Object
    Subtree
    EndpointSubtree
    Implements
    IEquatable<Subtree>
    Inherited Members
    Subtree.Equals(Subtree)
    Subtree.Equals(Object)
    Subtree.GetHashCode()
    Subtree.ToString()
    Subtree.Id
    Subtree.Key
    Subtree.Name
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Nevatech.Vsb.Repository.Services
    Assembly: Nevatech.Vsb.Repository.dll
    Syntax
    public sealed class EndpointSubtree : Subtree, IEquatable<Subtree>

    Constructors

    EndpointSubtree()

    Instantiates new object.

    Declaration
    public EndpointSubtree()

    EndpointSubtree(Endpoint)

    Initializes new instance from provided endpoint.

    Declaration
    public EndpointSubtree(Endpoint endpoint)
    Parameters
    Type Name Description
    Endpoint endpoint

    Endpoint to be initialized from.

    EndpointSubtree(Int32, String, Guid, Uri)

    Initializes new instance with provided identifier and display name.

    Declaration
    public EndpointSubtree(int id, string name, Guid key, Uri physicalAddress)
    Parameters
    Type Name Description
    Int32 id

    Endpoint identifier.

    String name

    Endpoint display name.

    Guid key

    Behavior's unique key.

    Uri physicalAddress

    Endpoint physical address (listening URI or client via).

    Properties

    Identities

    Gets collection of endpoint identities.

    Declaration
    public Collection<IdentitySubtree> Identities { get; }
    Property Value
    Type Description
    Collection<IdentitySubtree>

    PhysicalAddress

    Gets or sets endpoint physical address (listening uri or client via).

    Declaration
    public Uri PhysicalAddress { get; set; }
    Property Value
    Type Description
    Uri

    Implements

    System.IEquatable<T>
    Back to top Nevatech Sentinet 6.5 Online Documentation