ShippingMethodCollection Members
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Manages the collection of shipping methods.
The ShippingMethodCollection type exposes the following members.
Methods
Name | Description | |
---|---|---|
Add | Adds a shipping method to the end of the ShippingMethodCollection. | |
Clear | Removes all objects from the current ShippingMethodCollection object. | |
CopyTo | Copies all the elements in the current instance to a compatible one-dimensional ShippingMethod array, starting at the specified index of the target array. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | Retrieves an enumerator that can iterate through the current collection. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
IndexOf | Overloaded. Returns the index of the shipping method with the specified identifier. | |
MemberwiseClone | (Inherited from Object.) | |
Remove | Overloaded. Removes the shipping method from the collection. | |
ToString | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
Count | Gets the count of the number of items in the ShippingMethodCollection collection. | |
IsSynchronized | Gets a value indicating whether access to the current ShippingMethodCollection is synchronized (thread-safe). | |
Item | Gets the shipping method at the specified index from the collection. | |
SyncRoot | Gets an object used to synchronize access to the current ShippingMethodCollection. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
ICollection..::.CopyTo |
Top