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
Name | Description | |
---|---|---|
![]() | GetObjectData | Populates a SerializationInfo with the data needed to serialize the target object. (Inherited from ISerializable.) |
Extension Methods
Name | Description | |
---|---|---|
![]() | GetAssignedModifier |
Returns assignedModifier by id from the specified orderItemProduct.
(Defined by OrderItemProductExtensions.) |
![]() | GetAssignedModifiers |
Returns assignedModifiers of the specified orderItemProduct.
(Defined by OrderItemProductExtensions.) |
![]() | ToEntityStub | (Defined by IEntityExtensions.) |
![]() | TryGetAssignedModifier |
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.) |
![]() | TryGetAssignedModifiers |
Returns assignedModifiers of the specified orderItemProduct or null if orderItemProduct doesn't exist.
(Defined by OrderItemProductExtensions.) |
Properties
Name | Description | |
---|---|---|
![]() | Amount | |
![]() | AvailableGroupModifiers | |
![]() | AvailableSimpleModifiers | |
![]() | Comment | |
![]() | CookingFinishTime | |
![]() | CookingStartTime | |
![]() | CookingTime | Standard cooking time defined by settings if cooking is started, otherwise null. |
![]() | Cost | |
![]() | Course | Gets the course of the current order item. |
![]() | Deleted | |
![]() | DeletionMethod | |
![]() | Guest | |
![]() | Id | (Inherited from IEntity.) |
![]() | Kitchen | Product cooking place. |
![]() | Order | |
![]() | Price | |
![]() | PrintTime | |
![]() | Product | |
![]() | ServeTime | |
![]() | Status | Gets the status of the current order item. |
See Also