Click or drag to resize

CalculatedAssignmentVerdictControllerUpdateCalculateAssignmentVerdict Method (Guid, Int32, Boolean, VerdictType, Int32, String, DateTime, Int32, String, 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(
	Guid assignmentKey,
	int identityId,
	bool isAccount,
	VerdictType verdict,
	int judgeId,
	string comment,
	DateTime expiresOn,
	int surveyId,
	string odwBusiKey,
	string actorRole
)

Parameters

assignmentKey
Type: SystemGuid
identityId
Type: SystemInt32
isAccount
Type: SystemBoolean
verdict
Type: Omada.OE.Solution.OIM.AppLogic.RoPEVerdictType
judgeId
Type: SystemInt32
comment
Type: SystemString
expiresOn
Type: SystemDateTime
surveyId
Type: SystemInt32
odwBusiKey
Type: SystemString
actorRole
Type: SystemString
See Also