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.V10 (in Resto.Front.Api.V10.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 propertyAvailableCommonGroupModifiersGroup modifiers that are available for the whole compound item.
Public propertyAvailableCommonSimpleModifiersSimple modifiers that are available for the whole compound item.
Public propertyAvailableComponentGroupModifiersGroup modifiers that are available for compound item component.
Public propertyAvailableComponentSimpleModifiersSimple modifiers that are available for compound item component.
Public propertyComment
(Inherited from IOrderCookingItem)
Public propertyCommonModifiersCommon (non-splittable) assigned modifiers. Apply to all components.
Public propertyCookingFinishTime
(Inherited from IOrderCookingItem)
Public propertyCookingStartTime
(Inherited from IOrderCookingItem)
Public propertyCookingTimeStandard cooking time defined by settings if cooking is started, otherwise null.
(Inherited from IOrderCookingItem)
Public propertyCourseGets 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 propertyKitchenProduct cooking place.
(Inherited from IOrderCookingItem)
Public propertyPrimaryComponentPrimary part of the compound item. For the undivided compound item this part is single, for splitted — primary.
Public propertyPrintTime
(Inherited from IOrderRootItem)
Public propertySecondaryComponentSecondary part of the splitted compound item or null for undivided compound item.
Public propertyServeTime
(Inherited from IOrderCookingItem)
Public propertySizeGets size of the order item if it's product or template has scale, otherwise null.
(Inherited from IOrderCookingItem)
Public propertyStatusGets the status of the current order item.
(Inherited from IOrderRootItem)
Public propertyTemplateTemplate of the current compound item.
Public propertyWaiterWaiter who made latest changes to the order item.
(Inherited from IOrderRootItem)
Top
Methods
 NameDescription
Public methodGetObjectDataPopulates a SerializationInfo with the data needed to serialize the target object.
(Inherited from ISerializable)
Top
See Also