Click or drag to resize

AssigneeCalculator Delegate

The job of the delegate is to calculate the assignees of an EvaluateViolation process.

Namespace:  Omada.OE.Solution.OIM.Assembly.PackagedSolution
Assembly:  Omada.OE.Solution.OIM.Assembly (in Omada.OE.Solution.OIM.Assembly.dll) Version: 15.0.0.0
Syntax
C#
public delegate IntegerList AssigneeCalculator(
	IDataObject identity,
	int processId,
	int activityId,
	Guid activityTemplateUId,
	List<ConstraintViolation> violations,
	SqlConnection dbConnection,
	SqlTransaction dbTransaction
)

Parameters

identity
Type: Omada.OE.Model.PublicIDataObject
Identity who the assignments are for.
processId
Type: SystemInt32
The process instance
activityId
Type: SystemInt32
The activity instance
activityTemplateUId
Type: SystemGuid
violations
Type: System.Collections.GenericListConstraintViolation
dbConnection
Type: System.Data.SqlClientSqlConnection
dbTransaction
Type: System.Data.SqlClientSqlTransaction

Return Value

Type: IntegerList
See Also