Click or drag to resize

ITerminalsGroup Interface

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

The ITerminalsGroup type exposes the following members.

Properties
  NameDescription
Public propertyAskCashierForMultiCashRegisterPayment
Whether cashier will be asked for multiple cash register payment.
Public propertyDefaultTable
The default table of a group.
Public propertyId (Inherited from IEntity.)
Public propertyIsTabMode
Tab mode specified.
Public propertyMainTerminal
The main terminal of group. Returns null if the main terminal is not specified.
Public propertyMaxCourseNumber
The maximum number of course.
Public propertyName
Public propertyPriceCategory
Public propertyServicePrintOnOrderExit
Top
Methods
  NameDescription
Public methodGetObjectData
Populates a SerializationInfo with the data needed to serialize the target object.
(Inherited from ISerializable.)
Top
See Also