| RoleManager Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: PsrApi.Managers
 Syntax
Syntaxpublic class RoleManager : BaseManager
The RoleManager type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | AddRole | 
                Adds a new role.
             | 
|  | DeleteRole | 
                Deletes a role.
             | 
|  | Equals | (Inherited from Object.) | 
|  | GetHashCode | (Inherited from Object.) | 
|  | GetRole | 
                Returns the role that matches the given ID.
             | 
|  | GetRoleInvolvedOrganisationUnit | 
                Returns a list of IDs of involved organisation units of a historic entry.
             | 
|  | GetRoleList | 
                Returns a list of roles that match the given filter.
             | 
|  | GetRoleListFilter | 
                Returns the container list filter that was at last saved for the user or the default filter
                if defaultFilter is set to true.
             | 
|  | GetType | (Inherited from Object.) | 
|  | GetUserRoles | 
                Returns a list of roles that the user with the given ID is member of.
             | 
|  | GetUsersInRole | 
                Returns a list of organisation unit users that are members of the role with the given ID.
             | 
|  | HasRoleMasterKeyMode | 
                Determines if the role with the given ID is in Master Key mode.
             | 
|  | ToString | (Inherited from Object.) | 
|  | UpdateRole | 
                Updates the given role.
             | 
 See Also
See Also