Click or drag to resize

IEditSession.ChangeComboAmount Method

Change combo amount.

Namespace:  Resto.Front.Api.Editors
Assembly:  Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
void ChangeComboAmount(
	int amount,
	IOrderComboStub combo,
	IOrderStub order
)

Parameters

amount
Type: System.Int32
New combo amount.
combo
Type: Resto.Front.Api.Editors.Stubs.IOrderComboStub
Combo which amount will be changed.
order
Type: Resto.Front.Api.Editors.Stubs.IOrderStub
Order which combo amount will be changed.
See Also