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.V3.Editors
Assembly: Resto.Front.Api.V3 (in Resto.Front.Api.V3.dll) Version: 4.1.1236.1 (4.1.1236.1)
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.V3.EditorsIOrderStub
Order to change estimated guests count.
See Also