BaseCatalog Members
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.
The BaseCatalog type exposes the following members.
Methods
Name | Description | |
---|---|---|
AddLanguage | Adds the given language to the current catalog. (Inherited from ProductCatalog.) | |
AddSpecificationSearchClause | Obsolete. (Obsolete) Use the SpecificationSearch class instead, with the CatalogContext specification search methods. (Inherited from ProductCatalog.) | |
BeginSpecificationSearch | Overloaded. | |
CreateCategory | Overloaded. | |
CreateProduct | Overloaded. Creates a root product in the catalog. | |
DeleteCategory | Deletes the specified Category from the current catalog. (Inherited from ProductCatalog.) | |
DeleteItems | Overloaded. | |
DeleteProduct | Deletes the product from the catalog. | |
Dispose | Obsolete. (Obsolete) Releases all resources used by the ProductCatalog. (Inherited from ProductCatalog.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
FixUpProxyDataObject | Method to fix the missing values in the proxy data object. (Inherited from ProductCatalog.) | |
GetCatalogAttributes | Obsolete. (Obsolete) CatalogAttributes are removed, use Information instead. Returns a DataSet with the attributes of the catalog. (Inherited from ProductCatalog.) | |
GetCategory | Overloaded. | |
GetHashCode | (Inherited from Object.) | |
GetProduct | Overloaded. | |
GetProductVariant | Obsolete. (Obsolete) Use GetVariant() and Variant.Information instead. Gets a product variant record from the catalog system. (Inherited from ProductCatalog.) | |
GetRootCategories | Overloaded. | |
GetRootCategory | Overloaded. | |
GetRootProducts | Overloaded. | |
GetSpecificationSearchClauses | Obsolete. (Obsolete) Use the SpecificationSearch class instead with the CatalogContext specification search methods. (Inherited from ProductCatalog.) | |
GetType | (Inherited from Object.) | |
GetVariant | Overloaded. | |
GuaranteedSpecificationSearch | Overloaded. | |
HasProperty | Returns true if the underlying dataset contains the specified property. (Inherited from ProductCatalog.) | |
HookUpDependentCatalogs | Hook up DataSet events for the DependentCatalogs. (Inherited from ProductCatalog.) | |
HookUpInformation | Hook up DataSet events for the Catalog Information. (Inherited from ProductCatalog.) | |
HookUpProperties | Hook up DataSet events for the Catalog Properties. (Inherited from ProductCatalog.) | |
Initialize | This method follows the "Template Method" pattern, enforcing the initialization pattern. (Inherited from CatalogObject.) | |
InitializeEventHandlers | Initialize the dataset event handlers for this object. (Inherited from ProductCatalog.) | |
IsPropertyNull | Gets a value indicating whether the specified property contains a nullNothingnullptra null reference (Nothing in Visual Basic) value. (Inherited from ProductCatalog.) | |
MemberwiseClone | (Inherited from Object.) | |
PerformSpecificationSearch | Overloaded. | |
PurgeDeletedItems | Purges the deleted catalogs, products and variants from the catalog system for this catalog. (Inherited from ProductCatalog.) | |
RebuildDependentCatalogs | Overloaded. This method starts a catalog rebuild on all dependent catalogs. | |
Refresh | Reloads the object from the web service. (Inherited from MultilingualCatalogObject.) | |
RegenerateFullTextIndexes | Overloaded. | |
RemoveLanguage | Removes the given language from the current catalog. (Inherited from ProductCatalog.) | |
RemoveSpecificationSearchClause | Obsolete. (Obsolete) Use the SpecificationSearch class instead with the CatalogContext specification search methods. (Inherited from ProductCatalog.) | |
Save | Overloaded. | |
ToString | (Inherited from Object.) | |
UpdateItems | Overloaded. |
Top
Properties
Name | Description | |
---|---|---|
ActiveLanguage | Gets or sets the active language for the current instance. (Inherited from ProductCatalog.) | |
CatalogContext | Gets the CatalogContext object. (Inherited from CatalogObjectBase.) | |
DataObject | Gets an object that is used to describe the internal properties of the catalog objects. (Inherited from CatalogObject.) | |
DebugContext | Gets the DebugContext object. (Inherited from CatalogObjectBase.) | |
DefaultLanguage | Gets or sets the default language for the current instance. (Inherited from ProductCatalog.) | |
DependentCatalogs | Gets a CatalogsDataSet containing all the dependent catalogs for this catalog. (Inherited from ProductCatalog.) | |
IdentifyingProductProperty | Gets the identifying product property for the current instance. (Inherited from ProductCatalog.) | |
IdentifyingVariantProperty | Gets the identifying variant property for the current instance. (Inherited from ProductCatalog.) | |
Information | Gets the information for the current instance. (Inherited from ProductCatalog.) | |
IsVirtualCatalog | Gets a value to indicate if the current instance is a BaseCatalog or a VirtualCatalog. (Inherited from ProductCatalog.) | |
Item | Gets or sets the properties of this ProductCatalog, based upon the specified property name. (Inherited from ProductCatalog.) | |
Languages | Gets a collection of the languages for the current instance. (Inherited from ProductCatalog.) | |
Name | Gets the name of the catalog in the current instance. (Inherited from ProductCatalog.) | |
PropertiesInCatalog | Gets a collection of properties in the catalog. (Inherited from ProductCatalog.) | |
PropertyNames | Gets a ReadOnlyStringCollection containing the names of the properties present in this catalog. (Inherited from ProductCatalog.) | |
ReportingLanguage | Gets or sets the reporting language for the current instance. (Inherited from ProductCatalog.) | |
SpecificationSearchableCategories | Obsolete. (Obsolete) Use SpecificationSearchableCategoryCollection instead. Gets a ReadOnlyStringCollection containing the names of the specification searchable categories in this catalog. (Inherited from ProductCatalog.) | |
SpecificationSearchableCategoryCollection | Gets a CategoryCollection containing the names of the specification searchable categories in this catalog. (Inherited from ProductCatalog.) |
Top