InventoryQuantityDeltaCollection Members
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
The InventoryQuantityDeltaCollection class manages a collection of InventoryQuantityDelta objects.
The InventoryQuantityDeltaCollection type exposes the following members.
Methods
Name | Description | |
---|---|---|
Add | Overloaded. Adds a new item to the InventoryQuantityDeltaCollection collection. | |
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 InventoryQuantityDeltaCollection object. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
Count | Gets the number of inventory quantity deltas in the collection. | |
DataSet | Gets the underlying InventoryQuantityDeltasDataSet used in this object collection. | |
Item | Gets the specified InventoryQuantityDelta object from the collection, identified by position. In C#, this property is the indexer for the InventoryQuantityDeltaCollection class. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IEnumerable..::.GetEnumerator |
Top