Class EndpointSummary
Represents the basic information about service endpoint.
Inherited Members
Namespace: Nevatech.Vsb.Repository.Entities
Assembly: Nevatech.Vsb.Repository.dll
Syntax
[DataContract(Namespace = "http://schemas.nevatech.com/sentinet/2011/02")]
public sealed class EndpointSummary
Constructors
EndpointSummary()
Initializes an empty instance.
Declaration
public EndpointSummary()
Properties
AddressKind
Gets or sets the endpoint address kind: physical or Azure Service Bus.
Declaration
[DataMember]
public NodeAddressKind AddressKind { get; set; }
Property Value
| Type | Description |
|---|---|
| NodeAddressKind |
BindingId
Gets or sets identifier of the binding that endpoint is configured with.
Declaration
[DataMember]
public int BindingId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
BindingName
Gets or sets friendly name of the binding that endpoint is configured with.
Declaration
[DataMember]
public string BindingName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EndpointId
Gets or sets endpoint identifier.
Declaration
[DataMember]
public int EndpointId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
EndpointName
Gets or sets endpoint WSDL name (port name).
Declaration
[DataMember]
public string EndpointName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
IsEnabled
Gets or sets flag indicating that endpoint is enabled (actively hosted on the node).
Declaration
[DataMember]
public bool IsEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
Kind
Gets or sets the service kind (SOAP, REST, OpenData) that endpoint belongs to.
Declaration
[DataMember]
public ServiceKind Kind { get; set; }
Property Value
| Type | Description |
|---|---|
| ServiceKind |
PhysicalAddress
Gets or sets endpoint physical address.
Declaration
[DataMember]
public Uri PhysicalAddress { get; set; }
Property Value
| Type | Description |
|---|---|
| Uri |
ServiceId
Gets or sets the identifier of the service that endpoint belongs to.
Declaration
[DataMember]
public int ServiceId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
ServiceName
Gets or sets service name that endpoint belongs to.
Declaration
[DataMember]
public string ServiceName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ServiceVersionId
Gets or sets identifier of the service version that endpoint belongs to.
Declaration
[DataMember]
public int ServiceVersionId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
ServiceVersionName
Gets or sets friendly name of the service version that endpoint belongs to.
Declaration
[DataMember]
public string ServiceVersionName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ServiceVersionNumber
Gets or sets sequential number of the service version that endpoint belongs to.
Declaration
[DataMember]
public int ServiceVersionNumber { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
ServiceVersionVersion
Gets or sets the custom-defined version identifier of the service version that endpoint belongs to.
Declaration
[DataMember(EmitDefaultValue = false)]
public string ServiceVersionVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| string |