Click or drag to resize

CashierInfo Class

This class provides information about a cashier.
Inheritance Hierarchy
SystemObject
  Micros.OpsCashierInfo

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

The CashierInfo type exposes the following members.

Constructors
 NameDescription
Public methodCashierInfo(DbCashier, Int32, DataStoreClient, Int32)Initializes a new instance of the CashierInfo class
Public methodCashierInfo(Int32, Int32, Int32, DataStoreClient, Int32)Initializes a new instance of the CashierInfo class
Top
Properties
 NameDescription
Public propertyCashierId Cashier's Id.
Public propertyCashierName The name of the cashier.
Public propertyCashierNumber Cashier's Number.
Public propertyRevenueCenter The employee's revenue center.
Public propertySelected Cashier is selected.
Public propertyShiftNumber The cashier's shift number.
Top
Methods
 NameDescription
Protected methodOnPropertyChanged 
Public methodToString
(Overrides ObjectToString)
Top
Events
 NameDescription
Public eventPropertyChanged Property changed event
Top
See Also