Click or drag to resize

RoPEControllerGetCalculatedAssignmentsFromCauseObjectKeys Method

This method returns the calculated assignments having the provided casueObjectKey in the calculated reason.

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 CalculatedAssignmentCollection GetCalculatedAssignmentsFromCauseObjectKeys(
	List<Guid> causeObjectKeys
)

Parameters

causeObjectKeys
Type: System.Collections.GenericListGuid

Return Value

Type: CalculatedAssignmentCollection
See Also