Class AsyncValidator
Represents validator that will be executed asynchronously.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: DevZest.Data.Presenters
Assembly: DevZest.Data.WPF.dll
Syntax
public abstract class AsyncValidator
Constructors
| Name | Description |
|---|---|
| AsyncValidator(String) | Initializes a new instance of AsyncValidator class. |
Properties
| Name | Description |
|---|---|
| DisplayName | Gets the display name of this async validator, used in AsyncValidationFault error message. |
| Exception | Gets the last exception of executing this async validator. |
| Fault | Gets the the error of executing this async validator such as network failure which can be retried. |
| Status | Gets the status of this async validator. |
| Template | Gets the Template that owns this async validator. |
Methods
| Name | Description |
|---|---|
| Run() | Executes this async validator. |