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) Version: 19.8
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
Public methodExtensibilityDataInfo(String, String, String, Boolean) FPS-118395 Opera Room charge records require that each record be highlighted yellow (so user can identify room charge easier) Overloaded method allows user to identify if this is an opera room record extensibility call
Top
Properties
 NameDescription
Public propertyExtensibilityAppName 
Public propertyHighlightRecordYellow 
Public propertyPostToMyMicros Get and Set value indicating if extensibility data post to MyMicros.
Public propertyReprocess 
Public propertyVisibleToTransactionServices 
Top
Methods
 NameDescription
Public methodExtensibilityDataInfoBase FPS-118395 Create a base method to make a future changes easier as now have overload method(s) for this extensibilty call
Public methodSetPrintOnAllOrderDevices SetPrintOnAllOrderDevices() Printing of an extensibility detail on remote order devices is currently not supported. Any extensibility detail will not print on remote order devices.
Public methodSetPrintOnCustomerReceiptOnly SetPrintOnCustomerReceiptOnly() Set the internal print flags so that this record will print on the customer receipt but nowhere else.
Public methodSetPrintOnDisplayGuestCheckAndCustReceiptOnly SetPrintOnDisplayGuestCheckAndCustReceiptOnly() 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 SetPrintOnDisplayOnly() Set the internal print flags so that this record will show on the workstation display but nowhere else.
Public methodSetPrintOnGuestCheckAndCustReceiptOnly SetPrintOnGuestCheckAndCustReceiptOnly() Set the internal print flags so that this record will print on the guest check and customer receipt but nowhere else.
Public methodSetPrintOnGuestCheckOnly SetPrintOnGuestCheckOnly() Set the internal print flags so that this record will print on the guest check but nowhere else.
Public methodSetPrintOnOrderDevice SetPrintOnOrderDevice() Printing of an extensibility detail on remote order devices is currently not supported. Any extensibility detail will not print on remote order devices.
Public methodSetPrintToOrderDevicesInInverse SetPrintToOrderDevicesInInverse() Printing of an extensibility detail on remote order devices is currently not supported. Any extensibility detail will not print on remote order devices.
Top
Fields
See Also