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

Afficher le fichier Open project: pcAmerica/CRE-RPE-Client-API-Library Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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.
Résultat Menu