ShippingMethodCollection Class
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Manages the collection of shipping methods.
Namespace: Microsoft.CommerceServer.Orders
Assembly: Microsoft.CommerceServer.Orders.CrossTierTypes (in Microsoft.CommerceServer.Orders.CrossTierTypes.dll)
Syntax
'Declaration
Public NotInheritable Class ShippingMethodCollection _
Implements ICollection, IEnumerable
'Usage
Dim instance As ShippingMethodCollection
public sealed class ShippingMethodCollection : ICollection,
IEnumerable
public ref class ShippingMethodCollection sealed : ICollection,
IEnumerable
public final class ShippingMethodCollection implements ICollection, IEnumerable
Remarks
The ShippingMethodCollection is filled when a ShippingMethodManager object is created.
The ShippingMethodCollection cannot be extended.
Inheritance Hierarchy
System..::.Object
Microsoft.CommerceServer.Orders..::.ShippingMethodCollection
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.