INotifyDataErrorInView Interface
Defines the members that data entity classes can implement to provide support
notification of errors occurring at the view level.
Namespace: Aliquo.Windows.BaseAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
public interface INotifyDataErrorInView
Public Interface INotifyDataErrorInView
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.
NotifyErrorInView |
Allows validation errors that occur in the view to be transferred to the feature class.
|