Print Page | Close Window

How to find out which properties were changed?

Printed From: IdeaBlade
Category: DevForce
Forum Name: DevForce 2010
Forum Discription: For .NET 4.0
URL: http://www.ideablade.com/forum/forum_posts.asp?TID=3022
Printed Date: 16-Oct-2025 at 8:21pm


Topic: How to find out which properties were changed?
Posted By: katit
Subject: How to find out which properties were changed?
Date Posted: 18-Oct-2011 at 5:43pm
I'm working on Audit implementation and for Modified entities I need to go into field details. So, not just entity but which field was modified and Old vs New values.
 
How do I iterate through entity properties and extract OldValue, NewValue, PropertyName?



Replies:
Posted By: DenisK
Date Posted: 19-Oct-2011 at 12:23pm
Hi katit;

Is this what you're looking for?  http://drc.ideablade.com/xwiki/bin/view/Documentation/entity-versions - http://drc.ideablade.com/xwiki/bin/view/Documentation/entity-versions


Posted By: katit
Date Posted: 20-Oct-2011 at 10:37am
THanks! This is what I needed



Print Page | Close Window