Show / Hide Table of Contents

    Class IdentitiesSummary

    Represents cumulative information about a group of selected public identities.

    Inheritance
    Object
    IdentitiesSummary
    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 IdentitiesSummary

    Constructors

    IdentitiesSummary()

    Initializes an empty instance.

    Declaration
    public IdentitiesSummary()

    Properties

    HostedReferences

    Gets or sets the number of actively hosted endpoints using public identities.

    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 identity.

    Declaration
    public int HostedServiceVersions { get; set; }
    Property Value
    Type Description
    Int32

    IdentityKinds

    Gets collection of summaries providing information about distribution of the identity kinds among the endpoints.

    Declaration
    public Collection<IdentityKindSummary> IdentityKinds { get; }
    Property Value
    Type Description
    Collection<IdentityKindSummary>

    ReferencedIdentities

    Gets or sets the number of identities that are used in at least one endpoint.

    Declaration
    public int ReferencedIdentities { get; set; }
    Property Value
    Type Description
    Int32

    TotalIdentities

    Gets or sets the total number of public identities.

    Declaration
    public int TotalIdentities { get; set; }
    Property Value
    Type Description
    Int32

    TotalReferences

    Gets or sets the total number of endpoints using public identities.

    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 identity.

    Declaration
    public int TotalServiceVersions { get; set; }
    Property Value
    Type Description
    Int32
    Back to top Nevatech Sentinet 6.5 Online Documentation