IdeaBlade DevForce 2010 Help Reference
EntityServerSaveInterceptor Class Members
See Also  Properties  Methods  Send Feedback
IdeaBlade.EntityModel.Server Assembly > IdeaBlade.EntityModel.Server Namespace : EntityServerSaveInterceptor Class


The following tables list the members exposed by EntityServerSaveInterceptor.

Public Constructors

Protected Properties

 NameDescription
Protected PropertyContext Gets or sets a custom context object for this operation.  
Protected PropertyDefaultAuthorization Override this property to change the default entity-level authorization.  
Protected PropertyEntityManagerReturns an EntityManager holding the entities to be saved.  
Protected PropertyIsServerSave Returns true if the save was issued on the server.  
Protected PropertyPrincipalThe System.Security.Principal.IPrincipal from the user session requesting this operation.  
Protected PropertySaveOptions The SaveOptions provided in the SaveChanges call.  
Protected PropertyVerifierEngine Returns the VerifierEngine which can be used for server-side validation.  
Top

Public Methods

 NameDescription
Public MethodEquals (Inherited from object)
Public MethodGetHashCode (Inherited from object)
Public MethodGetType (Inherited from object)
Public MethodToString (Inherited from object)
Top

Protected Methods

 NameDescription
Protected MethodAuthorizeSave May be overridden to perform any additional Authorization logic.  
Protected MethodClientCanSave May be overridden to control which types are allowed to be saved by the user.  
Protected MethodExecuteSave May be overridden to perform any logic both immediately before and after a save is executed.  
Protected MethodFinalize (Inherited from object)
Protected MethodMemberwiseClone (Inherited from object)
Protected MethodOnError May be overridden to log errors;  
Protected MethodValidateSave May be overridden to perform any validation logic before the save is submitted.  
Top

See Also

© 2013 All Rights Reserved.