Class EndpointSummary
Represents the basic information about service endpoint.
Inherited Members
Namespace: Nevatech.Vsb.Repository.Entities
Assembly: Nevatech.Vsb.Repository.dll
Syntax
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
public NodeAddressKind AddressKind { get; set; }
Property Value
Type | Description |
---|---|
NodeAddressKind |
BindingId
Gets or sets identifier of the binding that endpoint is configured with.
Declaration
public int BindingId { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
BindingName
Gets or sets friendly name of the binding that endpoint is configured with.
Declaration
public string BindingName { get; set; }
Property Value
Type | Description |
---|---|
String |
EndpointId
Gets or sets endpoint identifier.
Declaration
public int EndpointId { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
EndpointName
Gets or sets endpoint WSDL name (port name).
Declaration
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
public bool IsEnabled { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
Kind
Gets or sets the service kind (SOAP, REST, OpenData) that endpoint belongs to.
Declaration
public ServiceKind Kind { get; set; }
Property Value
Type | Description |
---|---|
ServiceKind |
PhysicalAddress
Gets or sets endpoint physical address.
Declaration
public Uri PhysicalAddress { get; set; }
Property Value
Type | Description |
---|---|
Uri |
ServiceId
Gets or sets the identifier of the service that endpoint belongs to.
Declaration
public int ServiceId { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
ServiceName
Gets or sets service name that endpoint belongs to.
Declaration
public string ServiceName { get; set; }
Property Value
Type | Description |
---|---|
String |
ServiceVersionId
Gets or sets identifier of the service version that endpoint belongs to.
Declaration
public int ServiceVersionId { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
ServiceVersionName
Gets or sets friendly name of the service version that endpoint belongs to.
Declaration
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
public int ServiceVersionNumber { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
ServiceVersionVersion
Gets or sets the custom-defined version identifier of the service version that endpoint belongs to.
Declaration
public string ServiceVersionVersion { get; set; }
Property Value
Type | Description |
---|---|
String |