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... | |
Arguments parameter passed to the interceptor methods.
Definition at line 38 of file IInterceptDataPortal.cs.
|
getset |
Gets or sets the exception that occurred during data portal processing.
Definition at line 60 of file IInterceptDataPortal.cs.
|
getset |
Gets or sets a value indicating whether the data portal was invoked synchronously.
Definition at line 70 of file IInterceptDataPortal.cs.
|
getset |
Gets or sets the business object type.
Definition at line 43 of file IInterceptDataPortal.cs.
|
getset |
Gets or sets the data portal operation being performed.
Definition at line 65 of file IInterceptDataPortal.cs.
|
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.
|
getset |
Gets or sets the business object resulting from the data portal operation.
Definition at line 55 of file IInterceptDataPortal.cs.
|
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.