Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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
- inventoryQuantityDeltas
Type: Microsoft.CommerceServer.Inventory..::.InventoryQuantityDeltaCollection
The InventoryQuantityDeltaCollection containing the inventory quantity deltas.
Remarks
Update the quantity deltas collection.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.