Click or drag to resize

IOrderProductItem Interface

Regular order item representing single product.

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

The IOrderProductItem type exposes the following members.

Properties
  NameDescription
Public propertyAmount (Inherited from IOrderCookingItem.)
Public propertyAssignedModifiers
Modifiers assigned to order item.
Public propertyAvailableGroupModifiers
Group modifiers that are available for order item.
Public propertyAvailableSimpleModifiers
Simple modifiers that are available for order item.
Public propertyComment (Inherited from IOrderCookingItem.)
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 propertyCost
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 propertyOpenPrice
Manually set price of the product.
Public propertyPrice
Public propertyPricePredefined
Public propertyPrintTime (Inherited from IOrderRootItem.)
Public propertyProduct
Public propertyResultSum
Total sum to be paid, sum with discounts and both included and excluded vat.
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 propertyTaxPercent
Tax percent or null for not taxed order items.
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