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
[DataContract(Namespace = "http://schemas.nevatech.com/sentinet/2011/02")]
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(int, string, Guid)
Initializes new instance with provided identifier and display name.
Declaration
public EndpointGroupSubtree(int id, string name, Guid key)
Parameters
| Type | Name | Description |
|---|---|---|
| int | 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
[DataMember(EmitDefaultValue = false)]
public Collection<EndpointSubtree> Endpoints { get; }
Property Value
| Type | Description |
|---|---|
| Collection<EndpointSubtree> |