Click or drag to resize

IKitchenOrderModifierItem Interface

Specifies some kind of predefined product cooking customization.

Namespace:  Resto.Front.Api.Data.Kitchen
Assembly:  Resto.Front.Api.V7 (in Resto.Front.Api.V7.dll)
Syntax
C#
public interface IKitchenOrderModifierItem : ISerializable, 
	IEntity

The IKitchenOrderModifierItem type exposes the following members.

Properties
  NameDescription
Public propertyAmount
Modifier amount to be cooked.
Public propertyAmountIndependentOfParentAmount
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.
Public propertyBaseOrderModifierId
Id of the modifier item (IOrderModifierItem) from the base order (IOrder) this item was created from.
Public propertyCookingTime
For separate modifiers standard cooking time defined by settings if cooking is started, otherwise null. This property is meaningless for non-separate modifiers.
Public propertyDeleted
Whether modifier or the printed product has been deleted from source order.
Public propertyEstimatedCookingBeginTime
Moment when modifier cooking should be started. This property is null until cooking should be started.
Public propertyId (Inherited from IEntity.)
Public propertyIsSeparate
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.
Public propertyKitchen
Modifier cooking place.
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
Modifier to be cooked.
Public propertyServeTime
Moment when product last time switched to the Served status.
Top
Methods
  NameDescription
Public methodGetObjectData
Populates a SerializationInfo with the data needed to serialize the target object.
(Inherited from ISerializable.)
Top
See Also