Click or drag to resize

IOrderCompoundItem Interface

Templated order item representing one or two combined products.

Namespace:  Resto.Front.Api.Data.Orders
Assembly:  Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
Syntax
C#
public interface IOrderCompoundItem : IOrderCookingItem, 
	IOrderRootItem, ISerializable, IEntity, IOrderRootItemStub, IOrderCookingItemStub, 
	IOrderCompoundItemStub

The IOrderCompoundItem type exposes the following members.

Properties
  NameDescription
Public propertyAmount (Inherited from IOrderCookingItem.)
Public propertyAvailableCommonGroupModifiers
Group modifiers that are available for the whole compound item.
Public propertyAvailableCommonSimpleModifiers
Simple modifiers that are available for the whole compound item.
Public propertyAvailableComponentGroupModifiers
Group modifiers that are available for compound item component.
Public propertyAvailableComponentSimpleModifiers
Simple modifiers that are available for compound item component.
Public propertyComment (Inherited from IOrderCookingItem.)
Public propertyCommonModifiers
Common (non-splittable) assigned modifiers. Apply to all components.
Public propertyCookingFinishTime (Inherited from IOrderCookingItem.)
Public propertyCookingStartTime (Inherited from IOrderCookingItem.)
Public propertyCookingTime
Standard cooking time defined by settings if cooking is started, otherwise null.
(Inherited from IOrderCookingItem.)
Public propertyCourse
Gets the course of the current order item.
(Inherited from IOrderCookingItem.)
Public propertyDeleted (Inherited from IOrderRootItem.)
Public propertyDeletionMethod (Inherited from IOrderRootItem.)
Public propertyGuest (Inherited from IOrderRootItem.)
Public propertyId (Inherited from IEntity.)
Public propertyKitchen
Product cooking place.
(Inherited from IOrderCookingItem.)
Public propertyPrimaryComponent
Primary part of the compound item. For the undivided compound item this part is single, for splitted — primary.
Public propertyPrintTime (Inherited from IOrderRootItem.)
Public propertySecondaryComponent
Secondary part of the splitted compound item or null for undivided compound item.
Public propertyServeTime (Inherited from IOrderCookingItem.)
Public propertySize
Gets size of the order item if it's product or template has scale, otherwise null.
(Inherited from IOrderCookingItem.)
Public propertyStatus
Gets the status of the current order item.
(Inherited from IOrderRootItem.)
Public propertyTemplate
Template of the current compound item.
Public propertyWaiter
Waiter who made latest changes to the order item.
(Inherited from IOrderRootItem.)
Top
Methods
  NameDescription
Public methodGetObjectData
Populates a SerializationInfo with the data needed to serialize the target object.
(Inherited from ISerializable.)
Top
See Also