INotifyDataErrorInView Interface

Defines the members that data entity classes can implement to provide support notification of errors occurring at the view level.

Definition

Namespace: Aliquo.Windows.Base
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
public interface INotifyDataErrorInView

Remarks

This interface allows data entity classes to be notified by interface controls user about validation errors that occur at the view level Implemented in ValidationBindableBase.

Methods

NotifyErrorInView Allows validation errors that occur in the view to be transferred to the feature class.

See Also