public interface IExtendedModel : INotifyDataErrorInfo,
INotifyDataErrorInView, INotifyPropertyChanged
Public Interface IExtendedModel
Inherits INotifyDataErrorInfo, INotifyDataErrorInView, INotifyPropertyChanged
IsDirty | Indicates if the model has had any changes. |
ValidationProvider | Gets or sets the data validations provider. |