Click or drag to resize

GetApprovalProcessTemplateDelegateEventArgs Class

Wrapper class for GetRoleAssignmentsApproversDelegate delegate event arguments
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Omada.OE.AppLogicAppEventArgs
      Omada.OE.Solution.OIM.AppLogic.ModelGetApprovalProcessTemplateDelegateEventArgs

Namespace:  Omada.OE.Solution.OIM.AppLogic.Model
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public class GetApprovalProcessTemplateDelegateEventArgs : AppEventArgs

The GetApprovalProcessTemplateDelegateEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodGetApprovalProcessTemplateDelegateEventArgs
Constructor for initialization
Top
Properties
  NameDescription
Public propertyDbConnection
The current database connection.
(Inherited from AppEventArgs.)
Public propertyDbTransaction
The current database transaction.
(Inherited from AppEventArgs.)
Public propertyFactory
(Inherited from AppEventArgs.)
Top
Fields
  NameDescription
Public fieldLaunchParameters
This parameters contains information that is mandatory for launching Approval process
Public fieldResources
Resources related to the resource assignments
Public fieldStep1ApproverIds
Calculated approvers for first step approval
Public fieldStep2ApproverIds
Calculated approvers for second step approval
Public fieldSupportData
Resource types, Resource folders, attributes and attribute sets to support approval process
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