Search Results for

    Show / Hide Table of Contents

    Class SecurityRoleSummary

    Provides summary information about a security role.

    Inheritance
    object
    SecurityRoleSummary
    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 SecurityRoleSummary

    Constructors

    SecurityRoleSummary()

    Declaration
    public SecurityRoleSummary()

    Properties

    EnabledUsers

    Gets or sets the total number of enabled users in this role.

    Declaration
    [DataMember]
    public int EnabledUsers { get; set; }
    Property Value
    Type Description
    int

    Id

    Gets or sets the security role identifier.

    Declaration
    [DataMember]
    public int Id { get; set; }
    Property Value
    Type Description
    int

    Name

    Gets or sets the security role name.

    Declaration
    [DataMember]
    public string Name { get; set; }
    Property Value
    Type Description
    string

    TotalUsers

    Gets or sets the total number of users in this role.

    Declaration
    [DataMember]
    public int TotalUsers { get; set; }
    Property Value
    Type Description
    int
    In This Article
    Back to top Nevatech Sentinet 6.7 Online Documentation