Show / Hide Table of Contents

    Class AuthorizationGroupsSummary

    Represents the commutative information about a group of selected authorization groups.

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

    Constructors

    AuthorizationGroupsSummary()

    Initializes an empty instance.

    Declaration
    public AuthorizationGroupsSummary()

    Properties

    HostedServiceVersions

    Gets or sets the number of distinct actively hosted service versions referencing authorization groups.

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

    ReferencedGroups

    Gets or sets the number of groups that are referenced by services at least once.

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

    TotalGroups

    Gets or sets the total number of authorization groups.

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

    TotalReferences

    Gets or sets the total number of references to authorization groups by services.

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

    TotalServiceVersions

    Gets or sets the total number of distinct service versions referencing authorization groups.

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