![]() |
CSLA .NET 10.0.0
A home for your business logic
|
IDataPortalResult defines the results of DataPortal operation. More...
Properties | |
| object? | Object [get] |
| Gets the resulting object. | |
| Exception? | Error [get] |
| Gets any resulting error information. | |
| object? | UserState [get] |
| Gets the user state, pass through object. | |
IDataPortalResult defines the results of DataPortal operation.
|
get |
Gets any resulting error information.
Implemented in Csla.DataPortalResult< T >.
|
get |
Gets the resulting object.
Implemented in Csla.DataPortalResult< T >.
|
get |
Gets the user state, pass through object.
The user state.
Implemented in Csla.DataPortalResult< T >.