Click or drag to resize

IOperationServiceCreateEditSession Method

Creates an edit session. All changes made with this session will be accumulated without affecting entities. Use SubmitChanges(ICredentials, IEditSession) method to apply all changes or do nothing to discard them.

Namespace:  Resto.Front.Api
Assembly:  Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
IEditSession CreateEditSession()

Return Value

Type: IEditSession
A new edit session.
See Also