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.) |
See Also