EmployeeInfo Class |
Namespace: Micros.Ops
public class EmployeeInfo : INotifyPropertyChanged
The EmployeeInfo type exposes the following members.
| Name | Description | |
|---|---|---|
| EmployeeInfo(EmployeeInfo) | Initializes a new instance of the EmployeeInfo class | |
| EmployeeInfo(DbEmployee, DataStoreClient, Int32) | Initializes a new instance of the EmployeeInfo class | |
| EmployeeInfo(Int64, Int32, DataStoreClient, Int32) | Initializes a new instance of the EmployeeInfo class |
| Name | Description | |
|---|---|---|
| EmployeeId |
Employee's Id.
| |
| EmployeeName |
The check name of the employee.
| |
| EmployeeNumber |
Employee's Number.
| |
| FirstName |
The first name of the employee.
| |
| FullName |
The full name of the employee.
| |
| IsAvailableForDelivery | ||
| IsCourier | ||
| LangId |
Language Id
| |
| LastName |
The last name of the employee.
| |
| RevenueCenter |
The employee's revenue center.
| |
| RevenueCenterNames |
This list contains all the RevenueCenterNames where the employee has an operator record.
| |
| RevenueCenters |
This list contains all the RevenueCenterIDs where the employee has an operator record.
| |
| Selected |
Employee is selected.
| |
| ShiftNumber |
The employee's shift number.
| |
| Tag | ||
| TipAmount |
| Name | Description | |
|---|---|---|
| OnPropertyChanged | ||
| ToString | (Overrides ObjectToString.) |
| Name | Description | |
|---|---|---|
| PropertyChanged |
Property changed event
|