| IKitchenOrderCompoundItemComponent Interface | 
Namespace: Resto.Front.Api.Data.Kitchen
 Syntax
Syntaxpublic interface IKitchenOrderCompoundItemComponent : ISerializable, IEntity
The IKitchenOrderCompoundItemComponent type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Amount | Compound item component amount to be cooked. | 
|  | Id | (Inherited from IEntity.) | 
|  | Modifiers | Get compound component's modifiers. | 
|  | Product | Compound item component product to be cooked. | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | GetObjectData | Populates a SerializationInfo with the data needed to serialize the target object.(Inherited from ISerializable.) | 
 See Also
See Also