Order equivalent for kitchen. Kitchen orders created automatically from IOrder and have independent lifetime.
Namespace: Resto.Front.Api.V3.Data.Kitchen
Assembly: Resto.Front.Api.V3 (in Resto.Front.Api.V3.dll) Version: 4.1.1236.1 (4.1.1236.1)
Syntax
C#
public interface IKitchenOrder : IEntity, ISerializable
The IKitchenOrder type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | GetObjectData | Populates a SerializationInfo with the data needed to serialize the target object. (Inherited from ISerializable.) |
Properties
Name | Description | |
---|---|---|
![]() | Id | (Inherited from IEntity.) |
![]() | Items | Source order item products equivalent for kitchen. Only printed order item products are taken into account for kitchen. |
![]() | Number | Number of the source order. |
![]() | Table | Table of the source order. |
![]() | Waiter | Person who serves the source order. |
See Also