InventoryContext Members
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
The InventoryContext class provides the Inventory Management functionality.
The InventoryContext type exposes the following members.
Methods
Name | Description | |
---|---|---|
CreateInventoryCatalog | Overloaded. Creates an InventoryCatalog in the inventory system. | |
DeleteInventoryCatalog | This method deletes an InventoryCatalog from the inventory system. | |
DeleteQuantityDeltas | Overloaded. Deletes the Quantity deltas from the inventory. | |
Equals | (Inherited from Object.) | |
ExportXml | Overloaded. Exports Inventory catalog data to an Extensible Markup Language (XML). | |
Finalize | (Inherited from Object.) | |
GetAssociatedInventoryCatalog | Returns an instance of the InventoryCatalog object for the specified product catalog. | |
GetHashCode | (Inherited from Object.) | |
GetInventoryCatalog | Returns an InventoryCatalog object containing information about the inventory catalog. | |
GetInventoryCatalogs | Overloaded. Returns an InventoryCatalogCollection object containing the list of inventory catalogs in the inventory system. | |
GetQuantityDeltas | Overloaded. Returns an InventoryQuantityDeltaCollection containing quantity deltas. | |
GetType | (Inherited from Object.) | |
GetUnassociatedProductCatalogs | Returns a ReadOnlyStringCollection containing the list of product catalogs in the catalog system that are not associated to existing inventory catalogs in the inventory system. | |
ImportXml | Overloaded. Imports a XML stream or file on the server. | |
MemberwiseClone | (Inherited from Object.) | |
Purge | Overloaded. Purges all the deleted items, including deleted inventory catalogs. deleted product catalog mappings and deleted inventory SKUs. | |
ToString | (Inherited from Object.) | |
UpdateQuantityDeltas | Updates the quantity deltas from the InventoryQuantityDeltaCollection. |
Top
Properties
Name | Description | |
---|---|---|
CatalogContext | Gets the CatalogContext object. (Inherited from CatalogObjectBase.) | |
DebugContext | Gets the DebugContext object. (Inherited from CatalogObjectBase.) |
Top