CSLA .NET 10.0.0
A home for your business logic
Loading...
Searching...
No Matches
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.

Properties

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

Detailed Description

Information about a server-side data portal invocation.

Constructor & Destructor Documentation

◆ Activity()

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

Creates an instance of the type.

Parameters
resultInterceptArgs object from the data portal
Exceptions
ArgumentNullExceptionresult is null.

Property Documentation

◆ Exception

Exception? Csla.Server.Dashboard.Activity.Exception
get

Gets the exception (if any) resulting from the call. Only valid upon call completion.

◆ ObjectType

Type Csla.Server.Dashboard.Activity.ObjectType
get

Gets the root business object type for the call.

◆ Operation

DataPortalOperations Csla.Server.Dashboard.Activity.Operation
get

Gets the operation type for the call.

◆ Runtime

TimeSpan Csla.Server.Dashboard.Activity.Runtime
get

Gets the elapsed runtime for the call. Only valid upon call completion.


The documentation for this class was generated from the following file: