CatalogSetCollection Class
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
A collection of CatalogSet objects in the catalog system. This class cannot be inherited.
Namespace: Microsoft.CommerceServer.CatalogSets
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public NotInheritable Class CatalogSetCollection _
Inherits CatalogObjectCollection(Of CatalogSet, CatalogSetsDataSet)
'Usage
Dim instance As CatalogSetCollection
public sealed class CatalogSetCollection : CatalogObjectCollection<CatalogSet, CatalogSetsDataSet>
public ref class CatalogSetCollection sealed : public CatalogObjectCollection<CatalogSet^, CatalogSetsDataSet^>
public final class CatalogSetCollection extends CatalogObjectCollection<CatalogSet, CatalogSetsDataSet>
Remarks
The CatalogSetCollection object retrieves information about all the CatalogSet objects in the Commerce Server Product Catalog System and caches it.
Inheritance Hierarchy
System..::.Object
Microsoft.CommerceServer.Catalog..::.CatalogObjectBase
Microsoft.CommerceServer.Catalog..::.CatalogObjectCollection<(Of <(CatalogSet, CatalogSetsDataSet>)>)
Microsoft.CommerceServer.CatalogSets..::.CatalogSetCollection
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.