Click or drag to resize

IOrderCookingItem Interface

Base type for all foody order items (those which may be cooked in the kitchen).

Namespace:  Resto.Front.Api.Data.Orders
Assembly:  Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
public interface IOrderCookingItem : IOrderRootItem, 
	ISerializable, IEntity, IOrderRootItemStub, IOrderCookingItemStub

The IOrderCookingItem type exposes the following members.

Properties
  NameDescription
Public propertyAmount
Public propertyComment
Public propertyCookingFinishTime
Public propertyCookingStartTime
Public propertyCookingTime
Standard cooking time defined by settings if cooking is started, otherwise null.
Public propertyCourse
Gets the course of the current order item.
Public propertyDeleted (Inherited from IOrderRootItem.)
Public propertyDeletionMethod (Inherited from IOrderRootItem.)
Public propertyGuest (Inherited from IOrderRootItem.)
Public propertyId (Inherited from IEntity.)
Public propertyKitchen
Product cooking place.
Public propertyPrintTime (Inherited from IOrderRootItem.)
Public propertyServeTime
Public propertySize
Gets size of the order item if it's product or template has scale, otherwise null.
Public propertyStatus
Gets the status of the current order item.
(Inherited from IOrderRootItem.)
Public propertyWaiter
Waiter who made latest changes to the order item.
(Inherited from IOrderRootItem.)
Top
Methods
  NameDescription
Public methodGetObjectData
Populates a SerializationInfo with the data needed to serialize the target object.
(Inherited from ISerializable.)
Top
See Also