Class FlushingError
Represents data binding conversion error before model updated reported by flushing validator.
Inherited Members
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. |