Click or drag to resize

ICashRegisterFactory Interface

Common interface for creating device plugin. Derive from MarshalByRefObject and implement this interface to make custom device factory. Your implementation should be registered by RegisterCashRegisterFactory(ICashRegisterFactory).

Namespace:  Resto.Front.Api.Devices
Assembly:  Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
public interface ICashRegisterFactory : IDeviceFactory

The ICashRegisterFactory type exposes the following members.

Properties
  NameDescription
Public propertyCodeName
Device title that will be displayed in BackOffice.
(Inherited from IDeviceFactory.)
Public propertyDefaultDeviceSettings
Get the initial configuration of the device.
(Inherited from IDeviceFactory.)
Top
Methods
  NameDescription
Public methodCreate
Create cash register.
Top
See Also