CSLA.NET 5.4.2
CSLA .NET is a software development framework that helps you build a reusable, maintainable object-oriented business layer for your app.
Csla.Server.Hosts.Mobile.MobileResponse Class Reference

Object that encompasses the resut of the request from a client More...

Properties

Exception Error [getset]
 Exception that occurred during portal execution Null if no exception occurred More...
 
ContextDictionary GlobalContext [getset]
 Global context object. More...
 
object Object [getset]
 Result of the request More...
 

Detailed Description

Object that encompasses the resut of the request from a client

Definition at line 20 of file MobileResponse.cs.

Property Documentation

◆ Error

Exception Csla.Server.Hosts.Mobile.MobileResponse.Error
getset

Exception that occurred during portal execution Null if no exception occurred

Definition at line 26 of file MobileResponse.cs.

◆ GlobalContext

ContextDictionary Csla.Server.Hosts.Mobile.MobileResponse.GlobalContext
getset

Global context object.

Definition at line 30 of file MobileResponse.cs.

◆ Object

object Csla.Server.Hosts.Mobile.MobileResponse.Object
getset

Result of the request

Definition at line 34 of file MobileResponse.cs.