Click or drag to resize

OpsEmployeeRequest Class

Inheritance Hierarchy

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

The OpsEmployeeRequest type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyClear
Public propertyDisplayedLabel
Public propertyDone
Public propertyEdit
Public propertyEmployeeList
List of employees to be displayed.
Public propertyEmployeeNumberHeader
Translated employee number column header.
Public propertyFilter
Public propertyFirstNameHeader
Translated first name column header.
Public propertyIsCourierAssign
Public propertyLastNameHeader
Translated last name column header.
Public propertyRevCtrCombo
Translated revenue center column header.
Public propertyRevCtrHeader
Translated revenue center column header.
Public propertySelectedControls
Public propertySelectedEmployee
The currently selected employee in the list.
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 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_Filter
Protected field_FirstNameHeader
Protected field_LastNameHeader
Protected field_RevCtrCombo
Protected field_RevCtrHeader
Protected field_ShowAllAssignedRVC
Protected field_SignedInEmployeesLabel
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