Class EndpointSubtree
Represents an endpoint 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 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(int, 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 |
|---|---|---|
| int | 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
[DataMember(EmitDefaultValue = false)]
public Collection<IdentitySubtree> Identities { get; }
Property Value
| Type | Description |
|---|---|
| Collection<IdentitySubtree> |
PhysicalAddress
Gets or sets endpoint physical address (listening uri or client via).
Declaration
[DataMember]
public Uri PhysicalAddress { get; set; }
Property Value
| Type | Description |
|---|---|
| Uri |