Click or drag to resize

OpsChecksItemsFailedToPrintRequest Class

Request Ops display a check items whish are failed to print on order device / KDS.
Inheritance Hierarchy
SystemObject
  Micros.OpsOpsRequest
    Micros.OpsOpsChecksItemsFailedToPrintRequest

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

The OpsChecksItemsFailedToPrintRequest type exposes the following members.

Constructors
 NameDescription
Public methodOpsChecksItemsFailedToPrintRequest Constructor
Top
Properties
 NameDescription
Public propertyCheckItemsDataGridList Builds a list of data rows to create the Check Items Failed to Print grid. Used by OpsHTML (CheckItemsFailedToPrintDialog.xml)
Public propertyItemNameHeader Translated check open header text.
Public propertyItemsList List of checks to be displayed.
Public propertyOrderDeviceHeader Translated check employee header text.
Public propertyQuantityHeader Translated check number header text.
Public propertySelectedItem 
Public propertyTitle Translated title text.
Top
Methods
 NameDescription
Public methodSetTitle 
Top
Fields
 NameDescription
Public fieldDialogResult True if user selected OK.
Top
See Also