Class SecurityRoleSummary
Provides summary information about a security role.
Inherited Members
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 |