POCOViewModelAttribute Fields
Provides settings for generating POCO View models.| Name | Description |
|---|---|
| ImplementIDataErrorInfo |
Specifies whether to implement the IDataErrorInfo interface. The IDataErrorInfo interface provides the functionality to offer custom error information that a user interface can bind to. |
| ImplementINotifyPropertyChanging | Specifies whether to implement the INotifyPropertyChanging interface. |
| InvokeOnPropertyChangedMethodBeforeRaisingINPC | Specifies the order of invoking methods and events. If enabled, the OnPropertyChanging\OnPropertyChanged methods are called before invoking the corresponding PropertyChanging\PropertyChanged events. Otherwise, events are invoked before calling corresponding methods. |
See Also