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.V4
Assembly:
Resto.Front.Api.V4 (in Resto.Front.Api.V4.dll)
Syntax IEditSession CreateEditSession()
Return Value
Type:
IEditSession
A new edit session.
See Also