InventoryCatalog Members
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Manages a single inventory catalog.
The InventoryCatalog type exposes the following members.
Methods
Name | Description | |
---|---|---|
AddProductCatalog | Adds the product catalog to the inventory catalog object. | |
CreateSku | Overloaded. Creates a product in the inventory catalog and returns an InventorySku class. | |
DeleteSku | Overloaded. Deletes an inventory SKU. | |
DeleteSkus | Overloaded. Deletes SKUs in InventoryCatalog. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetSku | Overloaded. Returns an InventorySku object associated with this InventoryCatalog and identifier by its name and identifier. | |
GetSkus | Overloaded. Returns an InventorySkuCollection containing inventory SKUs in the inventory system. | |
GetType | (Inherited from Object.) | |
HasProperty | Returns true if the underlying dataset contains the specified property. | |
IsPropertyNull | Gets a value indicating whether the specified property contains a nullNothingnullptra null reference (Nothing in Visual Basic) value. | |
MemberwiseClone | (Inherited from Object.) | |
Refresh | Refreshes the inventory catalog object. Ensures that the cache is coherent with the current design-time view properties. | |
RemoveProductCatalog | Removes the product catalog from the inventory catalog. | |
Save | Overloaded. Persists any changes made to the InventoryCatalog. | |
SaveSkus | Overloaded. Saves the inventory SKUs in the InventorySkuCollection. | |
ToString | (Inherited from Object.) | |
UpdateSkus | Overloaded. Updates specified properties with the specified values in the inventory SKUs. |
Top
Properties
Name | Description | |
---|---|---|
AssociatedProductCatalogs | Gets a ReadOnlyStringCollection containing the product catalogs in this inventory catalog. | |
CatalogContext | Gets the CatalogContext object. (Inherited from CatalogObjectBase.) | |
DateCreated | Gets the time when the inventory catalog was created. | |
DebugContext | Gets the DebugContext object. (Inherited from CatalogObjectBase.) | |
Description | Gets or sets the description of the current InventoryCatalog object. | |
Information | Gets the InventoryCatalogsDataSet associated with the current object. | |
Item | Gets or sets the value of a property on the InventoryCatalog object. | |
LastModified | Gets the time when the inventory catalog was last modified. | |
Name | Gets the name of the inventory catalog. |
Top