Manage dataportal interception using DI-registered implementations More...
Public Member Functions | |
| InterceptorManager (IEnumerable< IInterceptDataPortal > interceptors) | |
| Creation of the manager, including all interceptors registered with the DI container More... | |
| void | Initialize (InterceptArgs e) |
| Cascade the initial interception request prior to the main DataPortal operation More... | |
| void | Complete (InterceptArgs e) |
| Cascade the final interception request after the main DataPortal operation has completed More... | |
Manage dataportal interception using DI-registered implementations
Definition at line 15 of file InterceptorManager.cs.
| Csla.Server.InterceptorManager.InterceptorManager | ( | IEnumerable< IInterceptDataPortal > | interceptors | ) |
Creation of the manager, including all interceptors registered with the DI container
| interceptors | The IEnumerable of interceptors provided by DI |
Definition at line 23 of file InterceptorManager.cs.
| void Csla.Server.InterceptorManager.Complete | ( | InterceptArgs | e | ) |
Cascade the final interception request after the main DataPortal operation has completed
| e | The interception arguments provided by the consumer |
Definition at line 44 of file InterceptorManager.cs.
| void Csla.Server.InterceptorManager.Initialize | ( | InterceptArgs | e | ) |
Cascade the initial interception request prior to the main DataPortal operation
| e | The interception arguments provided by the consumer |
Definition at line 32 of file InterceptorManager.cs.