Print Page | Close Window

Custom Save Handler

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=1795
Printed Date: 21-Apr-2026 at 5:49am


Topic: Custom Save Handler
Posted By: jmpinchot
Subject: Custom Save Handler
Date Posted: 07-May-2010 at 1:34pm
Is it possible to create a custom save handler at the Entity level that gets called when ?

For instance when I'm saving changes to a User entity and I'd like to check for uniqueness or manually manage what happens to navigation properties.





Replies:
Posted By: GregD
Date Posted: 07-May-2010 at 3:35pm
You would have to use one of the Saving events -- either client- or server-side -- and put logic in there.



Print Page | Close Window