IdeaBlade.EntityModel.Server Assembly > IdeaBlade.EntityModel.Server Namespace : EntityServerSaveInterceptor Class |
The following tables list the members exposed by EntityServerSaveInterceptor.
Name | Description | |
---|---|---|
![]() | EntityServerSaveInterceptor Constructor |
Name | Description | |
---|---|---|
![]() | Context | Gets or sets a custom context object for this operation. |
![]() | DefaultAuthorization | Override this property to change the default entity-level authorization. |
![]() | EntityManager | Returns an EntityManager holding the entities to be saved. |
![]() | IsServerSave | Returns true if the save was issued on the server. |
![]() | Principal | The System.Security.Principal.IPrincipal from the user session requesting this operation. |
![]() | SaveOptions | The SaveOptions provided in the SaveChanges call. |
![]() | VerifierEngine | Returns the VerifierEngine which can be used for server-side validation. |
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from object) |
![]() | GetHashCode | (Inherited from object) |
![]() | GetType | (Inherited from object) |
![]() | ToString | (Inherited from object) |
Name | Description | |
---|---|---|
![]() | AuthorizeSave | May be overridden to perform any additional Authorization logic. |
![]() | ClientCanSave | May be overridden to control which types are allowed to be saved by the user. |
![]() | ExecuteSave | May be overridden to perform any logic both immediately before and after a save is executed. |
![]() | Finalize | (Inherited from object) |
![]() | MemberwiseClone | (Inherited from object) |
![]() | OnError | May be overridden to log errors. |
![]() | ValidateSave | May be overridden to perform any validation logic before the save is submitted. |