IKitchenOrder Interface |
Namespace: Resto.Front.Api.V4.Data.Kitchen
public interface IKitchenOrder : ISerializable, IEntity
The IKitchenOrder type exposes the following members.
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. |
Name | Description | |
---|---|---|
![]() | GetObjectData | Populates a SerializationInfo with the data needed to serialize the target object. (Inherited from ISerializable.) |