Click or drag to resize

OpsChecksPrintFailedToOrderDeviceRequest Class

Inheritance Hierarchy
SystemObject
  Micros.OpsOpsRequest
    Micros.OpsOpsChecksPrintFailedToOrderDeviceRequest

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

The OpsChecksPrintFailedToOrderDeviceRequest type exposes the following members.

Constructors
 NameDescription
Public methodOpsChecksPrintFailedToOrderDeviceRequest Constructor
Top
Properties
 NameDescription
Public propertyCheckDataGridList Builds a list of data rows to create the Checks Failed to Print on Order Device grid. Used by OpsHTML (ChecksFailedToPrintOnOrderDeviceDialog.xml)
Public propertyCheckList List of checks to be displayed.
Public propertyCheckNameHeader Translated check name column header.
Public propertyCheckNumberHeader Translated check number column header.
Public propertyEmployeeHeader Translated check employee column header.
Public propertyOrderDevicesHeader Translated total due column header.
Public propertyPrintTimeHeader Translated print time column header.
Public propertyReadCheckParams 
Public propertySelectedCheck The currently selected check in the list.
Public propertyTitle Translated title text.
Top
Methods
 NameDescription
Public methodSetTitle 
Top
Fields
 NameDescription
Public fieldDialogResult Is false if user cancelled the dialog.
Public fieldSortColumn 
Public fieldSortDirection 
Top
See Also