Class BindingsSummary
Represents cumulative information about a group of selected bindings.
Inheritance
System.Object
BindingsSummary
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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 |
|---|---|
| System.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 |
|---|---|
| System.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 |
|---|---|
| System.Int32 |
TotalBindings
Gets or sets the total number of public bindings.
Declaration
public int TotalBindings { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
TotalReferences
Gets or sets the total number of endpoints using public bindings.
Declaration
public int TotalReferences { get; set; }
Property Value
| Type | Description |
|---|---|
| System.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 |
|---|---|
| System.Int32 |