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

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

Properties

string TypeName [getset]
 Assembly qualified name of the business object type to create. More...
 
byte[] CriteriaData [getset]
 Serialized data for the criteria object. More...
 
byte[] Principal [getset]
 Serialized data for the principal object. More...
 
byte[] GlobalContext [getset]
 Serialized data for the global context object. More...
 
byte[] ClientContext [getset]
 Serialized data for the 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 19 of file Mobile/CriteriaRequest.cs.

Property Documentation

◆ ClientContext

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

Serialized data for the client context object.

Definition at line 50 of file Mobile/CriteriaRequest.cs.

◆ ClientCulture

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

Serialized client culture.

The client culture.

Definition at line 57 of file Mobile/CriteriaRequest.cs.

◆ ClientUICulture

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

Serialized client UI culture.

The client UI culture.

Definition at line 64 of file Mobile/CriteriaRequest.cs.

◆ CriteriaData

byte [] Csla.Server.Hosts.Mobile.CriteriaRequest.CriteriaData
getset

Serialized data for the criteria object.

Definition at line 32 of file Mobile/CriteriaRequest.cs.

◆ GlobalContext

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

Serialized data for the global context object.

Definition at line 44 of file Mobile/CriteriaRequest.cs.

◆ Principal

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

Serialized data for the principal object.

Definition at line 38 of file Mobile/CriteriaRequest.cs.

◆ TypeName

string Csla.Server.Hosts.Mobile.CriteriaRequest.TypeName
getset

Assembly qualified name of the business object type to create.

Definition at line 26 of file Mobile/CriteriaRequest.cs.