![]() |
CSLA .NET 10.0.0
A home for your business logic
|
Provides information about the DataPortal call. More...
Public Member Functions | |
| DataPortalEventArgs (Server.DataPortalContext? dataPortalContext, Type objectType, object? obj, DataPortalOperations operation) | |
| Creates an instance of the type. | |
| DataPortalEventArgs (Server.DataPortalContext? dataPortalContext, Type objectType, object? obj, DataPortalOperations operation, Exception exception) | |
| Creates an instance of the type. | |
Properties | |
| Server.? DataPortalContext | DataPortalContext [get] |
| The DataPortalContext object passed to the server-side DataPortal. | |
| DataPortalOperations | Operation [get] |
| Gets the requested data portal operation. | |
| Exception? | Exception [get] |
| Gets a reference to any exception that occurred during the data portal call. | |
| Type | ObjectType [get] |
| Gets the object type being processed by the data portal. | |
| object? | Object [get] |
| Gets the criteria object or business object being processed by the data portal. | |
Provides information about the DataPortal call.
|
inline |
|
inline |
Creates an instance of the type.
| dataPortalContext | Data portal context object. |
| objectType | Business object type. |
| obj | Criteria or business object for request. |
| operation | Data portal operation being performed. |
| exception | Exception encountered during processing. |
| ArgumentNullException | objectType or exception is null. |
|
get |
The DataPortalContext object passed to the server-side DataPortal.
|
get |
Gets a reference to any exception that occurred during the data portal call.
This property will return Nothing (null in C#) if no exception occurred. Exceptions are returned only as part of a data portal complete event or method.
|
get |
Gets the criteria object or business object being processed by the data portal.
|
get |
Gets the object type being processed by the data portal.
|
get |
Gets the requested data portal operation.