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.V8 (in Resto.Front.Api.V8.dll)
Syntax
C#
void ChangeEstimatedOrderGuestsCount(
	int estimatedGuestsCount,
	IOrderStub order
)

Parameters

estimatedGuestsCount  Int32
How many people will be served using this order, in spite of how many guests this order will be splitted by.
order  IOrderStub
Order to change estimated guests count.
See Also