Click or drag to resize

IKitchenOrderCompoundItemComponent Interface

Order item compound item component equivalent for kitchen.

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

The IKitchenOrderCompoundItemComponent type exposes the following members.

Properties
  NameDescription
Public propertyAmount
Compound item component amount to be cooked.
Public propertyId (Inherited from IEntity.)
Public propertyModifiers
Get compound component's modifiers.
Public propertyProduct
Compound item component product to be cooked.
Top
Methods
  NameDescription
Public methodGetObjectData
Populates a SerializationInfo with the data needed to serialize the target object.
(Inherited from ISerializable.)
Top
See Also