Click or drag to resize

IEditSessionChangeDeliveryMoveIds Method

Sets identifiers of:
the new delivery created to transfer current one to a new terminal.
the group of a new delivery created to transfer current one to a new terminal.
the old delivery, from which the current one was created after transferring to a new terminal.
the group of an old delivery, from which the current one was created after transferring to a new terminal.

Namespace:  Resto.Front.Api.Editors
Assembly:  Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
void ChangeDeliveryMoveIds(
	Guid? movedToDeliveryId,
	Guid? movedToTerminalGroupId,
	Guid? movedFromDeliveryId,
	Guid? movedFromTerminalGroupId,
	IDeliveryOrderStub order
)

Parameters

movedToDeliveryId
Type: SystemNullableGuid
Identifier of the new delivery created to transfer the old one to a new terminal.
movedToTerminalGroupId
Type: SystemNullableGuid
Group Identifier of the new delivery created to transfer the old one to a new terminal.
movedFromDeliveryId
Type: SystemNullableGuid
Identifier of the old delivery, from which the current one was created after transferring to a new terminal.
movedFromTerminalGroupId
Type: SystemNullableGuid
Group Identifier of the old delivery, from which the current one was created after transferring to a new terminal.
order
Type: Resto.Front.Api.Editors.StubsIDeliveryOrderStub
Order to change.
See Also