Click or drag to resize

ITerminalsGroup Interface


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

The ITerminalsGroup type exposes the following members.

Properties
 NameDescription
Public propertyAskCashierForMultiCashRegisterPaymentWhether cashier will be asked for multiple cash register payment.
Public propertyDefaultTableThe default table of a group.
Public propertyFiscalSectionMapFiscal section map
Public propertyId
(Inherited from IEntity)
Public propertyIsTabModeTab mode specified.
Public propertyMainTerminalThe main terminal of group. Returns null if the main terminal is not specified.
Public propertyMaxCourseNumberThe maximum number of course.
Public propertyName 
Public propertyPriceCategory 
Public propertyServiceModeType of restaurant service.
Public propertyServicePrintOnOrderExit 
Public propertyStandbyTerminalsList of standby teminals. Used for changing main cash register.
Top
Methods
 NameDescription
Public methodGetObjectDataPopulates a SerializationInfo with the data needed to serialize the target object.
(Inherited from ISerializable)
Top
See Also