TrainingEmployeeInfo Class |
Namespace: Micros.Ops
public class TrainingEmployeeInfo : INotifyPropertyChanged
The TrainingEmployeeInfo type exposes the following members.
Name | Description | |
---|---|---|
![]() | TrainingEmployeeInfo(DbEmployee, DataStoreClient, Int32) | Initializes a new instance of the TrainingEmployeeInfo class |
![]() | TrainingEmployeeInfo(Int64, Int32, DataStoreClient, Int32) | Initializes a new instance of the TrainingEmployeeInfo 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.
|
![]() | IsChanged | |
![]() | LangId |
Language Id
|
![]() | LastName |
The last name of the employee.
|
![]() | RevenueCenter |
The employee's revenue center.
|
![]() | RevenueCenters |
This list contains all the RevenueCenterIDs where the employee has an operator record.
|
![]() | Selected |
Employee is selected.
|
![]() | TrainingMode |
The Training Mode of the employee.
|
Name | Description | |
---|---|---|
![]() | OnPropertyChanged | |
![]() | ToString | (Overrides ObjectToString.) |
Name | Description | |
---|---|---|
![]() | PropertyChanged |
Property changed event
|