RoleManager Class |
Namespace: PsrApi.Managers
public class RoleManager : BaseManager
The RoleManager type exposes the following members.
| Name | Description | |
|---|---|---|
| AddRole |
Adds a new role.
| |
| DeleteRole |
Deletes a role.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (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 | Gets the Type of the current instance. (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 | Returns a string that represents the current object. (Inherited from Object.) | |
| UpdateRole |
Updates the given role.
|