Show / Hide Table of Contents

    Class SecurityRoleSummary

    Provides summary information about a security role.

    Inheritance
    System.Object
    SecurityRoleSummary
    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 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
    System.Int32

    Id

    Gets or sets the security role identifier.

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

    Name

    Gets or sets the security role name.

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

    TotalUsers

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

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