Click or drag to resize

IOperationServiceSubmitChanges Method

Applies all changes made with specified edit session.

Namespace: Resto.Front.Api
Assembly: Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
ISubmittedEntities 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