IOrderCookingItem Interface |
Namespace: Resto.Front.Api.Data.Orders
public interface IOrderCookingItem : IOrderRootItem, ISerializable, IEntity, IOrderRootItemStub, IOrderCookingItemStub
The IOrderCookingItem type exposes the following members.
| Name | Description | |
|---|---|---|
| Amount | ||
| Comment | ||
| CookingFinishTime | ||
| CookingStartTime | ||
| CookingTime | Standard cooking time defined by settings if cooking is started, otherwise null. | |
| Course | Gets the course of the current order item. | |
| Deleted | (Inherited from IOrderRootItem.) | |
| DeletionMethod | (Inherited from IOrderRootItem.) | |
| Guest | (Inherited from IOrderRootItem.) | |
| Id | (Inherited from IEntity.) | |
| Kitchen | Product cooking place. | |
| PrintTime | (Inherited from IOrderRootItem.) | |
| ServeTime | ||
| Size | Gets size of the order item if it's product or template has scale, otherwise null. | |
| Status | Gets the status of the current order item. (Inherited from IOrderRootItem.) | |
| Waiter | Waiter who made latest changes to the order item. (Inherited from IOrderRootItem.) |
| Name | Description | |
|---|---|---|
| GetObjectData | Populates a SerializationInfo with the data needed to serialize the target object. (Inherited from ISerializable.) |