iikoFront Api V4 Code Reference
iikoFront Api V4 Code Reference
Resto.Front.Api.V4
IOperationService Interface
IOperationService Methods
AddClientToOrder Method
AddErrorMessage Method
AddNotificationMessage Method
AddWarningMessage Method
AuthenticateByPin Method
BillOrder Method
CalculateDeliveryTerminalWorkload Method
CancelNewDelivery Method
CancelReserve Method
CanProductBePaidWithPaymentType Method
ChangeDeliveryOpinion Method
ChangePreliminaryOrder Method
CheckCanEditOrder Method
CheckProductsSellingRestrictions Method
CreateEditSession Method
CreateOrUpdateDiscountCard Method
CreatePreliminaryOrder Method
DeleteOrder Method
DeletePreliminaryOrder Method
EnablePreliminaryOrdersScreen Method
GetActivePaymentTypes Method
GetActiveProducts Method
GetActiveRemovalTypes Method
GetActiveStreets Method
GetAllProducts Method
GetAllStreets Method
GetAssignedModifierByOrderItemProduct Method
GetAssignedModifiersByOrderItemProduct Method
GetChildGroupsByProductGroup Method
GetChildProductsByProductGroup Method
GetCityById Method
GetClientById Method
GetClients Method
GetConceptionById Method
GetConceptions Method
GetDeletedOrderTypes Method
GetDeliveries Method
GetDeliveryById Method
GetDeliveryCancelCauseById Method
GetDeliveryCancelCauses Method
GetDeliveryOrderById Method
GetDeliveryOrders Method
GetDeliverySection Method
GetDiscountCardById Method
GetDiscountCards Method
GetDiscountTypeById Method
GetDiscountTypes Method
GetGroupModifiersByProduct Method
GetGuestByOrder Method
GetGuestsByOrder Method
GetHierarchicalMenu Method
GetHostDeliverySettings Method
GetHostRestaurant Method
GetHostTerminal Method
GetHostTerminalCultureInfo Method
GetHostTerminalPointsOfSale Method
GetHostTerminalsGroup Method
GetInactiveProducts Method
GetIncludedInMenuSectionsByProduct Method
GetKitchenOrderById Method
GetKitchenOrders Method
GetMarketingSourceById Method
GetMarketingSources Method
GetOrderById Method
GetOrderItemProductGroups Method
GetOrders Method
GetOrderTypeById Method
GetOrderTypes Method
GetParentByProduct Method
GetParentByProductGroup Method
GetPaymentByOrder Method
GetPaymentsByOrder Method
GetPaymentTypeById Method
GetPaymentTypes Method
GetPaymentTypesToPayOutOnUser Method
GetPreliminaryOrderById Method
GetPreliminaryOrders Method
GetPriceCategories Method
GetPriceCategoryById Method
GetProductById Method
GetProductByOrder Method
GetProductCategories Method
GetProductCategoryById Method
GetProductGroupById Method
GetProductGroups Method
GetProducts Method
GetProductsByOrder Method
GetProductsRemainingAmounts Method
GetProductStocksListById Method
GetProductStocksLists Method
GetQuickMenu Method
GetRegionById Method
GetRegions Method
GetRemovalTypeById Method
GetReserveById Method
GetReserves Method
GetRestaurantSections Method
GetSectionSchemaById Method
GetSectionSchemaByRestaurantSection Method
GetSectionSchemas Method
GetSelectiveDiscountItemSettings Method
GetSimpleModifiersByProduct Method
GetSplitDeliveries Method
GetStreetById Method
GetSurveyItemById Method
GetSurveyItems Method
GetTableById Method
GetTables Method
GetUpdatedDeliveries Method
GetUpdatedDeliveriesByOrder Method
GetUser Method
GetUserById Method
GetUsers Method
IsActiveForDeliveries Method
IsAllCafeSessionsOpen Method
IsDeliveryActive Method
IsDeliveryConfirmationActive Method
IsMultiCashRegisterConfiguration Method
IsProductSellingRestricted Method
NeedToSplitOrderBeforePayment Method
PayOrder Method
PayOrderAndPayOutOnUser Method
PrintBanquet Method
PrintBillCheque Method
PrintOrderItemProducts Method
PrintTableReservedCheque Method
RegisterPaymentSystem Method
RemoveOrderClient Method
SplitOrderBetweenCashRegisters Method
StartCourseCooking Method
StartProductsCooking Method
SubmitChanges Method
TryGetAssignedModifierByOrderItemProduct Method
TryGetAssignedModifiersByOrderItemProduct Method
TryGetChildGroupsByProductGroup Method
TryGetChildProductsByProductGroup Method
TryGetCityById Method
TryGetClientById Method
TryGetConceptionById Method
TryGetDeliveryById Method
TryGetDeliveryByOrderId Method
TryGetDeliveryCancelCauseById Method
TryGetDeliveryOrderById Method
TryGetDiscountCardById Method
TryGetDiscountTypeById Method
TryGetGroupModifiersByProduct Method
TryGetGuestByOrder Method
TryGetGuestsByOrder Method
TryGetIncludedInMenuSectionsByProduct Method
TryGetKitchenOrderById Method
TryGetMarketingSourceById Method
TryGetOrderById Method
TryGetOrderTypeById Method
TryGetParentByProduct Method
TryGetParentByProductGroup Method
TryGetPaymentByOrder Method
TryGetPaymentsByOrder Method
TryGetPaymentTypeById Method
TryGetPreliminaryOrderById Method
TryGetPriceCategoryById Method
TryGetPriceForCategory Method
TryGetProductById Method
TryGetProductByOrder Method
TryGetProductCategoryById Method
TryGetProductGroupById Method
TryGetProductsByOrder Method
TryGetProductStocksListById Method
TryGetRegionById Method
TryGetRemovalTypeById Method
TryGetReserveById Method
TryGetSectionSchemaById Method
TryGetSectionSchemaByRestaurantSection Method
TryGetSimpleModifiersByProduct Method
TryGetStreetById Method
TryGetSurveyItemById Method
TryGetTableById Method
TryGetUserById Method
IOperationService
TryGetIncludedInMenuSectionsByProduct Method
Returns includedInMenuSections of the specified product or
null
if product doesn't exist.
Namespace:
Resto.Front.Api.V4
Assembly:
Resto.Front.Api.V4 (in Resto.Front.Api.V4.dll)
Syntax
C#
Copy
List
<
IRestaurantSection
>
TryGetIncludedInMenuSectionsByProduct
(
IProduct
product
)
Parameters
product
Type:
Resto.Front.Api.V4.Data.Assortment
IProduct
Return Value
Type:
List
IRestaurantSection
See Also
Reference
IOperationService Interface
Resto.Front.Api.V4 Namespace