CSLA.NET 6.0.0
CSLA .NET is a software development framework that helps you build a reusable, maintainable object-oriented business layer for your app.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros Pages
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. More...
 
Exception Error [get]
 Gets any resulting error information. More...
 
object UserState [get]
 Gets the user state, pass through object More...
 

Detailed Description

IDataPortalResult defines the results of DataPortal operation

Definition at line 15 of file IDataPortalResult.cs.

Property Documentation

◆ Error

Exception Csla.IDataPortalResult.Error
get

Gets any resulting error information.

Definition at line 24 of file IDataPortalResult.cs.

◆ Object

object Csla.IDataPortalResult.Object
get

Gets the resulting object.

Definition at line 20 of file IDataPortalResult.cs.

◆ UserState

object Csla.IDataPortalResult.UserState
get

Gets the user state, pass through object

The user state.

Definition at line 31 of file IDataPortalResult.cs.