Click or drag to resize

ISoDEvaluatorEvaluateConstraints Method

Evaluate SoD constraints and create ConstraintViolation objects used by RoPE

Namespace:  Omada.OE.Solution.OIM.Assembly.PackagedSolution.SoDShared
Assembly:  Omada.OE.Solution.OIM.Assembly (in Omada.OE.Solution.OIM.Assembly.dll) Version: 15.0.0.0
Syntax
C#
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
See Also