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

Message sent to the WCF data portal. More...

Properties

byte[] ObjectData [getset]
 Serialized object data. More...
 
byte[] Principal [getset]
 Serialized principal object. More...
 
byte[] GlobalContext [getset]
 Serialized global context object. More...
 
byte[] ClientContext [getset]
 Serialized client context object. More...
 
string ClientCulture [getset]
 Serialized client culture. More...
 
string ClientUICulture [getset]
 Serialized client UI culture. More...
 

Detailed Description

Message sent to the WCF data portal.

Definition at line 18 of file Mobile/UpdateRequest.cs.

Property Documentation

◆ ClientContext

byte [] Csla.Server.Hosts.Mobile.UpdateRequest.ClientContext
getset

Serialized client context object.

Definition at line 42 of file Mobile/UpdateRequest.cs.

◆ ClientCulture

string Csla.Server.Hosts.Mobile.UpdateRequest.ClientCulture
getset

Serialized client culture.

The client culture.

Definition at line 49 of file Mobile/UpdateRequest.cs.

◆ ClientUICulture

string Csla.Server.Hosts.Mobile.UpdateRequest.ClientUICulture
getset

Serialized client UI culture.

The client UI culture.

Definition at line 56 of file Mobile/UpdateRequest.cs.

◆ GlobalContext

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

Serialized global context object.

Definition at line 36 of file Mobile/UpdateRequest.cs.

◆ ObjectData

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

Serialized object data.

Definition at line 24 of file Mobile/UpdateRequest.cs.

◆ Principal

byte [] Csla.Server.Hosts.Mobile.UpdateRequest.Principal
getset

Serialized principal object.

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