| ConstraintViolationStatus Enumeration |
Namespace:
Omada.OE.Solution.OIM.Model.Public
Assembly:
Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntaxpublic enum ConstraintViolationStatus
Members
| Member name | Value | Description |
---|
| NA | 0 |
The violation can't be overrided by an "violation evaluation" process (or any other means).
|
| NotDecided | 1 |
A "violation evaluation" process (or other means to evaluate
the violated constraint) has been started (or will be started) - but no decision has been made yet.
|
| Accepted | 2 |
A "violation evaluation" process has been executed and it has
been decided to accept (override) the violation.
|
| NotAccepted | 3 |
A "violation evaluation" process has been executed and it has
been decided NOT to accept the violation.
|
| Unblock | 4 |
The violation status is unblocked and we will set the violation flag to False and the CRA ViolationAccepted flag to True
|
See Also