Click or drag to resize

LaunchApprovalProcessesDelegate Delegate

The delegate is used in the RoleApprovalController for an optional custom implementation of the approval logic

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 delegate CreateRoleAssignmentsResultData LaunchApprovalProcessesDelegate(
	LaunchApprovalProcessesDelegateEventArgs eventArgs
)

Parameters

eventArgs
Type: Omada.OE.Solution.OIM.AppLogicLaunchApprovalProcessesDelegateEventArgs

Return Value

Type: CreateRoleAssignmentsResultData
See Also