| OpsCashierRequest Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: Micros.Ops
 Syntax
Syntaxpublic class OpsCashierRequest : OpsCustomRequest
The OpsCashierRequest type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | OpsCashierRequest | 
            Constructor
             | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | CashierList |  List of employees to be displayed.  | 
|  | CashierNameHeader |  Translated name column header.  | 
|  | CashierNumberHeader |  Translated cashier number column header.  | 
|  | Clear | |
|  | DisplayedLabel | |
|  | Done | |
|  | Edit | |
|  | Filter | |
|  | RevCtrHeader |  Translated revenue center column header.  | 
|  | SelectedCashier |  The currently selected cashier in the list.  | 
|  | SelectedControls | |
|  | ShiftHeader |  Translated shift column header.  | 
|  | ShowNextButton |  Display next button (there are more employees).  | 
|  | ShowPrevButton |  Display back button (there are more employees).  | 
|  | TotalCashiersLabel | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | InitTranslatableContent | |
|  | OnCancel | |
|  | OnOk | |
|  | OnProcessCommand | 
 Fields
Fields| Name | Description | |
|---|---|---|
|  | _CashierList | |
|  | _CashierNameHeader | |
|  | _CashierNumberHeader | |
|  | _Clear | |
|  | _DisplayedLabel | |
|  | _Done | |
|  | _Edit | |
|  | _Filter | |
|  | _RevCtrHeader | |
|  | _ShiftHeader | |
|  | _TotalCashiersLabel | |
|  | _TranslatedText | |
|  | DialogResult |  Is false if user cancelled the dialog.  | 
|  | NextPage |  Inicates the dialog was closed as a result of a DialogNext command.  | 
|  | PrevPage |  Inicates the dialog was closed as a result of a DialogPrev command.  | 
 See Also
See Also