Click or drag to resize

GetRoleAssignmentsApproversDelegateEventArgs Constructor

Constructor for initialization

Namespace:  Omada.OE.Solution.OIM.AppLogic
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public GetRoleAssignmentsApproversDelegateEventArgs(
	RoleApprovalProcessLaunchParameters launchParameters,
	DataObjects roleAssignmentRoles,
	RoleHandlingSupportData supportData,
	Dictionary<int, IntegerList> managerIds,
	SqlConnection dbConnection,
	SqlTransaction dbTransaction
)

Parameters

launchParameters
Type: Omada.OE.Solution.OIM.AppLogicRoleApprovalProcessLaunchParameters
roleAssignmentRoles
Type: Omada.OE.ModelDataObjects
supportData
Type: Omada.OE.Solution.OIM.AppLogicRoleHandlingSupportData
managerIds
Type: System.Collections.GenericDictionaryInt32, IntegerList
dbConnection
Type: System.Data.SqlClientSqlConnection
dbTransaction
Type: System.Data.SqlClientSqlTransaction
See Also