Class AsyncValidator<T>
Represents validator with strongly typed result 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.Primitives
Assembly: DevZest.Data.WPF.dll
Syntax
public abstract class AsyncValidator<T> : AsyncValidator where T : class
Type Parameters
Name | Description |
---|---|
T | Type of validation results. |
Constructors
Name | Description |
---|---|
AsyncValidator(String) | Initializes a new instance of AsyncValidator class. |
Properties
Name | Description |
---|---|
Results | Gets the validation results. |
Methods
Name | Description |
---|---|
Run() |