Click or drag to resize

ExtensibilityDataInfo Class

Extensibility Detail on the check
Inheritance Hierarchy
SystemObject
  Micros.PosCore.Extensibility.OpsExtensibilityDataInfo

Namespace:  Micros.PosCore.Extensibility.Ops
Assembly:  PosCore (in PosCore.dll)
Syntax
C#
public class ExtensibilityDataInfo

The ExtensibilityDataInfo type exposes the following members.

Constructors
  NameDescription
Public methodExtensibilityDataInfo(DbExtensibilityDataDetail)
Initializes a new instance of the ExtensibilityDataInfo class
Public methodExtensibilityDataInfo(String, String, Byte)
Initializes a new instance of the ExtensibilityDataInfo class
Public methodExtensibilityDataInfo(String, String, String)
Initializes a new instance of the ExtensibilityDataInfo class
Top
Properties
  NameDescription
Public propertyExtensibilityAppName
Public propertyPostToMyMicros
Get and Set value indicating if extensibility data post to MyMicros.
Public propertyReprocess
Public propertyVisibleToTransactionServices
Top
Methods
  NameDescription
Public methodSetPrintOnAllOrderDevices
SetPrintOnAllOrderDevices() Set the internal print flags so that this record will print on all remote order devices.
Public methodSetPrintOnCustomerReceiptOnly
SetPrintOnAllOrderDevices() Set the internal print flags so that this record will print on the customer receipt but nowhere else.
Public methodSetPrintOnDisplayGuestCheckAndCustReceiptOnly
SetPrintOnAllOrderDevices() Set the internal print flags so that this record will show on the workstation display and print on the guest check and customer receipt but nowhere else.
Public methodSetPrintOnDisplayOnly
SetPrintOnAllOrderDevices() Set the internal print flags so that this record will show on the workstation display but nowhere else.
Public methodSetPrintOnGuestCheckAndCustReceiptOnly
SetPrintOnAllOrderDevices() Set the internal print flags so that this record will print on the guest check and customer receipt but nowhere else.
Public methodSetPrintOnGuestCheckOnly
SetPrintOnAllOrderDevices() Set the internal print flags so that this record will print on the guest check but nowhere else.
Public methodSetPrintOnOrderDevice
SetPrintOnAllOrderDevices() Update the internal print flags so that this record will also print on the specified order device.
Public methodSetPrintToOrderDevicesInInverse
SetPrintOnAllOrderDevices() Update the internal print flags so that this record will print in reverse
Top
Fields
See Also