InventoryCatalogCollection Class

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

The InventoryCatalog collection contains the InventoryCatalog objects of the Inventory system.

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

Syntax

'Declaration
Public Class InventoryCatalogCollection _
    Implements IEnumerable(Of InventoryCatalog), IEnumerable
'Usage
Dim instance As InventoryCatalogCollection
public class InventoryCatalogCollection : IEnumerable<InventoryCatalog>, 
    IEnumerable
public ref class InventoryCatalogCollection : IEnumerable<InventoryCatalog^>, 
    IEnumerable
public class InventoryCatalogCollection implements IEnumerable<InventoryCatalog>, IEnumerable

Remarks

The InventoryCatalogCollection class provides a collection class for iterating over a collection of InventoryCatalog objects.

Inheritance Hierarchy

System..::.Object
  Microsoft.CommerceServer.Inventory..::.InventoryCatalogCollection

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.

See Also

Reference

InventoryCatalogCollection Members

Microsoft.CommerceServer.Inventory Namespace