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
[DataContract(Namespace = "http://schemas.nevatech.com/sentinet/2011/02")]
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
[DataMember]
public int HostedServiceVersions { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
ReferencedGroups
Gets or sets the number of groups that are referenced by services at least once.
Declaration
[DataMember]
public int ReferencedGroups { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
TotalGroups
Gets or sets the total number of authorization groups.
Declaration
[DataMember]
public int TotalGroups { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
TotalReferences
Gets or sets the total number of references to authorization groups by services.
Declaration
[DataMember]
public int TotalReferences { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
TotalServiceVersions
Gets or sets the total number of distinct service versions referencing authorization groups.
Declaration
[DataMember]
public int TotalServiceVersions { get; set; }
Property Value
| Type | Description |
|---|---|
| int |