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... | |
Information about a server-side data portal invocation.
Definition at line 9 of file Activity.cs.
| Csla.Server.Dashboard.Activity.Activity | ( | InterceptArgs | result | ) |
Creates an instance of the type.
| result | InterceptArgs object from the data portal |
Definition at line 15 of file Activity.cs.
|
get |
Gets the exception (if any) resulting from the call.
Only valid upon call completion.
Definition at line 40 of file Activity.cs.
|
get |
Gets the root business object type for the call
Definition at line 26 of file Activity.cs.
|
get |
Gets the operation type for the call
Definition at line 30 of file Activity.cs.
|
get |
Gets the elapsed runtime for the call.
Only valid upon call completion.
Definition at line 35 of file Activity.cs.