Click or drag to resize

ISoDEvaluator Interface

Interface for SoDEvaluator. The SoDEvaluator is used by the RoPE ConstraintEvaluatorExtension

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#
public interface ISoDEvaluator

The ISoDEvaluator type exposes the following members.

Properties
  NameDescription
Public propertyMessageLogger
The SoD evaluator can log messages here. The RoPE extension can use the delegate to retrieve messages from the SoD evaluator to apply to the calculation logs
Public propertyPreventDeprovisioningDeterminer
The delegate is used to determine if it should be prevented that a violation assignment gets deprovisioned. If the delegate is not assigned then deprovisioning is never prevented.
Top
Methods
  NameDescription
Public methodEvaluateConstraints
Evaluate SoD constraints and create ConstraintViolation objects used by RoPE
Top
See Also