Click or drag to resize

OpsCashierRequest Class

Inheritance Hierarchy
SystemObject
  Micros.OpsOpsRequest
    Micros.OpsOpsCustomRequest
      Micros.OpsOpsCashierRequest

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

The OpsCashierRequest type exposes the following members.

Constructors
 NameDescription
Public methodOpsCashierRequest Constructor
Top
Properties
 NameDescription
Public propertyCashierDataGridListFiltered 
Public propertyCashierList List of employees to be displayed.
Public propertyCashierListFilteredListCountText 
Public propertyCashierListIsFilterActive 
Public propertyCashierListNameText 
Public propertyCashierNameHeader Translated name column header.
Public propertyCashierNumberHeader Translated cashier number column header.
Public propertyClear 
Public propertyDisplayedLabel 
Public propertyDone 
Public propertyEdit 
Public propertyFilter 
Public propertyRevCtrHeader Translated revenue center column header.
Public propertySelectedCashier The currently selected cashier in the list.
Public propertySelectedControls 
Public propertySelectedRVCIndex 
Public propertySelectedRVCIndexText 
Public propertyShiftHeader Translated shift column header.
Public propertyShowNextButton Display next button (there are more employees).
Public propertyShowPrevButton Display back button (there are more employees).
Public propertyTotalCashiersLabel 
Top
Methods
Fields
 NameDescription
Protected field_CashierList 
Protected field_CashierNameHeader 
Protected field_CashierNumberHeader 
Protected field_Clear 
Protected field_DisplayedLabel 
Protected field_Done 
Protected field_Edit 
Protected field_Filter 
Protected field_RevCtrHeader 
Protected field_ShiftHeader 
Protected field_TotalCashiersLabel 
Protected field_TranslatedText 
Public fieldDialogResult Is false if user cancelled the dialog.
Public fieldNextPage Inicates the dialog was closed as a result of a DialogNext command.
Public fieldPrevPage Inicates the dialog was closed as a result of a DialogPrev command.
Top
See Also