Search Results for

    Show / Hide Table of Contents

    Class AuthorizationRulesSummary

    Represents the commutative information about a group of selected authorization rules.

    Inheritance
    object
    AuthorizationRulesSummary
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    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
    In This Article
    Back to top Nevatech Sentinet 6.7 Online Documentation