Click or drag to resize

IKitchenOrderCompoundItemComponent Interface

Order item compound item component equivalent for kitchen.

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

The IKitchenOrderCompoundItemComponent type exposes the following members.

Properties
 NameDescription
Public propertyAmountCompound item component amount to be cooked.
Public propertyFoodValue 
Public propertyId
(Inherited from IEntity)
Public propertyModifiersGet compound component's modifiers.
Public propertyProductCompound item component product to be cooked.
Public propertyZeroAmountModifiersData 
Top
Methods
 NameDescription
Public methodGetObjectDataPopulates a SerializationInfo with the data needed to serialize the target object.
(Inherited from ISerializable)
Top
See Also