Dijeli putem


UpdateQuantityDeltas Method

Updates the quantity deltas from the InventoryQuantityDeltaCollection.

Namespace:  Microsoft.CommerceServer.Inventory
Assembly:  Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)

Syntax

'Declaration
Public Sub UpdateQuantityDeltas ( _
    inventoryQuantityDeltas As InventoryQuantityDeltaCollection _
)
'Usage
Dim instance As InventoryContext
Dim inventoryQuantityDeltas As InventoryQuantityDeltaCollection

instance.UpdateQuantityDeltas(inventoryQuantityDeltas)
public void UpdateQuantityDeltas(
    InventoryQuantityDeltaCollection inventoryQuantityDeltas
)
public:
void UpdateQuantityDeltas(
    InventoryQuantityDeltaCollection^ inventoryQuantityDeltas
)
public function UpdateQuantityDeltas(
    inventoryQuantityDeltas : InventoryQuantityDeltaCollection
)

Parameters

Remarks

Update the quantity deltas collection.

Permissions

See Also

Reference

InventoryContext Class

InventoryContext Members

Microsoft.CommerceServer.Inventory Namespace