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.WcfResponse Class Reference

Response message returned from the WCF data portal methods. More...

Properties

byte[] ObjectData [getset]
 Serialized object data. More...
 
WcfErrorInfo ErrorData [getset]
 Serialized error/exception data. More...
 
byte[] GlobalContext [getset]
 Serialized global context data. More...
 

Detailed Description

Response message returned from the WCF data portal methods.

Definition at line 19 of file Mobile/WcfResponse.cs.

Property Documentation

◆ ErrorData

WcfErrorInfo Csla.Server.Hosts.Mobile.WcfResponse.ErrorData
getset

Serialized error/exception data.

Definition at line 30 of file Mobile/WcfResponse.cs.

◆ GlobalContext

byte [] Csla.Server.Hosts.Mobile.WcfResponse.GlobalContext
getset

Serialized global context data.

Definition at line 35 of file Mobile/WcfResponse.cs.

◆ ObjectData

byte [] Csla.Server.Hosts.Mobile.WcfResponse.ObjectData
getset

Serialized object data.

Definition at line 25 of file Mobile/WcfResponse.cs.