Class AuthorizationGroupsSummary
Represents the commutative information about a group of selected authorization groups.
Inherited Members
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 |