CSLA.NET 6.0.0
CSLA .NET is a software development framework that helps you build a reusable, maintainable object-oriented business layer for your app.
Csla.Test.DataPortal.TestInterceptor Class Reference
Inheritance diagram for Csla.Test.DataPortal.TestInterceptor:
Csla.Server.IInterceptDataPortal

Public Member Functions

void Initialize (Server.InterceptArgs e)
 
void Complete (Server.InterceptArgs e)
 
- Public Member Functions inherited from Csla.Server.IInterceptDataPortal
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

Definition at line 255 of file InterceptorTests.cs.

Member Function Documentation

◆ Complete()

void Csla.Test.DataPortal.TestInterceptor.Complete ( Server.InterceptArgs  e)

Definition at line 263 of file InterceptorTests.cs.

◆ Initialize()

void Csla.Test.DataPortal.TestInterceptor.Initialize ( Server.InterceptArgs  e)

Definition at line 257 of file InterceptorTests.cs.