Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
A type of product catalog whose data is concretely defined and does not aggregate data from other catalogs. This class cannot be inherited.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public NotInheritable Class BaseCatalog _
Inherits ProductCatalog
'Usage
Dim instance As BaseCatalog
public sealed class BaseCatalog : ProductCatalog
public ref class BaseCatalog sealed : public ProductCatalog
public final class BaseCatalog extends ProductCatalog
Remarks
This type of product catalog may contain original products and categories. A base catalog is a source catalog from which a virtual catalog is derived.
A base catalog can be exported and virtual catalogs can be exported as base catalogs.
Inheritance Hierarchy
System..::.Object
Microsoft.CommerceServer.Catalog..::.CatalogObjectBase
Microsoft.CommerceServer.Catalog..::.CatalogObject
Microsoft.CommerceServer.Catalog..::.MultilingualCatalogObject
Microsoft.CommerceServer.Catalog..::.ProductCatalog
Microsoft.CommerceServer.Catalog..::.BaseCatalog
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.