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.
Mobile/WcfResponse.cs
Go to the documentation of this file.
1
#if !NETFX_CORE
2
//-----------------------------------------------------------------------
3
// <copyright file="WcfResponse.cs" company="Marimer LLC">
4
// Copyright (c) Marimer LLC. All rights reserved.
5
// Website: https://cslanet.com
6
// </copyright>
7
// <summary>Response message returned from the </summary>
8
//-----------------------------------------------------------------------
9
using
System;
10
using
System.Runtime.Serialization;
11
12
namespace
Csla.Server.Hosts.Mobile
13
{
18
[DataContract]
19
public
class
WcfResponse
20
{
24
[DataMember]
25
public
byte
[]
ObjectData
{
get
;
set
; }
29
[DataMember]
30
public
WcfErrorInfo
ErrorData
{
get
;
set
; }
34
[DataMember]
35
public
byte
[]
GlobalContext
{
get
;
set
; }
36
}
37
}
38
#endif
Csla.Server.Hosts.Mobile.WcfErrorInfo
Message containing details about any server-side exception.
Definition:
WcfErrorInfo.cs:20
Csla.Server.Hosts.Mobile.WcfResponse
Response message returned from the WCF data portal methods.
Definition:
Mobile/WcfResponse.cs:20
Csla.Server.Hosts.Mobile.WcfResponse.ErrorData
WcfErrorInfo ErrorData
Serialized error/exception data.
Definition:
Mobile/WcfResponse.cs:30
Csla.Server.Hosts.Mobile.WcfResponse.ObjectData
byte[] ObjectData
Serialized object data.
Definition:
Mobile/WcfResponse.cs:25
Csla.Server.Hosts.Mobile.WcfResponse.GlobalContext
byte[] GlobalContext
Serialized global context data.
Definition:
Mobile/WcfResponse.cs:35
Csla.Server.Hosts.Mobile
Definition:
Mobile/CriteriaRequest.cs:14
Generated by
1.9.2