IExtendedModel Interface

Interface to force extended models to implement the IsDirty property.

Definition

Namespace: Aliquo.Windows.Base
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
public interface IExtendedModel : INotifyDataErrorInfo, 
	INotifyDataErrorInView, INotifyPropertyChanged
Implements
INotifyDataErrorInView, INotifyDataErrorInfo, INotifyPropertyChanged

Properties

IsDirty Indicates if the model has had any changes.
ValidationProvider Gets or sets the data validations provider.

See Also