Click or drag to resize

ResourceAssignmentViolationStatus Enumeration

Indicates the status of a violation "belonging" to an assignment. These are the same values as in ViolationStatus but with additional values e.g. to indicate a "No violation" status.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public enum ResourceAssignmentViolationStatus
Members
  Member nameValueDescription
NoOverride0 The violation can't be overridden/accepted. The assignment will therefore not be provisioned / will be deprovisioned if already provisioned.
DecisionPendingNotAllowed1 An evaluation procedure exists for the violation - the decision is pending. The assignment will not be provisioned / will be deprovisioned if already provisioned.
DecisionPendingAllowed2 An evaluation procedure exists for the violation - the decision is pending. The assignment WILL be provisioned.
Allowed3 In an evaluation process it was decided that the resource assignment is allowed/dispensated despite the constraint that it violates. The assignment WILL therefore be provisioned.
NotAllowed4 In an evaluation process it was decided that the resource assignment is not allowed. The resource assignment will therefore not be provisioned / will be deprovisioned if already provisioned.
NoViolation5
See Also