Click or drag to resize

ConstraintViolationStatus Enumeration

Namespace:  Omada.OE.Solution.OIM.Model.Public
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public enum ConstraintViolationStatus
Members
  Member nameValueDescription
NA0 The violation can't be overrided by an "violation evaluation" process (or any other means).
NotDecided1 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.
Accepted2 A "violation evaluation" process has been executed and it has been decided to accept (override) the violation.
NotAccepted3 A "violation evaluation" process has been executed and it has been decided NOT to accept the violation.
Unblock4 The violation status is unblocked and we will set the violation flag to False and the CRA ViolationAccepted flag to True
See Also