Click or drag to resize

IOperationServiceTryGetAssignedModifierByOrderItemProduct Method

Returns assignedModifier by id from the specified orderItemProduct or null if orderItemProduct doesn't exist or doesn't contain assignedModifier with that id.

Namespace:  Resto.Front.Api.V4
Assembly:  Resto.Front.Api.V4 (in Resto.Front.Api.V4.dll)
Syntax
C#
IOrderItemModifier TryGetAssignedModifierByOrderItemProduct(
	IOrderItemProduct orderItemProduct,
	Guid id
)

Parameters

orderItemProduct
Type: Resto.Front.Api.V4.Data.OrdersIOrderItemProduct
id
Type: SystemGuid

Return Value

Type: IOrderItemModifier
See Also