RoleInfo Class |
Namespace: Omada.OE.Solution.OIM.Model
[SerializableAttribute] public class RoleInfo
The RoleInfo type exposes the following members.
| Name | Description | |
|---|---|---|
| GetRoleCategory |
Returns the role category which is stated on the role that the assignment is for.
| |
| GetRoleCategoryId(ICalculatedRoleAssignment) |
Returns the id of the role category set property value which is stated on the role that the assignment is for.
| |
| GetRoleCategoryId(IDataObject) |
Returns the id of the role category set property value, which is stated on the role.
| |
| GetRoleInfo | ||
| GetRoleOwnerIds |
Returns the owner(s) of a role.
The owners are either user or group ids (or both).
The method starts with looking at the role itself - if it has one or more owners these are returned.
If not it looks at the role folder - if it has one or more owners these are returned.
The method can return an empty collection if no owners are found.
| |
| GetRoleTypeId |
Returns the id of the role type data object which is stated on the role that the assignment is for.
|
| Name | Description | |
|---|---|---|
| Id | ||
| OrgUnitId |
DEPRECATED.
Org. unit which the role is defined for.
| |
| RoleCategoryId | ||
| RoleFolder | ||
| RoleFolderId |
Role folder which the role is located in.
| |
| RoleID | ||
| RoleName | ||
| RoleType | ||
| RoleTypeId | ||
| SystemId |
System which the role belongs to (can be 0).
|
| Name | Description | |
|---|---|---|
| ToBool |
Converts object to boolean.
(Defined by ObjectExtensions.) | |
| ToDateTime |
Converts object to DateTime.
(Defined by ObjectExtensions.) | |
| ToInt |
Converts object to integer.
(Defined by ObjectExtensions.) |