CatalogItem Members
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Represents an item in the catalog database.
The CatalogItem type exposes the following members.
Methods
Name | Description | |
---|---|---|
AddParentCategory | Adds a category as a parent category of this category. | |
AddRelationshipToCategory | Overloaded. Adds a relationship from this category item to another specified category item. | |
AddRelationshipToProduct | Overloaded. Adds a relationship from this category item to a specified product. | |
Dispose | Obsolete. (Obsolete) Releases all resources use by the CatalogItem. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
FixUpProxyDataObject | Method to fix the missing values in the proxy data object. (Overrides CatalogObject..::.FixUpProxyDataObject()()().) | |
GetCategoryCollectionConfiguration | Specifies the pre-loaded configuration of a Category object, including it's Child categories and products. | |
GetHashCode | (Inherited from Object.) | |
GetRelatedCategories | Obsolete. (Obsolete) GetRelatedCategories should not be used, use RelatedCategories instead. Gets the categories related to the current catalog item. | |
GetRelatedProducts | Obsolete. (Obsolete) GetRelatedProducts should not be used, use GetRelatedCategories instead. Gets the products related to the current catalog item. | |
GetType | (Inherited from Object.) | |
HasProperty | Returns true if the underlying dataset contains the specified property. (Overrides CatalogObject..::.HasProperty(String).) | |
HookUpAncestorCategories | Hook up dataset events for ancestor parent categories dataset. | |
HookUpCanonicalCategories | Hook up dataset events for canonical parent categories dataset. | |
HookUpInformation | Hook up dataset events for information dataset. | |
HookUpParentCategories | Hook up dataset events for parent categories dataset. | |
HookUpRelatedCategories | Hook up dataset events for related categories dataset. | |
HookUpRelatedProducts | Hook up dataset events for related products dataset. | |
Initialize | This method follows the "Template Method" pattern, enforcing the initialization pattern. (Inherited from CatalogObject.) | |
InitializeEventHandlers | Initialize the dataset event handlers for this object. (Overrides CatalogObject..::.InitializeEventHandlers()()().) | |
IsListPriceNull | Returns true for categories without list price values. Always returns false for other types. | |
IsPropertyNull | Gets a value indicating whether the specified property contains a nullNothingnullptra null reference (Nothing in Visual Basic) value. (Overrides CatalogObject..::.IsPropertyNull(String).) | |
MemberwiseClone | (Inherited from Object.) | |
Refresh | Reloads the object from the web service. (Inherited from MultilingualCatalogObject.) | |
RemoveParentCategory | Removes the category as a parent of the current category. | |
RemoveRelationshipToCategory | Removes an existing category relationship to the category in the catalog. | |
RemoveRelationshipToProduct | Removes an existing product relationship to the product in the catalog. | |
Save | Overloaded. | |
ToString | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
ActiveLanguage | Gets or sets the active language of the Catalog system. (Overrides MultilingualCatalogObject..::.ActiveLanguage.) | |
AncestorCategories | Gets a collection containing the ancestor categories for the current catalog item. | |
AncestorCategoryNames | Gets a collection containing names of all categories that are above this category in the category hierarchy. | |
BaseCatalogName | Gets the base catalog name of this catalog item. | |
CanonicalCategories | Gets a collection containing the canonical categories for the current catalog item. | |
CanonicalCategoryPath | Gets the CanonicalCategoryPath property that gets the names of the categories that for a canonical path to this category. | |
CatalogClassType | Gets the catalog class type of this catalog item. | |
CatalogContext | Gets the CatalogContext object. (Inherited from CatalogObjectBase.) | |
CatalogName | Gets the catalog name for the current catalog item. | |
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.) | |
DefinitionName | Gets the name of product or category definition used to create this item. | |
DisplayName | Gets or sets the DisplayName property for this catalog item. | |
Information | Gets the information for the current catalog item. | |
IsVirtualCatalog | Gets a value indicating whether this catalog item exists in a virtual catalog or a base catalog. | |
Item | Gets or sets the properties of this CatalogItem. (Overrides CatalogObject..::.Item[([(String])]).) | |
ListPrice | Gets the List price for this product or product family. | |
ParentCategories | Gets a collection containing the parent categories for the current catalog item. | |
ParentCategoryNames | Gets a collection containing the names of the parent categories of this item. | |
PrimaryParentCategoryName | Gets or sets the primary parent category for the current catalog item. | |
ProductCatalog | Gets a product catalog object for this objects product catalog. | |
RelatedCategories | Returns the categories related to the current catalog item. | |
RelatedProducts | Gets the products related to the current catalog item. |
Top