Click or drag to resize

IEditSessionChangeComboAmount Method

Change combo amount.

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

Parameters

amount  Int32
New combo amount.
combo  IOrderComboStub
Combo which amount will be changed.
order  IOrderStub
Order which combo amount will be changed.
See Also