Click or drag to resize

IOperationServiceSubmitChanges Method

Applies all changes made with specified edit session.

Namespace:  Resto.Front.Api
Assembly:  Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
ISubmittedEntities SubmitChanges(
	ICredentials credentials,
	IEditSession editSession
)

Parameters

credentials
Type: Resto.Front.Api.Data.SecurityICredentials
The credentials returned by AuthenticateByPin(String) method.
editSession
Type: Resto.Front.Api.EditorsIEditSession
Edit session with changes.

Return Value

Type: 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