Enum ConstraintEvaluationOutcome
- Namespace
- AsiBackbone.Core.Constraints
- Assembly
- AsiBackbone.Core.dll
Represents the outcome produced by evaluating a constraint.
public enum ConstraintEvaluationOutcome
Fields
Allowed = 1The constraint allows the operation to proceed.
Denied = 3The constraint denies the operation.
NotApplicable = 0The constraint does not apply to the supplied context.
Warning = 2The constraint allows the operation to proceed but produced audit-worthy warnings.