35 public TimeSpan
Runtime {
get;
private set; }
Information about a server-side data portal invocation.
DataPortalOperations Operation
Gets the operation type for the call
Type ObjectType
Gets the root business object type for the call
TimeSpan Runtime
Gets the elapsed runtime for the call.
Activity(InterceptArgs result)
Creates an instance of the type.
Exception Exception
Gets the exception (if any) resulting from the call.
Arguments parameter passed to the interceptor methods.
TimeSpan Runtime
Gets or sets a value containing the elapsed runtime for this operation (only valid at end of operatio...
DataPortalOperations Operation
Gets or sets the data portal operation being performed.
Type ObjectType
Gets or sets the business object type.
Exception Exception
Gets or sets the exception that occurred during data portal processing.
DataPortalOperations
List of data portal operations.