InventorySkuCollection Class
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
The InventorySkuCollection class manages a collection of InventorySku objects.
Namespace: Microsoft.CommerceServer.Inventory
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public Class InventorySkuCollection _
Implements IEnumerable(Of InventorySku), IEnumerable
'Usage
Dim instance As InventorySkuCollection
public class InventorySkuCollection : IEnumerable<InventorySku>,
IEnumerable
public ref class InventorySkuCollection : IEnumerable<InventorySku^>,
IEnumerable
public class InventorySkuCollection implements IEnumerable<InventorySku>, IEnumerable
Remarks
The InventorySkuCollection class provides a collection class for iterating over a collection of InventorySku objects.
Inheritance Hierarchy
System..::.Object
Microsoft.CommerceServer.Inventory..::.InventorySkuCollection
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.