ProductGroupExtensions ClassiikoFront Api V3 Documentation
Provides a set of static methods to access referenced entities.
Inheritance Hierarchy

SystemObject
  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

  NameDescription
Public methodStatic memberGetChildGroups
Returns childGroups of the specified productGroup.
Public methodStatic memberGetChildProducts
Returns childProducts of the specified productGroup.
Public methodStatic memberGetParent
Returns parent of the specified productGroup.
Public methodStatic memberTryGetChildGroups
Returns childGroups of the specified productGroup or null if productGroup doesn't exist.
Public methodStatic memberTryGetChildProducts
Returns childProducts of the specified productGroup or null if productGroup doesn't exist.
Public methodStatic memberTryGetParent
Returns parent of the specified productGroup or null if productGroup doesn't exist.
Top
See Also

Reference