Class AuthorizationRulesSummary
Represents the commutative information about a group of selected authorization rules.
Inherited Members
Namespace: Nevatech.Vsb.Repository.Entities
Assembly: Nevatech.Vsb.Repository.dll
Syntax
public sealed class AuthorizationRulesSummary
Constructors
AuthorizationRulesSummary()
Initializes an empty instance.
Declaration
public AuthorizationRulesSummary()
Properties
HostedServiceVersions
Gets or sets the number of distinct actively hosted service versions referencing authorization rules.
Declaration
public int HostedServiceVersions { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
ReferencedRules
Gets or sets the number of rules that are referenced by services at least once.
Declaration
public int ReferencedRules { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
TotalReferences
Gets or sets the total number of references to authorization rules by services.
Declaration
public int TotalReferences { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
TotalRules
Gets or sets the total number of authorization rules.
Declaration
public int TotalRules { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
TotalServiceVersions
Gets or sets the total number of distinct service versions referencing authorization rules.
Declaration
public int TotalServiceVersions { get; set; }
Property Value
Type | Description |
---|---|
Int32 |