C# Класс pcAmerica.DesktopPOS.API.Client.MenuAPI

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
GetCurrentMenu ( Context context ) : Menu

Returns the structure of the currently active menu. If the current menu never expires, the expiration will be DateTime.MinValue. The menu hierarchy begins with departments. Items are nested within departments. Both departments and items are represented as buttons.

Описание методов

GetCurrentMenu() публичный Метод

Returns the structure of the currently active menu. If the current menu never expires, the expiration will be DateTime.MinValue. The menu hierarchy begins with departments. Items are nested within departments. Both departments and items are represented as buttons.
public GetCurrentMenu ( Context context ) : Menu
context Context The store id, station id, and cashier id the information should be restricted to.
Результат Menu