Dijeli putem


InventorySkuCollection Members

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
Aa181704.pubmethod(en-US,CS.70).gif AddSku Adds a new item to the InventorySkuCollection collection.
Aa181704.pubmethod(en-US,CS.70).gif DeleteSku Overloaded. Deletes an InventorySku from the InventorySkuCollection.
Aa181704.pubmethod(en-US,CS.70).gif Equals (Inherited from Object.)
Aa181704.protmethod(en-US,CS.70).gif Finalize (Inherited from Object.)
Aa181704.pubmethod(en-US,CS.70).gif GetEnumerator Use this method to return a reference to an enumerator object, which is used to iterate over the InventorySkuCollection object.
Aa181704.pubmethod(en-US,CS.70).gif GetHashCode (Inherited from Object.)
Aa181704.pubmethod(en-US,CS.70).gif GetType (Inherited from Object.)
Aa181704.protmethod(en-US,CS.70).gif MemberwiseClone (Inherited from Object.)
Aa181704.pubmethod(en-US,CS.70).gif ToString (Inherited from Object.)
Aa181704.pubmethod(en-US,CS.70).gif 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
Aa181704.pubproperty(en-US,CS.70).gif Count Gets the number of InventorySku objects in the collection.
Aa181704.pubproperty(en-US,CS.70).gif DataSet Gets the underlying InventorySkusDataSet used in this object collection.
Aa181704.pubproperty(en-US,CS.70).gif 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
Aa181704.pubinterface(en-US,CS.70).gifAa181704.privmethod(en-US,CS.70).gif IEnumerable..::.GetEnumerator

Top

See Also

Reference

InventorySkuCollection Class

Microsoft.CommerceServer.Inventory Namespace