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