Show / Hide Table of Contents

    Class EndpointGroupSubtree

    Represents an outbound endpoint group tree node with its children.

    Inheritance
    Object
    Subtree
    EndpointGroupSubtree
    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 EndpointGroupSubtree : Subtree, IEquatable<Subtree>

    Constructors

    EndpointGroupSubtree()

    Instantiates new object.

    Declaration
    public EndpointGroupSubtree()

    EndpointGroupSubtree(EndpointGroup)

    Initializes new instance from provided outbound endpoint group.

    Declaration
    public EndpointGroupSubtree(EndpointGroup endpointGroup)
    Parameters
    Type Name Description
    EndpointGroup endpointGroup

    Outbound endpoint group to be initialized from.

    EndpointGroupSubtree(Int32, String, Guid)

    Initializes new instance with provided identifier and display name.

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

    Outbound endpoint group identifier.

    String name

    Outbound endpoint group display name.

    Guid key

    Behavior's unique key.

    Properties

    Endpoints

    Gets collection of the outbound endpoints in this group.

    Declaration
    public Collection<EndpointSubtree> Endpoints { get; }
    Property Value
    Type Description
    Collection<EndpointSubtree>

    Implements

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