Click or drag to resize
Role 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 Role : ApplicationRole, IRole<int>

The Role type exposes the following members.

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