Click or drag to resize

RoleFolderInfo Class

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

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 RoleFolderInfo

The RoleFolderInfo type exposes the following members.

Constructors
  NameDescription
Public methodRoleFolderInfo
Top
Methods
  NameDescription
Public methodGetApproverCount
Public methodGetRequiredApprovalLevelsString
Get a comma separated string containing the required approval levels for a the role folder. The string is returned in the format "L1, L2, L3, L4, L5, L6, L7, L8, L9" where L refers to the level of approval.
Public methodStatic memberGetRoleFolderInfo(DataObject)
Public methodStatic memberGetRoleFolderInfo(DataObject, DataObjects)
Returns an object holding information of the role folder, that a specific role belongs to.
Top
Fields
  NameDescription
Public fieldApproval
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