ProductCollection Class
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
A collection of Product and ProductFamily objects. This class cannot be inherited.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public NotInheritable Class ProductCollection _
Inherits SearchableObjectCollection(Of Product, CatalogItemsDataSet)
'Usage
Dim instance As ProductCollection
public sealed class ProductCollection : SearchableObjectCollection<Product, CatalogItemsDataSet>
public ref class ProductCollection sealed : public SearchableObjectCollection<Product^, CatalogItemsDataSet^>
public final class ProductCollection extends SearchableObjectCollection<Product, CatalogItemsDataSet>
Remarks
A collection of Product and ProductFamily objects encountered in the catalog.
Inheritance Hierarchy
System..::.Object
Microsoft.CommerceServer.Catalog..::.CatalogObjectBase
Microsoft.CommerceServer.Catalog..::.CatalogObjectCollection<(Of <(Product, CatalogItemsDataSet>)>)
Microsoft.CommerceServer.Catalog..::.SearchableObjectCollection<(Of <(Product, CatalogItemsDataSet>)>)
Microsoft.CommerceServer.Catalog..::.ProductCollection
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.