InventoryQuantityDelta Class
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Manages the Inventory delta information.
Namespace: Microsoft.CommerceServer.Inventory
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public Class InventoryQuantityDelta _
Inherits CatalogObjectBase
'Usage
Dim instance As InventoryQuantityDelta
public class InventoryQuantityDelta : CatalogObjectBase
public ref class InventoryQuantityDelta : public CatalogObjectBase
public class InventoryQuantityDelta extends CatalogObjectBase
Remarks
Inventory deltas are changes to the OnHand Quantity that are triggered either by check-outs or cancellations or by API calls (except Import API).
This table will store the quantity that was decremented/incremented for each product in the inventory system. This information will help to maintain a log of which user decremented the quantities
Inheritance Hierarchy
System..::.Object
Microsoft.CommerceServer.Catalog..::.CatalogObjectBase
Microsoft.CommerceServer.Inventory..::.InventoryQuantityDelta
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.