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