IOrderItemProduct InterfaceiikoFront Api V3 Documentation

Namespace: Resto.Front.Api.V3.Data.Orders
Assembly: Resto.Front.Api.V3 (in Resto.Front.Api.V3.dll) Version: 4.1.1236.1 (4.1.1236.1)
Syntax

C#
public interface IOrderItemProduct : IEntity, 
	ISerializable

The IOrderItemProduct type exposes the following members.

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
Properties

  NameDescription
Public propertyAmount
Public propertyAvailableGroupModifiers
Public propertyAvailableSimpleModifiers
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 propertyServeTime
Public propertyStatus
Gets the status of the current order item.
Top
See Also

Reference