Class BindingsSummary
Represents cumulative information about a group of selected bindings.
Inherited Members
Namespace: Nevatech.Vsb.Repository.Entities
Assembly: Nevatech.Vsb.Repository.dll
Syntax
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
public int HostedReferences { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
HostedServiceVersions
Gets or sets the number of actively hosted distinct service versions using at least one public binding.
Declaration
public int HostedServiceVersions { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
ReferencedBindings
Gets or sets the number of bindings that are used at least in one endpoint.
Declaration
public int ReferencedBindings { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
TotalBindings
Gets or sets the total number of public bindings.
Declaration
public int TotalBindings { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
TotalReferences
Gets or sets the total number of endpoints using public bindings.
Declaration
public int TotalReferences { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
TotalServiceVersions
Gets or sets the total number of distinct service versions using at least one public binding.
Declaration
public int TotalServiceVersions { get; set; }
Property Value
Type | Description |
---|---|
Int32 |