Click or drag to resize

CalculatedAssignmentVerdictControllerUpdateCalculateAssignmentVerdict Method (CalculatedAssignment, VerdictType, Int32, String, DateTime, Int32, String)

Note: This API is now obsolete.

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#
[ObsoleteAttribute("Use CreateOrUpdateVerdict instead. Obsoleted in v14.")]
public void UpdateCalculateAssignmentVerdict(
	CalculatedAssignment ca,
	VerdictType verdict,
	int judgeId,
	string comment,
	DateTime expiresOn,
	int surveyId,
	string actorRole
)

Parameters

ca
Type: CalculatedAssignment
verdict
Type: Omada.OE.Solution.OIM.AppLogic.RoPEVerdictType
judgeId
Type: SystemInt32
comment
Type: SystemString
expiresOn
Type: SystemDateTime
surveyId
Type: SystemInt32
actorRole
Type: SystemString
See Also