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.Dashboard.Activity Class Reference

Information about a server-side data portal invocation. More...

Public Member Functions

 Activity (InterceptArgs result)
 Creates an instance of the type. More...
 

Properties

Type ObjectType [get]
 Gets the root business object type for the call More...
 
DataPortalOperations Operation [get]
 Gets the operation type for the call More...
 
TimeSpan Runtime [get]
 Gets the elapsed runtime for the call. More...
 
Exception Exception [get]
 Gets the exception (if any) resulting from the call. More...
 

Detailed Description

Information about a server-side data portal invocation.

Definition at line 9 of file Activity.cs.

Constructor & Destructor Documentation

◆ Activity()

Csla.Server.Dashboard.Activity.Activity ( InterceptArgs  result)

Creates an instance of the type.

Parameters
resultInterceptArgs object from the data portal

Definition at line 15 of file Activity.cs.

Property Documentation

◆ Exception

Exception Csla.Server.Dashboard.Activity.Exception
get

Gets the exception (if any) resulting from the call.

Only valid upon call completion.

Definition at line 40 of file Activity.cs.

◆ ObjectType

Type Csla.Server.Dashboard.Activity.ObjectType
get

Gets the root business object type for the call

Definition at line 26 of file Activity.cs.

◆ Operation

DataPortalOperations Csla.Server.Dashboard.Activity.Operation
get

Gets the operation type for the call

Definition at line 30 of file Activity.cs.

◆ Runtime

TimeSpan Csla.Server.Dashboard.Activity.Runtime
get

Gets the elapsed runtime for the call.

Only valid upon call completion.

Definition at line 35 of file Activity.cs.