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

Class that will be used to execute an Update request from a client. More...

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

Public Member Functions

 MobileUpdateRequest (object objectToUpdate, IPrincipal principal, ContextDictionary globalContext, ContextDictionary clientContext, string clientCulture, string clientUICulture)
 New instance of criteria object More...
 

Properties

object ObjectToUpdate [getset]
 Business object that will be updated. More...
 
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...
 
- Properties inherited from Csla.Server.Hosts.Mobile.IMobileRequest
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

Class that will be used to execute an Update request from a client.

Definition at line 17 of file MobileUpdateRequest.cs.

Constructor & Destructor Documentation

◆ MobileUpdateRequest()

Csla.Server.Hosts.Mobile.MobileUpdateRequest.MobileUpdateRequest ( object  objectToUpdate,
IPrincipal  principal,
ContextDictionary  globalContext,
ContextDictionary  clientContext,
string  clientCulture,
string  clientUICulture 
)

New instance of criteria object

Parameters
objectToUpdateBusiness object that will be updated.
principalPrincipal that will be set for the request
globalContextGlobal context object.
clientContextClient context object.
clientCultureThe client culture.
clientUICultureThe client UI culture.

Definition at line 53 of file MobileUpdateRequest.cs.

Property Documentation

◆ ClientContext

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

Client context object.

Definition at line 34 of file MobileUpdateRequest.cs.

◆ ClientCulture

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

The client culture.

Definition at line 38 of file MobileUpdateRequest.cs.

◆ ClientUICulture

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

The client UI culture.

Definition at line 42 of file MobileUpdateRequest.cs.

◆ GlobalContext

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

Global context object.

Definition at line 30 of file MobileUpdateRequest.cs.

◆ ObjectToUpdate

object Csla.Server.Hosts.Mobile.MobileUpdateRequest.ObjectToUpdate
getset

Business object that will be updated.

Definition at line 22 of file MobileUpdateRequest.cs.

◆ Principal

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

Principal that will be set for the request

Definition at line 26 of file MobileUpdateRequest.cs.