Show / Hide Table of Contents

    Class BindingsSummary

    Represents cumulative information about a group of selected bindings.

    Inheritance
    Object
    BindingsSummary
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    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
    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
    Back to top Nevatech Sentinet 6.5 Online Documentation