Show / Hide Table of Contents

Class AsyncValidator<T>

Represents validator with strongly typed result that will be executed asynchronously.

Inheritance
System.Object
AsyncValidator
AsyncValidator<T>
RowAsyncValidator
ScalarAsyncValidator
Inherited Members
AsyncValidator.DisplayName
AsyncValidator.Template
AsyncValidator.Status
AsyncValidator.Exception
AsyncValidator.Fault
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()
  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest