Show / Hide Table of Contents

Class RowValidation

Contains row level validation logic.

Inheritance
System.Object
RowValidation
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 sealed class RowValidation : IRowValidation

Properties

Name Description
AsyncValidators

Gets the async validators.

Errors

Gets the validaiton errors.

FlushingErrors

Gets the flushing errors.

Inputs

Gets the input objects.

IsValidating

Gets a value indicates whether any async validator is running.

Mode

Getsl the validation mode.

Methods

Name Description
IsVisible(RowPresenter, IColumns)

Determines whether validation error is visible.

SetAsyncErrors(IDataValidationResults)

Sets the async validation errors.

Validate(Int32)

Performs validaiton operation.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest