Click or drag to resize

OpsTeamServiceMainDialogRequest Class

Inheritance Hierarchy

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

The OpsTeamServiceMainDialogRequest type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyAdd
Public propertyDelete
Public propertyDone
Public propertyEdit
Public propertyHideDeletePrintButtons
Public propertyIsATestDialog
Public propertyPrint
Public propertyQuit
Public propertySelectAll
Public propertySelectedControls
Public propertySelectedTeam
The currently selected team 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 propertyTeamDataGridList
Public propertyTeamHeader
Public propertyTeamList
List of employees to be displayed.
Top
Methods
Fields
  NameDescription
Protected field_Add
Protected field_Delete
Protected field_Done
Protected field_Edit
Protected field_Print
Protected field_Quit
Protected field_SelectAll
Protected field_TeamLabel
Protected field_TeamList
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