IOrderItemProduct Interface |
Namespace: Resto.Front.Api.V4.Data.Orders
public interface IOrderItemProduct : ISerializable, IEntity
The IOrderItemProduct type exposes the following members.
Name | Description | |
---|---|---|
![]() | Amount | |
![]() | AssignedModifiers | Modifiers assigned to order item. |
![]() | AvailableGroupModifiers | Group modifiers that are available for order item. |
![]() | AvailableSimpleModifiers | Simple modifiers that are available for order item. |
![]() | 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 | |
![]() | ResultSum | Total sum to be paid, sum with discounts and both included and excluded vat. |
![]() | ServeTime | |
![]() | Status | Gets the status of the current order item. |
![]() | Waiter | Waiter who made latest changes to product. |
Name | Description | |
---|---|---|
![]() | GetObjectData | Populates a SerializationInfo with the data needed to serialize the target object. (Inherited from ISerializable.) |
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.) |