C# 클래스 pcAmerica.DesktopPOS.API.Client.MenuAPI

파일 보기 프로젝트 열기: pcAmerica/CRE-RPE-Client-API-Library 1 사용 예제들

공개 메소드들

메소드 설명
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