Class that will be used to execute an Update request from a client. More...
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... | |
Class that will be used to execute an Update request from a client.
Definition at line 17 of file MobileUpdateRequest.cs.
| Csla.Server.Hosts.Mobile.MobileUpdateRequest.MobileUpdateRequest | ( | object | objectToUpdate, |
| IPrincipal | principal, | ||
| ContextDictionary | globalContext, | ||
| ContextDictionary | clientContext, | ||
| string | clientCulture, | ||
| string | clientUICulture | ||
| ) |
New instance of criteria object
| objectToUpdate | Business object that will be updated. |
| principal | Principal that will be set for the request |
| globalContext | Global context object. |
| clientContext | Client context object. |
| clientCulture | The client culture. |
| clientUICulture | The client UI culture. |
Definition at line 53 of file MobileUpdateRequest.cs.
|
getset |
Client context object.
Definition at line 34 of file MobileUpdateRequest.cs.
|
getset |
The client culture.
Definition at line 38 of file MobileUpdateRequest.cs.
|
getset |
The client UI culture.
Definition at line 42 of file MobileUpdateRequest.cs.
|
getset |
Global context object.
Definition at line 30 of file MobileUpdateRequest.cs.
|
getset |
Business object that will be updated.
Definition at line 22 of file MobileUpdateRequest.cs.
|
getset |
Principal that will be set for the request
Definition at line 26 of file MobileUpdateRequest.cs.