Click or drag to resize

Resto.Front.Api.Devices.ChequeTaskProcessor Namespace

 
Interfaces
  InterfaceDescription
Public interfaceIChequeTaskProcessor
Common interface for extending the functionality of fiscal operations. Derive from MarshalByRefObject and implement this interface to make custom cheque task processor. Your implementation should be registered by RegisterChequeTaskProcessor(IChequeTaskProcessor).
Public interfaceIEditableChequeTaskProcessor
Common interface for extending the functionality of fiscal operations. Derive from MarshalByRefObject and implement this interface to make custom cheque task processor. Your implementation should be registered by RegisterChequeTaskProcessor(IChequeTaskProcessor).
Public interfaceIReadonlyChequeTaskProcessor
Common interface for extending the functionality of fiscal operations. Derive from MarshalByRefObject and implement this interface to make custom cheque task processor. Your implementation should be registered by RegisterChequeTaskProcessor(IChequeTaskProcessor).