Click or drag to resize

GetRoleAssignmentsApproversDelegate Delegate

This delegate calculates and returns the dictionary of the role assignment approvers ids

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 Dictionary<string, IntegerList> GetRoleAssignmentsApproversDelegate(
	GetRoleAssignmentsApproversDelegateEventArgs eventArgs
)

Parameters

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

Return Value

Type: DictionaryString, IntegerList
See Also