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

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

공개 메소드들

메소드 설명
AuthenticateEmployee ( string userName, string password ) : Employee

Verifies that an employee's credentials are valid. Use this method to validate the login to your own program.

GetCurrentUser ( ) : Employee

Returns the employee that's currently logged into the server POS workstation

메소드 상세

AuthenticateEmployee() 공개 메소드

Verifies that an employee's credentials are valid. Use this method to validate the login to your own program.
public AuthenticateEmployee ( string userName, string password ) : Employee
userName string The employee's username
password string The employee's password
리턴 Employee

GetCurrentUser() 공개 메소드

Returns the employee that's currently logged into the server POS workstation
public GetCurrentUser ( ) : Employee
리턴 Employee