IOrderCompoundItem Interface |
Namespace: Resto.Front.Api.Data.Orders
public interface IOrderCompoundItem : IOrderCookingItem, IOrderRootItem, ISerializable, IEntity, IOrderRootItemStub, IOrderCookingItemStub, IOrderCompoundItemStub
The IOrderCompoundItem type exposes the following members.
Name | Description | |
---|---|---|
Amount | (Inherited from IOrderCookingItem.) | |
AvailableCommonGroupModifiers | Group modifiers that are available for the whole compound item. | |
AvailableCommonSimpleModifiers | Simple modifiers that are available for the whole compound item. | |
AvailableComponentGroupModifiers | Group modifiers that are available for compound item component. | |
AvailableComponentSimpleModifiers | Simple modifiers that are available for compound item component. | |
Comment | (Inherited from IOrderCookingItem.) | |
CommonModifiers | Common (non-splittable) assigned modifiers. Apply to all components. | |
CookingFinishTime | (Inherited from IOrderCookingItem.) | |
CookingStartTime | (Inherited from IOrderCookingItem.) | |
CookingTime | Standard cooking time defined by settings if cooking is started, otherwise null. (Inherited from IOrderCookingItem.) | |
Course | Gets the course of the current order item. (Inherited from IOrderCookingItem.) | |
Deleted | (Inherited from IOrderRootItem.) | |
DeletionMethod | (Inherited from IOrderRootItem.) | |
Guest | (Inherited from IOrderRootItem.) | |
Id | (Inherited from IEntity.) | |
Kitchen | Product cooking place. (Inherited from IOrderCookingItem.) | |
PrimaryComponent | Primary part of the compound item. For the undivided compound item this part is single, for splitted — primary. | |
PrintTime | (Inherited from IOrderRootItem.) | |
SecondaryComponent | Secondary part of the splitted compound item or null for undivided compound item. | |
ServeTime | (Inherited from IOrderCookingItem.) | |
Size | Gets size of the order item if it's product or template has scale, otherwise null. (Inherited from IOrderCookingItem.) | |
Status | Gets the status of the current order item. (Inherited from IOrderRootItem.) | |
Template | Template of the current compound item. | |
Waiter | Waiter who made latest changes to the order item. (Inherited from IOrderRootItem.) |
Name | Description | |
---|---|---|
GetObjectData | Populates a SerializationInfo with the data needed to serialize the target object. (Inherited from ISerializable.) |