iikoFront Api V4 Code Reference
iikoFront Api V4 Code Reference
Resto.Front.Api.V4.Editors
IEditSession Interface
IEditSession Methods
ActivateReserve Method
AddDiscount Method
AddDiscountByCardNumber Method
AddExternalPaymentItem Method
AddFlexibleSumDiscount Method
AddFlexibleSumDiscountByCardNumber Method
AddOrderGuest Method
AddOrderItemModifier Method
AddOrderItemProduct Method
AddPaymentItem Method
AddPreliminaryPaymentItem Method
BindReserveToOrder Method
ChangeClientAddresses Method
ChangeClientBlacklistInfo Method
ChangeClientCardNumber Method
ChangeClientComment Method
ChangeClientEmails Method
ChangeClientIikoBizId Method
ChangeClientIikoNetId Method
ChangeClientLinkedCounteragent Method
ChangeClientMainAddressIndex Method
ChangeClientName Method
ChangeClientNick Method
ChangeClientPhones Method
ChangeClientSurname Method
ChangeDeliveryActualDeliverTime Method
ChangeDeliveryAddress Method
ChangeDeliveryComment Method
ChangeDeliveryConfirmTime Method
ChangeDeliveryCourier Method
ChangeDeliveryDuration Method
ChangeDeliveryEmail Method
ChangeDeliveryExpectedDeliverTime Method
ChangeDeliveryLocation Method
ChangeDeliveryMarketingSource Method
ChangeDeliveryOperator Method
ChangeDeliveryOrderPredictedCookingCompleteTime Method
ChangeDeliveryPersonsCount Method
ChangeDeliveryPhone Method
ChangeDeliveryPredictedDeliveryTime Method
ChangeDeliveryProblemComment Method
ChangeDeliveryProblemStatus Method
ChangeDeliverySplitBetweenPersons Method
ChangeEstimatedOrderGuestsCount Method
ChangeOrderItemComment Method
ChangeOrderItemModifierAmount Method
ChangeOrderItemProductAmount Method
ChangeOrderItemProductCourse Method
ChangeOrderItemWaiter Method
ChangeOrderOriginName Method
ChangePaymentItemSum Method
ChangePreliminaryPaymentItemSum Method
ChangeReserveComment Method
ChangeReserveDuration Method
ChangeReserveEstimatedStartTime Method
ChangeReserveGuestsCount Method
ChangeReserveReminder Method
ChangeReserveTables Method
ChangeSelectiveDiscount Method
ChangeStreetName Method
CreateBanquet Method
CreateClient Method
CreateDelivery Method
CreateDeliveryOrder Method
CreateOrder Method
CreateReserve Method
CreateStreet Method
DeleteDiscount Method
DeleteExternalPaymentItem Method
DeleteOrderGuest Method
DeleteOrderItemComment Method
DeleteOrderItemModifier Method
DeleteOrderItemProduct Method
DeleteOrRestoreStreet Method
DeletePaymentItem Method
DeletePreliminaryPaymentItem Method
DeletePrintedOrderItemModifier Method
DeletePrintedOrderItemProduct Method
GroupOrderItemProducts Method
MoveOrderItemProduct Method
MoveOrderItemProductToAnotherOrder Method
RecoverCorruptedReserve Method
RenameOrderGuest Method
ReopenReserve Method
ResetIsPrintedDeliveryBillActual Method
ServeOrderItemProduct Method
SetDeliveryConfirmed Method
SetDeliveryCustomerAuthorizedInIikoBiz Method
SetDeliveryCustomerAuthorizedInIikoNet Method
SetDeliveryDelivered Method
SetDeliveryUnconfirmed Method
SetDeliveryUndelivered Method
SetOrderType Method
StartBanquet Method
UngroupOrderItemProducts Method
UnserveOrderItemProduct Method
IEditSession
BindReserveToOrder Method
Converts exising reserve or banquet without order to banquet with order.
Namespace:
Resto.Front.Api.V4.Editors
Assembly:
Resto.Front.Api.V4 (in Resto.Front.Api.V4.dll)
Syntax
C#
Copy
void
BindReserveToOrder
(
IReserveStub
reserve
,
IOrderStub
order
)
Parameters
reserve
Type:
Resto.Front.Api.V4.Editors.Stubs
IReserveStub
Reserve to bind.
order
Type:
Resto.Front.Api.V4.Editors.Stubs
IOrderStub
Order used to bind reserve to.
See Also
Reference
IEditSession Interface
Resto.Front.Api.V4.Editors Namespace