Click or drag to resize

GetApprovalProcessTemplateDelegateEventArgs Constructor

Constructor for initialization

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 GetApprovalProcessTemplateDelegateEventArgs(
	RoleApprovalProcessLaunchParameters launchParameters,
	DataObjects resources,
	RoleHandlingSupportData supportData,
	IntegerList step1ApproverIds,
	IntegerList step2ApproverIds,
	SqlConnection dbConnection,
	SqlTransaction dbTransaction
)

Parameters

launchParameters
Type: Omada.OE.Solution.OIM.AppLogicRoleApprovalProcessLaunchParameters
resources
Type: Omada.OE.ModelDataObjects
supportData
Type: Omada.OE.Solution.OIM.AppLogicRoleHandlingSupportData
step1ApproverIds
Type: IntegerList
step2ApproverIds
Type: IntegerList
dbConnection
Type: System.Data.SqlClientSqlConnection
dbTransaction
Type: System.Data.SqlClientSqlTransaction
See Also