Table of Contents

Class GroupRelationCollection

Namespace
Dynamicweb.Ecommerce.Products
Assembly
Dynamicweb.Ecommerce.dll

Collection class for parent-child relations between product groups

[Serializable]
public class GroupRelationCollection : Collection<GroupRelation>, IList<GroupRelation>, ICollection<GroupRelation>, IReadOnlyList<GroupRelation>, IReadOnlyCollection<GroupRelation>, IList, ICollection, IEnumerable<GroupRelation>, IEnumerable
Inheritance
GroupRelationCollection
Implements
Inherited Members
Extension Methods

Methods

Find(string, string)

Find group relation based on given parent and child gorup IDs

public GroupRelation Find(string parentID, string childID)

Parameters

parentID string

Parent group ID

childID string

Child group ID

Returns

GroupRelation

Found group relation or Nothing

To top