Click or drag to resize

IKitchenOrderItemProduct Properties

The IKitchenOrderItemProduct type exposes the following members.

Properties
  NameDescription
Public propertyAmount
Product amount to be cooked.
Public propertyComment
Optional text comment, can be used as a message from waiter to cook.
Public propertyCookingTime
Standard cooking time defined by settings if cooking is started, otherwise null.
Public propertyCourse
Gets course of this order item product.
Public propertyDeleted
Whether printed product has been deleted from source order.
Public propertyEstimatedCookingBeginTime
Moment when product cooking should be started. This property is null until cooking should be started.
Public propertyId (Inherited from IEntity.)
Public propertyIsCookingStarted
Whether cooking of the product started. Depending on kitchen settings and waiter intentions product cooking can start immediately after printing or with some delay. Product with short cooking time may wait for long-time cooking product from the same serve group (to be served together), product of second or above course may wait for corresponding serve cheque printing. This property is perfect, expected state, do not mess up with processing status, which means actual status (cook can begin processing before or after the appointed time).
Public propertyKitchen
Product cooking place.
Public propertyModifiers
Gets product modifiers. This collection is kitchen equivalent of simple and group child modifiers of the source product.
Public propertyPrintTime
Source order item product print time.
Public propertyProcessing1BeginTime
Moment when product last time switched to the Processing1 or greater status.
Public propertyProcessing2BeginTime
Moment when product last time switched to the Processing2 or greater status.
Public propertyProcessing3BeginTime
Moment when product last time switched to the Processing3 or greater status.
Public propertyProcessing4BeginTime
Moment when product last time switched to the Processing4 or greater status.
Public propertyProcessingCompleteTime
Moment when product last time switched to the Processed or greater status.
Public propertyProcessingStatus
Gets current position in a product processing lifecycle.
Public propertyProduct
Product to be cooked.
Public propertyServeGroupNumber
Identifies order item products group to be served together. Cooking of products from the same order with the same serve group number should be completed at the same time, so that waiter will serve them together.
Public propertyServeTime
Moment when product last time switched to the Served status.
Top
See Also