Click or drag to resize

IOrderItemProduct Interface

Namespace:  Resto.Front.Api.V4.Data.Orders
Assembly:  Resto.Front.Api.V4 (in Resto.Front.Api.V4.dll)
Syntax
C#
public interface IOrderItemProduct : ISerializable, 
	IEntity

The IOrderItemProduct type exposes the following members.

Properties
  NameDescription
Public propertyAmount
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
Public propertyCookingFinishTime
Public propertyCookingStartTime
Public propertyCookingTime
Standard cooking time defined by settings if cooking is started, otherwise null.
Public propertyCost
Public propertyCourse
Gets the course of the current order item.
Public propertyDeleted
Public propertyDeletionMethod
Public propertyGuest
Public propertyId (Inherited from IEntity.)
Public propertyKitchen
Product cooking place.
Public propertyOrder
Public propertyPrice
Public propertyPrintTime
Public propertyProduct
Public propertyResultSum
Total sum to be paid, sum with discounts and both included and excluded vat.
Public propertyServeTime
Public propertyStatus
Gets the status of the current order item.
Public propertyWaiter
Waiter who made latest changes to product.
Top
Methods
  NameDescription
Public methodGetObjectData
Populates a SerializationInfo with the data needed to serialize the target object.
(Inherited from ISerializable.)
Top
Extension Methods
  NameDescription
Public Extension MethodGetAssignedModifier
Returns assignedModifier by id from the specified orderItemProduct.
(Defined by OrderItemProductExtensions.)
Public Extension MethodGetAssignedModifiers
Returns assignedModifiers of the specified orderItemProduct.
(Defined by OrderItemProductExtensions.)
Public Extension MethodToEntityStub (Defined by IEntityExtensions.)
Public Extension MethodTryGetAssignedModifier
Returns assignedModifier by id from the specified orderItemProduct or null if orderItemProduct doesn't exist or doesn't contain assignedModifier with that id.
(Defined by OrderItemProductExtensions.)
Public Extension MethodTryGetAssignedModifiers
Returns assignedModifiers of the specified orderItemProduct or null if orderItemProduct doesn't exist.
(Defined by OrderItemProductExtensions.)
Top
See Also