Click or drag to resize
ApplicationRole Class
Application identity role.
Inheritance Hierarchy
SystemObject
  IdentityRoleInt32
    Kentico.MembershipApplicationRole
      Kentico.MembershipRole

Namespace: Kentico.Membership
Assembly: Kentico.Membership (in Kentico.Membership.dll) Version: 13.0.131
Syntax
C#
public class ApplicationRole : IdentityRole<int>

The ApplicationRole type exposes the following members.

Constructors
  NameDescription
Public methodApplicationRole
Creates empty role.
Public methodApplicationRole(RoleInfo)
Creates a new instance of ApplicationRole based on RoleInfo.
Top
Properties
  NameDescription
Public propertyDisplayName
Role display name.
Top
Methods
  NameDescription
Public methodMapFromRoleInfo
Maps RoleInfo properties to the ApplicationRole instance.
Public methodMapToRoleInfo
Maps ApplicationRole properties to the RoleInfo instance.
Top
See Also