Click or drag to resize

SoDEvaluatorV3EvaluateConstraints Method

Utility method used for implementing SoD logic in the Role Engine Extension for OIMPS.

Namespace:  Omada.OE.Solution.OIM.Assembly.PackagedSolution.SoDV3
Assembly:  Omada.OE.Solution.OIM.Assembly (in Omada.OE.Solution.OIM.Assembly.dll) Version: 15.0.0.0
Syntax
C#
public List<ConstraintViolation> EvaluateConstraints(
	ConstraintEvaluationParameters evaluationParameters
)

Parameters

evaluationParameters
Type: Omada.OE.Solution.OIM.Assembly.PackagedSolutionConstraintEvaluationParameters
Must contain all calculated assignments for an identity. The assignments will be evaluated against the constraints. Must contain the constraint objects that are to be evaluated. Must contain all existing violation evaluation objects for the identity. The method adds discovered violations to this collection.

Return Value

Type: ListConstraintViolation

Implements

ISoDEvaluatorEvaluateConstraints(ConstraintEvaluationParameters)
See Also