IKitchenOrderItemModifier Interface |
Namespace: Resto.Front.Api.V5.Data.Kitchen
public interface IKitchenOrderItemModifier : ISerializable, IEntity
The IKitchenOrderItemModifier 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. | |
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.) | |
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. |
Name | Description | |
---|---|---|
GetObjectData | Populates a SerializationInfo with the data needed to serialize the target object. (Inherited from ISerializable.) |