Click or drag to resize

RoleInfo Class

Inheritance Hierarchy
SystemObject
  Omada.OE.Solution.OIM.ModelRoleInfo

Namespace:  Omada.OE.Solution.OIM.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
[SerializableAttribute]
public class RoleInfo

The RoleInfo type exposes the following members.

Constructors
  NameDescription
Public methodRoleInfo
Top
Methods
  NameDescription
Public methodStatic memberGetRoleCategory
Returns the role category which is stated on the role that the assignment is for.
Public methodStatic memberGetRoleCategoryId(ICalculatedRoleAssignment)
Returns the id of the role category set property value which is stated on the role that the assignment is for.
Public methodStatic memberGetRoleCategoryId(IDataObject)
Returns the id of the role category set property value, which is stated on the role.
Public methodStatic memberGetRoleInfo
Public methodStatic memberGetRoleOwnerIds
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.
Public methodStatic memberGetRoleTypeId
Returns the id of the role type data object which is stated on the role that the assignment is for.
Top
Fields
  NameDescription
Public fieldId
Public fieldOrgUnitId
DEPRECATED. Org. unit which the role is defined for.
Public fieldRoleCategoryId
Public fieldRoleFolder
Public fieldRoleFolderId
Role folder which the role is located in.
Public fieldRoleID
Public fieldRoleName
Public fieldRoleType
Public fieldRoleTypeId
Public fieldSystemId
System which the role belongs to (can be 0).
Top
Extension Methods
  NameDescription
Public Extension MethodToBool
Converts object to boolean.
(Defined by ObjectExtensions.)
Public Extension MethodToDateTime
Converts object to DateTime.
(Defined by ObjectExtensions.)
Public Extension MethodToInt
Converts object to integer.
(Defined by ObjectExtensions.)
Top
See Also