IProductGroup InterfaceiikoFront Api V3 Documentation

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 interface IProductGroup : IEntity, 
	ISerializable

The IProductGroup type exposes the following members.

Methods

  NameDescription
Public methodGetObjectData
Populates a SerializationInfo with the data needed to serialize the target object.
(Inherited from ISerializable.)
Top
Extension Methods

  NameDescription
Public Extension MethodGetChildGroups
Returns childGroups of the specified productGroup.
(Defined by ProductGroupExtensions.)
Public Extension MethodGetChildProducts
Returns childProducts of the specified productGroup.
(Defined by ProductGroupExtensions.)
Public Extension MethodGetParent
Returns parent of the specified productGroup.
(Defined by ProductGroupExtensions.)
Public Extension MethodTryGetChildGroups
Returns childGroups of the specified productGroup or null if productGroup doesn't exist.
(Defined by ProductGroupExtensions.)
Public Extension MethodTryGetChildProducts
Returns childProducts of the specified productGroup or null if productGroup doesn't exist.
(Defined by ProductGroupExtensions.)
Public Extension MethodTryGetParent
Returns parent of the specified productGroup or null if productGroup doesn't exist.
(Defined by ProductGroupExtensions.)
Top
Properties

  NameDescription
Public propertyId (Inherited from IEntity.)
Public propertyMenuIndex
Gets an index of product group in hierarchical menu, can be used to sort product groups inside the same parent product group.
Public propertyName
Top
See Also

Reference