IOperationServiceSubmitChanges Method |
Applies all changes made with specified edit session.
Namespace: Resto.Front.ApiAssembly: Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
SyntaxISubmittedEntities SubmitChanges(
IEditSession editSession,
ICredentials credentials
)
Parameters
- editSession IEditSession
-
Edit session with changes.
- credentials ICredentials
-
The credentials returned by AuthenticateByPin(String) method.
Return Value
ISubmittedEntities
Created or changed entities. Use corresponding Get method to retrieve entities by their stubs.
Remarks
Do not use current edit session instance for another changes after submitting, create new edit session instead.
See Also