Class AuthorizationRulesSummary
Represents the commutative information about a group of selected authorization rules.
Inheritance
System.Object
AuthorizationRulesSummary
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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 |
|---|---|
| System.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 |
|---|---|
| System.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 |
|---|---|
| System.Int32 |
TotalRules
Gets or sets the total number of authorization rules.
Declaration
public int TotalRules { get; set; }
Property Value
| Type | Description |
|---|---|
| System.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 |
|---|---|
| System.Int32 |