Provides a set of static methods to access referenced entities.
Inheritance Hierarchy
Resto.Front.Api.V3.Data.AssortmentProductGroupExtensions
Namespace: Resto.Front.Api.V3.Data.Assortment
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 ProductGroupExtensions
The ProductGroupExtensions type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| GetChildGroups |
Returns childGroups of the specified productGroup.
| |
| GetChildProducts |
Returns childProducts of the specified productGroup.
| |
| GetParent |
Returns parent of the specified productGroup.
| |
| TryGetChildGroups |
Returns childGroups of the specified productGroup or null if productGroup doesn't exist.
| |
| TryGetChildProducts |
Returns childProducts of the specified productGroup or null if productGroup doesn't exist.
| |
| TryGetParent |
Returns parent of the specified productGroup or null if productGroup doesn't exist.
|
See Also