CSLA .NET 10.0.0
A home for your business logic
Loading...
Searching...
No Matches
Csla.Server.DataPortalResult Class Reference

Returns data from the server-side DataPortal to the client-side DataPortal. Intended for internal CSLA .NET use only. More...

Inheritance diagram for Csla.Server.DataPortalResult:
Csla.Core.IUseApplicationContext

Public Member Functions

 DataPortalResult ()
 Creates an instance of the type.
 DataPortalResult (ApplicationContext applicationContext)
 Creates an instance of the type.
 DataPortalResult (ApplicationContext applicationContext, object returnObject)
 Creates an instance of the type.
 DataPortalResult (ApplicationContext applicationContext, object? returnObject, Exception? ex)
 Creates an instance of the type.

Properties

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.

Detailed Description

Returns data from the server-side DataPortal to the client-side DataPortal. Intended for internal CSLA .NET use only.

Constructor & Destructor Documentation

◆ DataPortalResult() [1/4]

Csla.Server.DataPortalResult.DataPortalResult ( )
inline

Creates an instance of the type.

◆ DataPortalResult() [2/4]

Csla.Server.DataPortalResult.DataPortalResult ( ApplicationContext applicationContext)
inline

Creates an instance of the type.

Parameters
applicationContext
Exceptions
ArgumentNullExceptionapplicationContext is null.

◆ DataPortalResult() [3/4]

Csla.Server.DataPortalResult.DataPortalResult ( ApplicationContext applicationContext,
object returnObject )
inline

Creates an instance of the type.

Parameters
applicationContext
returnObjectObject to return as part of the result.
Exceptions
ArgumentNullExceptionapplicationContext 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
returnObjectObject to return as part of the result.
exError that occurred during the DataPortal call. This will be null if no errors occurred.
Exceptions
ArgumentNullExceptionapplicationContext is null.

Property Documentation

◆ 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: