2 out of 2 rated this helpful - Rate this topic

INotifyDataErrorInfo Interface

.NET Framework 4.5

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Defines members that data entity classes can implement to provide custom synchronous and asynchronous validation support.

Namespace:  System.ComponentModel
Assembly:  System (in System.dll)

public interface INotifyDataErrorInfo

The INotifyDataErrorInfo type exposes the following members.

  Name Description
Public property Supported by Portable Class Library HasErrors Gets a value that indicates whether the entity has validation errors.
Top
  Name Description
Public method Supported by Portable Class Library GetErrors Gets the validation errors for a specified property or for the entire entity.
Top
  Name Description
Public event Supported by Portable Class Library ErrorsChanged Occurs when the validation errors have changed for a property or for the entire entity.
Top

This interface enables data entity classes to implement custom validation rules and expose validation results asynchronously. This interface also supports custom error objects, multiple errors per property, cross-property errors, and entity-level errors. Cross-property errors are errors that affect multiple properties. You can associate these errors with one or all of the affected properties, or you can treat them as entity-level errors. Entity-level errors are errors that either affect multiple properties or affect the entire entity without affecting a particular property.

.NET Framework

Supported in: 4.5

Portable Class Library

Supported in: Portable Class Library

Windows 8 Release Preview, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 SP2, Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

Did you find this helpful?
(1500 characters remaining)