Thanks, all I configure WpfCollectionTypeFactory to my Nhibernate config xml file, it's works now.
Best Regards, Litgle. On 4月23日, 下午7时00分, Fabio Maulo <[email protected]> wrote: > The collection-type shouldn't implement CollectionChanged; is the > underlining persistent-collection who should be observable. > In fact the ObservableListType<T> is to work > with PersistentObservableGenericList<T>. > > That explained, in order to use those nh-extensions you have to configure > the collection-type-factory to WpfCollectionTypeFactory. > > > > > > > > > > On Sat, Apr 23, 2011 at 4:09 AM, litgle <[email protected]> wrote: > > Hello everybody! > > > I want to use ObservableCollection <T> in NH3.1, I tried to use > > ObservableListType<T> at uNhAddIns, but it does not implement > > CollectionChanged event, so it's not I want. > > > Have other way to implement I want? > > > Thanks, > > Litgle. > > > -- > > You received this message because you are subscribed to the Google Groups > > "nhusers" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > > [email protected]. > > For more options, visit this group at > >http://groups.google.com/group/nhusers?hl=en. > > -- > Fabio Maulo -- You received this message because you are subscribed to the Google Groups "nhusers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/nhusers?hl=en.
