Table of Contents

Class GroupCollection

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

Collection of product groups.

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

Constructors

GroupCollection()

Initializes new instance of the class.

public GroupCollection()

GroupCollection(IEnumerable<Group>)

Initializes new instance of the class.

public GroupCollection(IEnumerable<Group> groups)

Parameters

groups IEnumerable<Group>

The groups to be added into the list.

To top