CSLA .NET 10.0.0
A home for your business logic
Loading...
Searching...
No Matches
Csla.IDataPortalResult Interface Reference

IDataPortalResult defines the results of DataPortal operation. More...

Inheritance diagram for Csla.IDataPortalResult:
Csla.DataPortalResult< T >

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.

Detailed Description

IDataPortalResult defines the results of DataPortal operation.

Property Documentation

◆ Error

Exception? Csla.IDataPortalResult.Error
get

Gets any resulting error information.

Implemented in Csla.DataPortalResult< T >.

◆ Object

object? Csla.IDataPortalResult.Object
get

Gets the resulting object.

Implemented in Csla.DataPortalResult< T >.

◆ UserState

object? Csla.IDataPortalResult.UserState
get

Gets the user state, pass through object.

The user state.

Implemented in Csla.DataPortalResult< T >.


The documentation for this interface was generated from the following file: