Click or drag to resize

CalculatedAssignmentVerdictControllerGetCalculatedAssignmentVerdicts Method

Method is used by RoPE when calculating an identity.

Namespace:  Omada.OE.Solution.OIM.AppLogic.RoPE
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public List<CalculatedAssignmentVerdict> GetCalculatedAssignmentVerdicts(
	IEnumerable<Guid> assignmentKeys
)

Parameters

assignmentKeys
Type: System.Collections.GenericIEnumerableGuid
Assignment keys from the tblCalculatedAssignment in the RoPE db.

Return Value

Type: ListCalculatedAssignmentVerdict
Returns a subset of the specified assignments that has been approved or removed in a survey (and where the verdict is still valid).

Implements

ICalculatedAssignmentVerdictControllerGetCalculatedAssignmentVerdicts(IEnumerableGuid)
See Also