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

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

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

Метод Описание
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