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()
    Object.MemberwiseClone()
    Namespace: Nevatech.Vsb.Repository.Entities
    Assembly: Nevatech.Vsb.Repository.dll
    Syntax
    public sealed class SecurityRoleSummary

    Constructors

    SecurityRoleSummary()

    Declaration
    public SecurityRoleSummary()

    Properties

    EnabledUsers

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

    Declaration
    public int EnabledUsers { get; set; }
    Property Value
    Type Description
    Int32

    Id

    Gets or sets the security role identifier.

    Declaration
    public int Id { get; set; }
    Property Value
    Type Description
    Int32

    Name

    Gets or sets the security role name.

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    String

    TotalUsers

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

    Declaration
    public int TotalUsers { get; set; }
    Property Value
    Type Description
    Int32
    Back to top Nevatech Sentinet 6.5 Online Documentation