IKitchenOrder Interface |
Namespace: Resto.Front.Api.V5.Data.Kitchen
public interface IKitchenOrder : ISerializable, IEntity
The IKitchenOrder type exposes the following members.
Name | Description | |
---|---|---|
BaseOrderId | Base order id. | |
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. | |
Type | ||
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.) |