StaticCatalogSet Class
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
The StaticCatalogSet class manages a static CatalogSet.
Namespace: Microsoft.CommerceServer.CatalogSets
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public Class StaticCatalogSet _
Inherits CatalogSet
'Usage
Dim instance As StaticCatalogSet
public class StaticCatalogSet : CatalogSet
public ref class StaticCatalogSet : public CatalogSet
public class StaticCatalogSet extends CatalogSet
Remarks
A static CatalogSet is a CatalogSet to which product catalogs are explicitly added and removed.
Inheritance Hierarchy
System..::.Object
Microsoft.CommerceServer.Catalog..::.CatalogObjectBase
Microsoft.CommerceServer.Catalog..::.CatalogObject
Microsoft.CommerceServer.CatalogSets..::.CatalogSet
Microsoft.CommerceServer.CatalogSets..::.StaticCatalogSet
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.