C# Class pcAmerica.DesktopPOS.API.Client.MenuAPI

Exibir arquivo Open project: pcAmerica/CRE-RPE-Client-API-Library Class Usage Examples

Public Methods

Method Description
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.

Method Details

GetCurrentMenu() public method

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.
return Menu