Table of Contents

Enum ConstraintEvaluationOutcome

Namespace
AsiBackbone.Core.Constraints
Assembly
AsiBackbone.Core.dll

Represents the outcome produced by evaluating a constraint.

public enum ConstraintEvaluationOutcome

Fields

Allowed = 1

The constraint allows the operation to proceed.

Denied = 3

The constraint denies the operation.

NotApplicable = 0

The constraint does not apply to the supplied context.

Warning = 2

The constraint allows the operation to proceed but produced audit-worthy warnings.