Click or drag to resize

IEditSessionChangeEstimatedOrderGuestsCount Method

Changes estimated order guests count. Use this method to set estimated guests count when guests collection doesn't reflect actual state of affairs.

Namespace:  Resto.Front.Api.Editors
Assembly:  Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
void ChangeEstimatedOrderGuestsCount(
	int estimatedGuestsCount,
	IOrderStub order
)

Parameters

estimatedGuestsCount
Type: SystemInt32
How many people will be served using this order, in spite of how many guests this order will be splitted by.
order
Type: Resto.Front.Api.Editors.StubsIOrderStub
Order to change estimated guests count.
See Also