Class EndpointGroupSubtree
Represents an outbound endpoint group tree node with its children.
Implements
Inherited Members
Namespace: Nevatech.Vsb.Repository.Services
Assembly: Nevatech.Vsb.Repository.dll
Syntax
public sealed class EndpointGroupSubtree : Subtree, IEquatable<Subtree>
Constructors
EndpointGroupSubtree()
Instanciates 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)
Initializes new instance with provided identifier and display name.
Declaration
public EndpointGroupSubtree(int id, string name)
Parameters
Type | Name | Description |
---|---|---|
Int32 | id | Outbound endpoint group identifier. |
String | name | Outbound endpoint group display name. |
Properties
Endpoints
Gets collection of the outbound endpoints in this group.
Declaration
public Collection<EndpointSubtree> Endpoints { get; }
Property Value
Type | Description |
---|---|
Collection<EndpointSubtree> |