![]() |
CSLA .NET 10.0.0
A home for your business logic
|
Arguments parameter passed to the interceptor methods. More...
Public Member Functions | |
| InterceptArgs (Type objectType, object? parameter, DataPortalResult result, DataPortalOperations operation, bool isSync) | |
| Initializes a new instance of InterceptArgs-object. | |
| InterceptArgs (Type objectType, object? parameter, Exception exception, DataPortalOperations operation, bool isSync) | |
| Initializes a new instance of InterceptArgs-object. | |
| InterceptArgs (Type objectType, object? parameter, DataPortalOperations operation, bool isSync) | |
| Initializes a new instance of InterceptArgs-object. | |
Properties | |
| Type | ObjectType [get] |
| Gets or sets the business object type. | |
| object? | Parameter [get] |
| Gets or sets the criteria or business object parameter provided to the data portal from the client. | |
| DataPortalResult? | Result [get] |
| Gets or sets the business object resulting from the data portal operation. | |
| Exception? | Exception [get] |
| Gets or sets the exception that occurred during data portal processing. | |
| DataPortalOperations | Operation [get] |
| Gets or sets the data portal operation being performed. | |
| bool | IsSync [get] |
| Gets or sets a value indicating whether the data portal was invoked synchronously. | |
| TimeSpan | Runtime [get, set] |
| Gets or sets a value containing the elapsed runtime for this operation (only valid at end of operation). | |
Arguments parameter passed to the interceptor methods.
|
inline |
Initializes a new instance of InterceptArgs-object.
| objectType | |
| parameter | |
| result | |
| operation | |
| isSync |
| ArgumentNullException | objectType or result is null. |
|
inline |
Initializes a new instance of InterceptArgs-object.
| objectType | |
| parameter | |
| exception | |
| operation | |
| isSync |
| ArgumentNullException | objectType or exception is null. |
|
inline |
Initializes a new instance of InterceptArgs-object.
| objectType | |
| parameter | |
| operation | |
| isSync |
| ArgumentNullException | objectType is null. |
|
get |
Gets or sets the exception that occurred during data portal processing.
|
get |
Gets or sets a value indicating whether the data portal was invoked synchronously.
|
get |
Gets or sets the business object type.
|
get |
Gets or sets the data portal operation being performed.
|
get |
Gets or sets the criteria or business object parameter provided to the data portal from the client.
|
get |
Gets or sets the business object resulting from the data portal operation.
|
getset |
Gets or sets a value containing the elapsed runtime for this operation (only valid at end of operation).