Click or drag to resize

IHostTerminalSettings Interface

Settings of the local terminal.

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

The IHostTerminalSettings type exposes the following members.

Properties
  NameDescription
Public propertyCulture
Culture info of the iikoFront app.
Public propertyId (Inherited from IEntity.)
Public propertyIsMainTerminal
Whether host terminal is the main terminal of group. Plugin with IsSingleInstance in its manifest will be loaded on main terminal.
Public propertyUICulture
UI culture info of the iikoFront app.
Top
Methods
  NameDescription
Public methodGetObjectData
Populates a SerializationInfo with the data needed to serialize the target object.
(Inherited from ISerializable.)
Top
See Also