IKitchenOrderModifierItem Properties |
The IKitchenOrderModifierItem type exposes the following members.
Name | Description | |
---|---|---|
Amount | Modifier amount to be cooked. | |
AmountIndependentOfParentAmount | Whether amount of the modifier is absolute or relative to parent amount. When modifier amount depends on parent, it means multiplication — specified amount of modifier should be cooked per each parent unit, otherwise it means addition — specified amount of modifier should be cooked for whole parent. | |
BaseOrderModifierId | Id of the modifier item (IOrderModifierItem) from the base order (IOrder) this item was created from. | |
CookingTime | For separate modifiers standard cooking time defined by settings if cooking is started, otherwise null. This property is meaningless for non-separate modifiers. | |
Deleted | Whether modifier or the printed product has been deleted from source order. | |
EstimatedCookingBeginTime | Moment when modifier cooking should be started. This property is null until cooking should be started. | |
Id | (Inherited from IEntity.) | |
IsHidden | Whether the modifier is child modifier and should be hidden if its Amount equals the DefaultAmount and HideIfDefaultAmount property is enabled. | |
IsSeparate | Whether modifier should be cooked separately from its product. In general this property exposes modifier semantics: while some modifiers specify how to cook their product, another modifiers are additional dish parts or even separate dishes. First type completely depends on product and has the same cooking property values, second type is separate and has own kitchen, status etc. | |
Kitchen | Modifier cooking place. | |
Processing1BeginTime | Moment when product last time switched to the Processing1 or greater status. | |
Processing2BeginTime | Moment when product last time switched to the Processing2 or greater status. | |
Processing3BeginTime | Moment when product last time switched to the Processing3 or greater status. | |
Processing4BeginTime | Moment when product last time switched to the Processing4 or greater status. | |
ProcessingCompleteTime | Moment when product last time switched to the Processed or greater status. | |
ProcessingStatus | Gets current position in a product processing lifecycle. | |
Product | Modifier to be cooked. | |
ServeTime | Moment when product last time switched to the Served status. |