Show / Hide Table of Contents

Class RowAsyncValidator

Represents row level async validator.

Inheritance
System.Object
AsyncValidator
AsyncValidator<IDataValidationErrors>
RowAsyncValidator
Implements
IRowAsyncValidators
System.Collections.Generic.IReadOnlyList<RowAsyncValidator>
System.Collections.Generic.IReadOnlyCollection<RowAsyncValidator>
System.Collections.Generic.IEnumerable<RowAsyncValidator>
System.Collections.IEnumerable
Inherited Members
AsyncValidator<IDataValidationErrors>.Results
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
Assembly: DevZest.Data.WPF.dll
Syntax
public abstract class RowAsyncValidator : AsyncValidator<IDataValidationErrors>, IRowAsyncValidators, IReadOnlyList<RowAsyncValidator>, IReadOnlyCollection<RowAsyncValidator>, IEnumerable<RowAsyncValidator>, IEnumerable

Properties

Name Description
SourceColumns

Gets the source columns of the validator.

Methods

Name Description
Run()

Explicit Interface Implementations

Name Description
IRowAsyncValidators.Add(RowAsyncValidator)
IRowAsyncValidators.IsSealed
IRowAsyncValidators.Item[IColumns]
IRowAsyncValidators.Seal()
IEnumerable<RowAsyncValidator>.GetEnumerator()
IReadOnlyCollection<RowAsyncValidator>.Count
IReadOnlyList<RowAsyncValidator>.Item[Int32]
IEnumerable.GetEnumerator()
  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest