Click or drag to resize

OpsCheckRequest Class

Request Ops display pickup check dialog.
Inheritance Hierarchy
SystemObject
  Micros.OpsOpsRequest
    Micros.OpsOpsCheckRequest
      Micros.OpsEmployeeTotalsDialogRequest

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

The OpsCheckRequest type exposes the following members.

Constructors
 NameDescription
Public methodOpsCheckRequest(OpsContext)Initializes a new instance of the OpsCheckRequest class
Public methodOpsCheckRequest(TranslatedText) Constructor
Public methodOpsCheckRequest(OpsContext, CLosedCheckTask)Initializes a new instance of the OpsCheckRequest class
Top
Properties
 NameDescription
Public propertyAmountDueHeader Translated total due column header.
Public propertyAutoFireCheckDataGridList 
Public propertyAutofireCheckList List of auto fire checks to be displayed.
Public propertyByText 
Public propertyCheckDataGridList 
Public propertyCheckDialogContext
(Overrides OpsRequestCheckDialogContext)
Public propertyCheckHoldItemHeader Translated check Hold Item column header.
Public propertyCheckIdHeader Translated check Id column header.
Public propertyCheckList List of checks to be displayed.
Public propertyCheckNameHeader Translated check name column header.
Public propertyCheckNumberHeader Translated check number column header.
Public propertyCheckOpenHeader Translated check open column header.
Public propertyEmployeeHeader Translated check employee column header.
Public propertyHeldCheckDataGridList 
Public propertyHeldCheckListList of held checks to be displayed.
Public propertyHostSortEvents 
Public propertyIsRVCAutofireEnabled 
Public propertyIsSuperLite 
Public propertyReadCheckParams 
Public propertyRegularCheckDataGridList 
Public propertyRegularCheckList List of auto fire checks to be displayed.
Public propertySelectedCheck The currently selected check in the list.
Public propertyShowAutoFireChecksOnly 
Public propertyShowHeldChecksOnly 
Public propertyShowHeldItemsButton 
Public propertyShowNextButton 
Public propertyShowPrevButton 
Public propertyShowRegularChecks 
Public propertySuperLiteHHFutureChecksText 
Public propertySuperLiteHHRegularChecksText 
Public propertySuperLiteHHSortColumn 
Public propertyTableNameHeader Translated table name column header.
Public propertyTitle Translated title text.
Public propertyTotalCheckCount 
Top
Methods
Fields
 NameDescription
Public field_hostSortEvent 
Public field_showAutoFireChecksOnly Display Auto fire checks only.
Public field_showHeldChecksOnly 
Public field_showHeldItemsButton 
Public field_showNextButton Display next button (there are more checks).
Public field_showPrevButton Display back button (there are more checks).
Public field_showRegularChecks 
Public field_strTotalChecks 
Public fieldClosedCheckPurpose 
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 fieldSortColumn 
Public fieldSortDirection 
Top
See Also