DataPortalResult defines the results of DataPortal operation. It contains object that was received from the server, an error (if occurred) and userState - user defined information that was passed into data portal on initial request.
More...
|
| | DataPortalResult (T? obj, Exception? ex, object? userState) |
| | Create new instance of data portal result.
|
|
| T? | Object [get] |
| | Object that DataPortal received as a result of current operation.
|
| Exception? | Error [get] |
| | Error that occurred during the DataPortal call. This will be null if no errors occurred.
|
| object? | UserState [get] |
| | User defined information that was passed into data portal on initial request.
|
DataPortalResult defines the results of DataPortal operation. It contains object that was received from the server, an error (if occurred) and userState - user defined information that was passed into data portal on initial request.
- Template Parameters
-
| T | Type of object that DataPortal received |
◆ DataPortalResult()
| Csla.DataPortalResult< T >.DataPortalResult |
( |
T? | obj, |
|
|
Exception? | ex, |
|
|
object? | userState ) |
|
inline |
Create new instance of data portal result.
- Parameters
-
| obj | Object that DataPortal received as a result of current operation |
| ex | Error that occurred during the DataPotal call. This will be null if no errors occurred. |
| userState | User defined information that was passed into data portal on initial request |
◆ Error
| Exception? Csla.DataPortalResult< T >.Error |
|
get |
Error that occurred during the DataPortal call. This will be null if no errors occurred.
Implements Csla.IDataPortalResult.
◆ Object
| T? Csla.DataPortalResult< T >.Object |
|
get |
◆ UserState
| object? Csla.DataPortalResult< T >.UserState |
|
get |
User defined information that was passed into data portal on initial request.
Implements Csla.IDataPortalResult.
The documentation for this class was generated from the following file: