Click or drag to resize

IEditSessionChangeComboAmount Method

Change combo amount.

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

Parameters

amount
Type: SystemInt32
New combo amount.
combo
Type: Resto.Front.Api.Editors.StubsIOrderComboStub
Combo which amount will be changed.
order
Type: Resto.Front.Api.Editors.StubsIOrderStub
Order which combo amount will be changed.
See Also