Click or drag to resize

IEditSessionChangeComboSize Method

Change combo size.

Namespace:  Resto.Front.Api.Editors
Assembly:  Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
Syntax
C#
void ChangeComboSize(
	IProductSize size,
	IOrderComboStub combo,
	IOrderStub order
)

Parameters

size
Type: Resto.Front.Api.Data.AssortmentIProductSize
Size of the combo if it's template has scale, otherwise null.
combo
Type: Resto.Front.Api.Editors.StubsIOrderComboStub
Combo which size will be changed.
order
Type: Resto.Front.Api.Editors.StubsIOrderStub
Order which combo size will be changed.
See Also