Page 1 of 1

Audit/Logging of changes

Posted: Tue 02 Sep 2014 12:37
by ajmoore79
I would like to add a log of changes made to any property in my DevArt Entity Developer Model. Anything built-in to handle this? Any suggestions on how to do this? I thought of overriding savechanges in the model but I cant find where to do this. Help please.
Aaron

Re: Audit/Logging of changes

Posted: Tue 02 Sep 2014 14:34
by ajmoore79
Looks like I'm going to use this method....

http://www.codeproject.com/Articles/344 ... amework-Pa

Re: Audit/Logging of changes

Posted: Thu 04 Sep 2014 16:51
by Shalex
ajmoore79 wrote:I would like to add a log of changes made to any property in my DevArt Entity Developer Model. Anything built-in to handle this?
There is no built-in functionality for handling this scenario. Please use your current approach.