Share via


ShippingMethod Class

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Manages shipping methods for a Microsoft Commerce Server site.

Namespace:  Microsoft.CommerceServer.Orders
Assembly:  Microsoft.CommerceServer.Orders.CrossTierTypes (in Microsoft.CommerceServer.Orders.CrossTierTypes.dll)

Syntax

'Declaration
Public NotInheritable Class ShippingMethod
'Usage
Dim instance As ShippingMethod
public sealed class ShippingMethod
public ref class ShippingMethod sealed
public final class ShippingMethod

Remarks

Shipping methods are stored in the "ShippingConfig" table in the Transaction Configuration database.

This class cannot be extended.

Note

Do not use the ShippingMethod class from site code. Use GetShippingMethods instead.

Inheritance Hierarchy

System..::.Object
  Microsoft.CommerceServer.Orders..::.ShippingMethod

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.

See Also

Reference

ShippingMethod Members

Microsoft.CommerceServer.Orders Namespace

ShippingMethodCollection

ShippingMethodManager