Click or drag to resize

IHostTerminalSettings Interface

Settings of the local terminal.

Namespace: Resto.Front.Api.Data.Organization
Assembly: Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
Syntax
C#
public interface IHostTerminalSettings : ISerializable, 
	IEntity

The IHostTerminalSettings type exposes the following members.

Properties
 NameDescription
Public propertyCultureCulture info of the Syrve POS app.
Public propertyId
(Inherited from IEntity)
Public propertyIsMainTerminalWhether host terminal is the main terminal of group. Plugin with IsSingleInstance in its manifest will be loaded on main terminal.
Public propertyUICultureUI culture info of the Syrve POS app.
Top
Methods
 NameDescription
Public methodGetObjectDataPopulates a SerializationInfo with the data needed to serialize the target object.
(Inherited from ISerializable)
Top
See Also