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.InterceptArgs Class Reference

Arguments parameter passed to the interceptor methods. More...

Properties

Type ObjectType [getset]
 Gets or sets the business object type. More...
 
object Parameter [getset]
 Gets or sets the criteria or business object paramter provided to the data portal from the client. More...
 
DataPortalResult Result [getset]
 Gets or sets the business object resulting from the data portal operation. More...
 
Exception Exception [getset]
 Gets or sets the exception that occurred during data portal processing. More...
 
DataPortalOperations Operation [getset]
 Gets or sets the data portal operation being performed. More...
 
bool IsSync [getset]
 Gets or sets a value indicating whether the data portal was invoked synchronously. More...
 
TimeSpan Runtime [getset]
 Gets or sets a value containing the elapsed runtime for this operation (only valid at end of operation). More...
 

Detailed Description

Arguments parameter passed to the interceptor methods.

Definition at line 38 of file IInterceptDataPortal.cs.

Property Documentation

◆ Exception

Exception Csla.Server.InterceptArgs.Exception
getset

Gets or sets the exception that occurred during data portal processing.

Definition at line 60 of file IInterceptDataPortal.cs.

◆ IsSync

bool Csla.Server.InterceptArgs.IsSync
getset

Gets or sets a value indicating whether the data portal was invoked synchronously.

Definition at line 70 of file IInterceptDataPortal.cs.

◆ ObjectType

Type Csla.Server.InterceptArgs.ObjectType
getset

Gets or sets the business object type.

Definition at line 43 of file IInterceptDataPortal.cs.

◆ Operation

DataPortalOperations Csla.Server.InterceptArgs.Operation
getset

Gets or sets the data portal operation being performed.

Definition at line 65 of file IInterceptDataPortal.cs.

◆ Parameter

object Csla.Server.InterceptArgs.Parameter
getset

Gets or sets the criteria or business object paramter provided to the data portal from the client.

Definition at line 49 of file IInterceptDataPortal.cs.

◆ Result

DataPortalResult Csla.Server.InterceptArgs.Result
getset

Gets or sets the business object resulting from the data portal operation.

Definition at line 55 of file IInterceptDataPortal.cs.

◆ Runtime

TimeSpan Csla.Server.InterceptArgs.Runtime
getset

Gets or sets a value containing the elapsed runtime for this operation (only valid at end of operation).

Definition at line 77 of file IInterceptDataPortal.cs.