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
| Name | Description | |
|---|---|---|
| GetObjectData | Populates a SerializationInfo with the data needed to serialize the target object. (Inherited from ISerializable.) |
Extension Methods
| Name | Description | |
|---|---|---|
| GetChildGroups |
Returns childGroups of the specified productGroup.
(Defined by ProductGroupExtensions.) | |
| GetChildProducts |
Returns childProducts of the specified productGroup.
(Defined by ProductGroupExtensions.) | |
| GetParent |
Returns parent of the specified productGroup.
(Defined by ProductGroupExtensions.) | |
| TryGetChildGroups |
Returns childGroups of the specified productGroup or null if productGroup doesn't exist.
(Defined by ProductGroupExtensions.) | |
| TryGetChildProducts |
Returns childProducts of the specified productGroup or null if productGroup doesn't exist.
(Defined by ProductGroupExtensions.) | |
| TryGetParent |
Returns parent of the specified productGroup or null if productGroup doesn't exist.
(Defined by ProductGroupExtensions.) |
Properties
| Name | Description | |
|---|---|---|
| Id | (Inherited from IEntity.) | |
| MenuIndex | Gets an index of product group in hierarchical menu, can be used to sort product groups inside the same parent product group. | |
| Name |
See Also