Class BindingsSummary
Represents cumulative information about a group of selected bindings.
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 BindingsSummary
Constructors
BindingsSummary()
Initializes an empty instance.
Declaration
public BindingsSummary()
Properties
HostedReferences
Gets or sets the number of actively hosted endpoints using public bindings.
Declaration
[DataMember]
public int HostedReferences { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
HostedServiceVersions
Gets or sets the number of actively hosted distinct service versions using at least one public binding.
Declaration
[DataMember]
public int HostedServiceVersions { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
ReferencedBindings
Gets or sets the number of bindings that are used at least in one endpoint.
Declaration
[DataMember]
public int ReferencedBindings { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
TotalBindings
Gets or sets the total number of public bindings.
Declaration
[DataMember]
public int TotalBindings { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
TotalReferences
Gets or sets the total number of endpoints using public bindings.
Declaration
[DataMember]
public int TotalReferences { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
TotalServiceVersions
Gets or sets the total number of distinct service versions using at least one public binding.
Declaration
[DataMember]
public int TotalServiceVersions { get; set; }
Property Value
| Type | Description |
|---|---|
| int |