Click or drag to resize

OpsEmployeeTrainingRequest Class

Request Ops display employee selection dialog.
Inheritance Hierarchy
SystemObject
  Micros.OpsOpsRequest
    Micros.OpsOpsCustomRequest
      Micros.OpsOpsEmployeeTrainingRequest

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

The OpsEmployeeTrainingRequest type exposes the following members.

Constructors
 NameDescription
Public methodOpsEmployeeTrainingRequest Constructor
Top
Properties
 NameDescription
Public propertyCancel 
Public propertyClear 
Public propertyDisplayedLabel 
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 propertyFilter 
Public propertyFirstNameHeader Translated first name column header.
Public propertyLastNameHeader Translated last name column header.
Public propertyRevCtrHeader Translated revenue center column header.
Public propertySave 
Public propertySelectedControl 
Public propertySelectedEmployee The currently selected employee in the list.
Public propertySelectedRVCIndex 
Public propertySelectedRVCIndexText 
Public propertyShowNextButton Display next button (there are more employees).
Public propertyShowPrevButton Display back button (there are more employees).
Public propertySignedInEmployeesLabel 
Public propertyTotalEmployeesLabel 
Public propertyTrainingHeader Translated Training column header.
Top
Methods
Fields
 NameDescription
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.
Public fieldSender 
Top
See Also