Enum AsyncValidatorStatus
Represents the status of async validator.
Namespace: DevZest.Data.Presenters
Assembly: DevZest.Data.WPF.dll
Syntax
public enum AsyncValidatorStatus
Fields
Name | Description |
---|---|
Error | The async validator runs completely with validation error. |
Faulted | There was an error running the async validator. |
Inactive | The async validator is inactive. |
Running | The async validator is running. |
Validated | The async validator runs completely without any validation error. |