Enumeration ValidationStatus

The state of validation for this ValidatableValueHost. It combines what has happened to the ValueHost's values with the result from validation and influences the behavior of the next attempt to validate.

Enumeration Members

NotAttempted: 0

Indicates that validate() has yet to be attempted Once attempted, it will always be one of the other results

NeedsValidation: 1

Indicates that either Value or InputValue was changed but has yet to be validated.

Undetermined: 2

Validation was not run, including when the Validator.severity is Off.

Valid: 3

Validation completed with all Conditions evaluating as Match

Invalid: 4

Validation completed with at least one Condition evaluating as NoMatch

Disabled: 5

ValueHost is disabled, thus so is validation.

Generated using TypeDoc v0.25.12