Click or drag to resize

TrainingEmployeeInfo Class

This class provides information about an employee.
Inheritance Hierarchy
SystemObject
  Micros.OpsTrainingEmployeeInfo

Namespace:  Micros.Ops
Assembly:  Ops (in Ops.dll) Version: 18.2
Syntax
C#
public class TrainingEmployeeInfo : INotifyPropertyChanged

The TrainingEmployeeInfo type exposes the following members.

Constructors
  NameDescription
Public methodTrainingEmployeeInfo(DbEmployee, DataStoreClient, Int32)
Initializes a new instance of the TrainingEmployeeInfo class
Public methodTrainingEmployeeInfo(Int64, Int32, DataStoreClient, Int32)
Initializes a new instance of the TrainingEmployeeInfo class
Top
Properties
  NameDescription
Public propertyEmployeeId
Employee's Id.
Public propertyEmployeeName
The check name of the employee.
Public propertyEmployeeNumber
Employee's Number.
Public propertyFirstName
The first name of the employee.
Public propertyFullName
The full name of the employee.
Public propertyIsChanged
Public propertyLangId
Language Id
Public propertyLastName
The last name of the employee.
Public propertyRevenueCenter
The employee's revenue center.
Public propertyRevenueCenters
This list contains all the RevenueCenterIDs where the employee has an operator record.
Public propertySelected
Employee is selected.
Public propertyTrainingMode
The Training Mode of the employee.
Top
Methods
Events
  NameDescription
Public eventPropertyChanged
Property changed event
Top
See Also