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.
MobileResponse.cs
Go to the documentation of this file.
1
//-----------------------------------------------------------------------
2
// <copyright file="MobileResponse.cs" company="Marimer LLC">
3
// Copyright (c) Marimer LLC. All rights reserved.
4
// Website: https://cslanet.com
5
// </copyright>
6
// <summary>Object that encompasses the resut of the request from </summary>
7
//-----------------------------------------------------------------------
8
using
System;
9
using
System.Collections.Generic;
10
using
System.Linq;
11
using
System.Text;
12
using
Csla
.
Core
;
13
14
namespace
Csla.Server.Hosts.Mobile
15
{
20
public
class
MobileResponse
21
{
26
public
Exception
Error
{
get
;
set
; }
30
public
ContextDictionary
GlobalContext
{
get
;
set
; }
34
public
object
Object
{
get
;
set
; }
35
}
36
}
Csla.Core.ContextDictionary
Dictionary type that is serializable with the SerializationFormatterFactory.GetFormatter().
Definition:
ContextDictionary.cs:20
Csla.Server.Hosts.Mobile.MobileResponse
Object that encompasses the resut of the request from a client
Definition:
MobileResponse.cs:21
Csla.Server.Hosts.Mobile.MobileResponse.GlobalContext
ContextDictionary GlobalContext
Global context object.
Definition:
MobileResponse.cs:30
Csla.Server.Hosts.Mobile.MobileResponse.Error
Exception Error
Exception that occurred during portal execution Null if no exception occurred
Definition:
MobileResponse.cs:26
Csla.Server.Hosts.Mobile.MobileResponse.Object
object Object
Result of the request
Definition:
MobileResponse.cs:34
Csla.Core
Definition:
AddedNewEventArgs.cs:11
Csla.Server.Hosts.Mobile
Definition:
Mobile/CriteriaRequest.cs:14
Csla
Definition:
Csla.AspNetCore.Shared/ApplicationContextManager.cs:16
Generated by
1.9.2