Click or drag to resize

OpsEmployeeRequest Class

Inheritance Hierarchy

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

The OpsEmployeeRequest type exposes the following members.

Constructors
Properties
 NameDescription
Public propertyClear 
Public propertyDisplayedLabel 
Public propertyDone 
Public propertyDontCloseOnDoubleClick FPS-38760 | SuperLite | Do not close the dialog if user selects the same row again
Public propertyDontShowFingerPrintRead Needed for SuperLite UI generation
Public propertyEdit 
Public propertyEmployeeDataGridListFiltered 
Public propertyEmployeeList List of employees to be displayed.
Public propertyEmployeeListFilteredListCountText 
Public propertyEmployeeListFirstNameText 
Public propertyEmployeeListIsFilterActive 
Public propertyEmployeeListLastNameText 
Public propertyEmployeeNumberHeader Translated employee number column header.
Public propertyEmployeeShiftDataGridListFiltered 
Public propertyEnrollFingerPrintText 
Public propertyFilter 
Public propertyFirstNameHeader Translated first name column header.
Public propertyIsCourierAssign 
Public propertyLastNameHeader Translated last name column header.
Public propertyPerformSelectAndOkAsSingleOperation FPS-31976 | SuperLite | Single tap/click will select the row and perform ok operation - in most cases will open a new edit dialog.
Public propertyRevCtrCombo Translated revenue center column header.
Public propertyRevCtrFilterHeader 
Public propertyRevCtrHeader Translated revenue center column header.
Public propertySelectedControls 
Public propertySelectedEmployee The currently selected employee in the list.
Public propertySelectedRVCIndex 
Public propertySelectedRVCIndexText 
Public propertyShowFingerPrintRead Display back button (there are more employees).
Public propertyShowNextButton Display next button (there are more employees).
Public propertyShowPrevButton Display back button (there are more employees).
Public propertySignedInEmployeesLabel 
Public propertySuperLiteEdit 
Public propertyTotalEmployeesLabel 
Top
Methods
Fields
 NameDescription
Protected field_Clear 
Protected field_DisplayedLabel 
Protected field_Done 
Protected field_Edit 
Protected field_EmployeeList 
Protected field_EmployeeNumberHeader 
Protected field_EnrollFingerPrint 
Protected field_Filter 
Protected field_FirstNameHeader 
Protected field_IsEmployeeShift 
Protected field_LastNameHeader 
Protected field_RevCtrCombo 
Protected field_RevCtrFilterHeader 
Protected field_RevCtrHeader 
Protected field_ShowAllAssignedRVC 
Protected field_SignedInEmployeesLabel 
Protected field_SuperLiteEdit 
Protected field_TotalEmployeesLabel 
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