Click or drag to resize

IWaiterTeam Interface

Group of waiters that can work with each other's orders.

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

The IWaiterTeam type exposes the following members.

Properties
 NameDescription
Public propertyId
(Inherited from IEntity)
Public propertyNameName of waiter team.
Top
Methods
 NameDescription
Public methodGetObjectDataPopulates a SerializationInfo with the data needed to serialize the target object.
(Inherited from ISerializable)
Top
See Also