Show / Hide Table of Contents

Class FlushingError

Represents data binding conversion error before model updated reported by flushing validator.

Inheritance
System.Object
ValidationError
ValidationError<System.Windows.UIElement>
FlushingError
Implements
IValidationErrors
System.Collections.Generic.IReadOnlyList<ValidationError>
Inherited Members
ValidationError<UIElement>.Source
ValidationError.Message
ValidationError.ToString()
ValidationError.IValidationErrors.Seal()
ValidationError.IValidationErrors.Add(ValidationError)
Namespace: DevZest.Data.Presenters
Assembly: DevZest.Data.WPF.dll
Syntax
public class FlushingError : ValidationError<UIElement>, IValidationErrors, IReadOnlyList<ValidationError>

Constructors

Name Description
FlushingError(String, UIElement)

Initializes a new instance of FlushingError class.

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