Show / Hide Table of Contents

Enum AsyncValidatorStatus

Represents the status of async validator.

Namespace: DevZest.Data.Presenters
Assembly: DevZest.Data.WPF.dll
Syntax
public enum AsyncValidatorStatus

Fields

Name Description
Error

The async validator runs completely with validation error.

Faulted

There was an error running the async validator.

Inactive

The async validator is inactive.

Running

The async validator is running.

Validated

The async validator runs completely without any validation error.

Extension Methods

ColumnExtensions.WithDefaultValue<AsyncValidatorStatus, TValue>(TValue, String, String)
ColumnExtensions.WithValueComparer<AsyncValidatorStatus, TValue>(IComparer<TValue>)
  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest