CSLA.NET 5.4.2
CSLA .NET is a software development framework that helps you build a reusable, maintainable object-oriented business layer for your app.
Csla.Server.IInterceptDataPortal Interface Reference

Implement this interface to create a data portal interceptor that is notified each time the data portal is invoked and completes processing. More...

Public Member Functions

void Initialize (InterceptArgs e)
 Invoked at the start of each server-side data portal invocation, immediately after the context has been set, and before authorization. More...
 
void Complete (InterceptArgs e)
 Invoked at the end of each server-side data portal invocation for success and exception scenarios. More...
 

Detailed Description

Implement this interface to create a data portal interceptor that is notified each time the data portal is invoked and completes processing.

Definition at line 15 of file IInterceptDataPortal.cs.

Member Function Documentation

◆ Complete()

void Csla.Server.IInterceptDataPortal.Complete ( InterceptArgs  e)

Invoked at the end of each server-side data portal invocation for success and exception scenarios.

Parameters
e

◆ Initialize()

void Csla.Server.IInterceptDataPortal.Initialize ( InterceptArgs  e)

Invoked at the start of each server-side data portal invocation, immediately after the context has been set, and before authorization.

Parameters
e