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 InventorySkuCollection class manages a collection of InventorySku objects.
The InventorySkuCollection type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
AddSku | Adds a new item to the InventorySkuCollection collection. |
![]() |
DeleteSku | Overloaded. Deletes an InventorySku from the InventorySkuCollection. |
![]() |
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 InventorySkuCollection object. |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
![]() |
TryGetSku | Overloaded. Returns a value indicating if the specified InventorySku is within the InventorySkuCollection. This method also returns the specified InventorySku. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Count | Gets the number of InventorySku objects in the collection. |
![]() |
DataSet | Gets the underlying InventorySkusDataSet used in this object collection. |
![]() |
Item | Overloaded. Gets the specified InventorySku object from the collection. In C#, this property is the indexer for the InventorySkuCollection class. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
IEnumerable..::.GetEnumerator |
Top