Class EndpointSubtree
Represents an endpoint tree node with its children.
Implements
Inherited Members
Namespace: Nevatech.Vsb.Repository.Services
Assembly: Nevatech.Vsb.Repository.dll
Syntax
public sealed class EndpointSubtree : Subtree, IEquatable<Subtree>
Constructors
EndpointSubtree()
Instanciates 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, Uri)
Initializes new instance with provided identifier and display name.
Declaration
public EndpointSubtree(int id, string name, Uri physicalAddress)
Parameters
| Type | Name | Description |
|---|---|---|
| Int32 | id | Endpoint identifier. |
| String | name | Endpoint display name. |
| 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 |