Page 1 of 1

NotifyPropertyChanged on POCO entities

Posted: Fri 09 Sep 2011 06:52
by esben
Hi
I was wondering if anyone have some ideas for implementing "INotifyPropertyChanged" on POCO entities generated using the DbContext template from Entity Developer.

All I can come up with is changing the template that generates the POCOs in the first place. However the current way the templates are designed makes them horrible to extend/change in case you need changes that comes with updates. So if at all possible I would like to avoid this.

Any ideas?

Or any chance devart will make an option in their template for generating INotifyPropertyChanged POCOs?

Posted: Tue 13 Sep 2011 13:12
by Shalex
Thank you for your suggestion. We will investigate the possibility of implementing "INotifyPropertyChanged" on POCO entities generated using the DbContext template and notify you about the results as soon as possible.