Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
The InventoryQuantityDeltaCollection class manages a collection of InventoryQuantityDelta objects.
Namespace: Microsoft.CommerceServer.Inventory
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public Class InventoryQuantityDeltaCollection _
Implements IEnumerable(Of InventoryQuantityDelta), IEnumerable
'Usage
Dim instance As InventoryQuantityDeltaCollection
public class InventoryQuantityDeltaCollection : IEnumerable<InventoryQuantityDelta>,
IEnumerable
public ref class InventoryQuantityDeltaCollection : IEnumerable<InventoryQuantityDelta^>,
IEnumerable
public class InventoryQuantityDeltaCollection implements IEnumerable<InventoryQuantityDelta>, IEnumerable
Remarks
The InventoryQuantityDeltaCollection class provides a collection class for iterating over a collection of InventoryQuantityDelta objects.
Inheritance Hierarchy
System..::.Object
Microsoft.CommerceServer.Inventory..::.InventoryQuantityDeltaCollection
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.