Click or drag to resize

EmployeeInfo Class

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

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

The EmployeeInfo type exposes the following members.

Constructors
 NameDescription
Public methodEmployeeInfo(EmployeeInfo)Initializes a new instance of the EmployeeInfo class
Public methodEmployeeInfo(DbEmployee, DataStoreClient, Int32)Initializes a new instance of the EmployeeInfo class
Public methodEmployeeInfo(Int64, Int32, DataStoreClient, Int32)Initializes a new instance of the EmployeeInfo 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 propertyIsAvailableForDelivery 
Public propertyIsCourier 
Public propertyLangId Language Id
Public propertyLastName The last name of the employee.
Public propertyRevenueCenter The employee's revenue center.
Public propertyRevenueCenterNames This list contains all the RevenueCenterNames where the employee has an operator record.
Public propertyRevenueCenters This list contains all the RevenueCenterIDs where the employee has an operator record.
Public propertySelected Employee is selected.
Public propertyShiftNumber The employee's shift number.
Public propertyTag 
Public propertyTipAmount 
Top
Methods
 NameDescription
Protected methodOnPropertyChanged 
Public methodToString
(Overrides ObjectToString)
Top
Events
 NameDescription
Public eventPropertyChanged Property changed event
Top
See Also