I am just wondering what is the best way of getting INotifyPropertyChanged in my NHibernate Domain Objects' Collections?
+1
A:
Check this:
http://ayende.com/Blog/archive/2009/08/07/nhibernate-amp-inotifypropertychanged.aspx
Ayende is one of the nHibernate contributors
Pierre 303
2010-09-02 16:00:56
This is for properties of a domain object, but i need some sort of collection class (like ObservableCOllection<T>) that implement INotifyPropertyChanged interface.
LnDCobra
2010-09-13 09:23:10
A:
Managed to find a ready to use library which implements these. THanks go to Happy Nomad(Adrian Alexander).
LnDCobra
2010-09-14 12:04:26