Click or drag to resize

CashRegisterDriverParameters Class

Cash register driver parameters.
Inheritance Hierarchy
SystemObject
  Resto.Front.Api.Data.Device.SettingsCashRegisterDriverParameters

Namespace:  Resto.Front.Api.Data.Device.Settings
Assembly:  Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
[SerializableAttribute]
public class CashRegisterDriverParameters

The CashRegisterDriverParameters type exposes the following members.

Constructors
  NameDescription
Public methodCashRegisterDriverParameters
Main constructor
Top
Properties
  NameDescription
Public propertyCanPrintBarcode
Can print barcode.
Public propertyCanPrintLogo
Can print logo.
Public propertyCanPrintQRCode
Can print QR code.
Public propertyCanPrintText
Can print text.
Public propertyCanUseFontSizes
Can use font sizes.
Public propertyFont0Width
How many characters can contain one line of cheque tape with font0.
Public propertyFont1Width
How many characters can contain one line of cheque tape with font1.
Public propertyFont2Width
How many characters can contain one line of cheque tape with font2.
Public propertyIsBillTaskSupported
Is bill (precheque) printing supported?
Public propertyIsCancellationSupported
Is cancellation supported?
Public propertyIsRegisterStatusSupported
Public propertySupportsPayInAfterSessionClose
Can pay in after close.
Public propertyZeroCashOnClose
Zero cash on close.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also