Click or drag to resize

IScaleFactory Interface

Plugin-based scale device factory.

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

The IScaleFactory type exposes the following members.

Properties
 NameDescription
Public propertyDefaultDeviceSettings Get the initial configuration of the device.
(Inherited from IDeviceFactory)
Public propertyDescription Device title that will be displayed in BackOffice.
(Inherited from IDeviceFactory)
Public propertyFactoryCode Unique identifier for the plugin device factory
(Inherited from IDeviceFactory)
Top
Methods
 NameDescription
Public methodCreate Create Scale.
Top
See Also