InventoryCatalogCollection Members
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.
The InventoryCatalogCollection type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | Use this method to return a reference to an enumerator object, which is used to iterate over the InventoryCatalogCollection object. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) | |
TryGetCatalog | Returns a value indicating if the specified InventoryCatalog is within the InventoryCatalogCollection. This method also returns the specified InventoryCatalog. |
Top
Properties
Name | Description | |
---|---|---|
Count | Gets the number of inventory catalogs in the collection. | |
DataSet | Gets the InventoryCatalogsDataSet used in this object collection. | |
Item | Overloaded. Gets the specified InventoryCatalog object from the collection. In C#, this property is the indexer for the InventoryCatalogCollection class. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IEnumerable..::.GetEnumerator |
Top