Enum ValidationStatus
Identifies the status of validation.
Namespace: DevZest.Data.Presenters
Assembly: DevZest.Data.WPF.dll
Syntax
public enum ValidationStatus
Fields
| Name | Description |
|---|---|
| Failed | The validation failed with validation error. |
| FailedFlushing | The validation failed when flushing from view to presenter. |
| Succeeded | The validation succeeded without any error. |
| Validating | The validation is running. |