maybe you want to use aop... Are you looking for an in-memory object audit?
INotifyPropertyChanged : http://msdn.microsoft.com/en-us/library/system.componentmodel.inotifypropertychanged.aspx INotifyPropertyChanged with dynamicproxy? http://jfromaniello.blogspot.com/2009/10/introducing-unhaddinscomponentbehaviors.html INotifyPropertyChanged with il weaving (postsharp)? http://thetreeknowseverything.wordpress.com/2009/01/21/auto-implement-inotifypropertychanged-with-aspects/ 2010/3/10 David Laabs <[email protected]> > Thanks José for the "finding-dirty-proberties" solution. That's very > cool :-) > > Did anybody already implemented a change-log, something like: Property > "Name" changed from "Davdi" to "David"? > > I'd like to have something like that in a xml-stream... A code example > would be great :-) > > -- > 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]<nhusers%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/nhusers?hl=en. > > -- 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.
