Click or drag to resize

IOperationServiceTryGetChildProductsByProductGroup Method

Returns childProducts of the specified productGroup or null if productGroup doesn't exist.

Namespace: Resto.Front.Api
Assembly: Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
Syntax
C#
IReadOnlyList<IProduct> TryGetChildProductsByProductGroup(
	IProductGroup productGroup
)

Parameters

productGroup  IProductGroup
 

Return Value

IReadOnlyListIProduct
See Also