Provides a set of static methods to access child entities.
Inheritance Hierarchy
Resto.Front.Api.V3.Data.OrdersOrderItemProductExtensions
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 static class OrderItemProductExtensions
The OrderItemProductExtensions type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() ![]() | GetAssignedModifier |
Returns assignedModifier by id from the specified orderItemProduct.
|
![]() ![]() | GetAssignedModifiers |
Returns assignedModifiers of the specified orderItemProduct.
|
![]() ![]() | TryGetAssignedModifier |
Returns assignedModifier by id from the specified orderItemProduct or null if orderItemProduct doesn't exist or doesn't contain assignedModifier with that id.
|
![]() ![]() | TryGetAssignedModifiers |
Returns assignedModifiers of the specified orderItemProduct or null if orderItemProduct doesn't exist.
|
See Also