Click or drag to resize

ConstraintEvaluationParameters Properties

The ConstraintEvaluationParameters type exposes the following members.

Properties
  NameDescription
Public propertyAssigneeCalculator
This delegate can be used to calculate assignees of EvaluateViolation process.
Public propertyAssignments
List of calculated role assignments..
Public propertyAtributeDefinitions
All attribute definitions defined in the system.
Public propertyBusinessProcesses
List of business process objects.
Public propertyBusinessProcessesChildDict
Dictionary of business process parent child relation
Public propertyCalculationId
Id of the calculation we're evaluating SoD violations for.
Public propertyConstraintCalculator
This delegate can be used to calculate the constraint violations for a constraint.
Public propertyConstraints
List of constraint objects.
Public propertyExistingViolations
Existing violations from the previous calculation of the identity ONLY relevant for SoD evaluation V3!
Public propertyIdentity
Identity being evaluated.
Public propertyIdentityInViewMatrix
Matrix of which (constraint) views the relevant identities are in.
Public propertyIsFirstCalculation
Is it the first time RoPE computes the identity (and evaluates constraints as part of that)? (yes, no, unknown) Can optionally be specified to save a bit of performance.
Public propertyProcessTargetModifier
This delegate can be used to modify the target of a EvaluateViolation process
Public propertySimulationMode
Simulation mode
Public propertySurvivorCalculator
This delegate can be used to calculate which assignment that survives when two assignments are mutually exclusive.
Top
See Also