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.EditorsAssembly: Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
Syntaxvoid 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