Returns data from the server-side DataPortal to the client-side DataPortal. Intended for internal CSLA .NET use only.
More...
|
| object? | ReturnObject [get] |
| | The business object being returned from the server.
|
| Exception? | Error [get] |
| | Error that occurred during the DataPortal call. This will be null if no errors occurred.
|
Returns data from the server-side DataPortal to the client-side DataPortal. Intended for internal CSLA .NET use only.
◆ DataPortalResult() [1/4]
| Csla.Server.DataPortalResult.DataPortalResult |
( |
| ) |
|
|
inline |
Creates an instance of the type.
◆ DataPortalResult() [2/4]
Creates an instance of the type.
- Parameters
-
- Exceptions
-
| ArgumentNullException | applicationContext is null. |
◆ DataPortalResult() [3/4]
| Csla.Server.DataPortalResult.DataPortalResult |
( |
ApplicationContext | applicationContext, |
|
|
object | returnObject ) |
|
inline |
Creates an instance of the type.
- Parameters
-
| applicationContext | |
| returnObject | Object to return as part of the result. |
- Exceptions
-
| ArgumentNullException | applicationContext or returnObject is null. |
◆ DataPortalResult() [4/4]
| Csla.Server.DataPortalResult.DataPortalResult |
( |
ApplicationContext | applicationContext, |
|
|
object? | returnObject, |
|
|
Exception? | ex ) |
|
inline |
Creates an instance of the type.
- Parameters
-
| applicationContext | |
| returnObject | Object to return as part of the result. |
| ex | Error that occurred during the DataPortal call. This will be null if no errors occurred. |
- Exceptions
-
| ArgumentNullException | applicationContext is null. |
◆ Error
| Exception? Csla.Server.DataPortalResult.Error |
|
get |
Error that occurred during the DataPortal call. This will be null if no errors occurred.
◆ ReturnObject
| object? Csla.Server.DataPortalResult.ReturnObject |
|
get |
The business object being returned from the server.
The documentation for this class was generated from the following file: