Audit/Logging of changes

Discussion of open issues, suggestions and bugs regarding Entity Developer - ORM modeling and code generation tool
Post Reply
ajmoore79
Posts: 5
Joined: Fri 26 Jul 2013 13:08

Audit/Logging of changes

Post by ajmoore79 » Tue 02 Sep 2014 12:37

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

ajmoore79
Posts: 5
Joined: Fri 26 Jul 2013 13:08

Re: Audit/Logging of changes

Post by ajmoore79 » Tue 02 Sep 2014 14:34

Looks like I'm going to use this method....

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

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: Audit/Logging of changes

Post by Shalex » Thu 04 Sep 2014 16:51

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.

Post Reply