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.IMobileRequest Interface Reference

Interface for all requests from client More...

Inheritance diagram for Csla.Server.Hosts.Mobile.IMobileRequest:
Csla.Server.Hosts.Mobile.MobileCriteriaRequest Csla.Server.Hosts.Mobile.MobileUpdateRequest

Properties

IPrincipal Principal [getset]
 Principal that will be set for the request More...
 
ContextDictionary GlobalContext [getset]
 Global context object. More...
 
ContextDictionary ClientContext [getset]
 Client context object. More...
 
string ClientCulture [getset]
 The client culture. More...
 
string ClientUICulture [getset]
 The client UI culture. More...
 

Detailed Description

Interface for all requests from client

Definition at line 17 of file IMobileRequest.cs.

Property Documentation

◆ ClientContext

ContextDictionary Csla.Server.Hosts.Mobile.IMobileRequest.ClientContext
getset

Client context object.

Definition at line 30 of file IMobileRequest.cs.

◆ ClientCulture

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

The client culture.

Definition at line 34 of file IMobileRequest.cs.

◆ ClientUICulture

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

The client UI culture.

Definition at line 38 of file IMobileRequest.cs.

◆ GlobalContext

ContextDictionary Csla.Server.Hosts.Mobile.IMobileRequest.GlobalContext
getset

Global context object.

Definition at line 26 of file IMobileRequest.cs.

◆ Principal

IPrincipal Csla.Server.Hosts.Mobile.IMobileRequest.Principal
getset

Principal that will be set for the request

Definition at line 22 of file IMobileRequest.cs.