| ApplicationRole Class |
Namespace: Kentico.Membership
public class ApplicationRole : IdentityRole<int>
The ApplicationRole type exposes the following members.
| Name | Description | |
|---|---|---|
| ApplicationRole |
Creates empty role.
| |
| ApplicationRole(RoleInfo) |
Creates a new instance of ApplicationRole based on RoleInfo.
|
| Name | Description | |
|---|---|---|
| DisplayName |
Role display name.
|
| Name | Description | |
|---|---|---|
| MapFromRoleInfo |
Maps RoleInfo properties to the ApplicationRole instance.
| |
| MapToRoleInfo |
Maps ApplicationRole properties to the RoleInfo instance.
|