Microsoft.CommerceServer.Or ...


 Collapse AllExpand All        Code: All Code: Multiple Code: Visual Basic Code: C# Code: Visual C++ Code: J# Code: JScript 
ShippingMethodManager Class

Manages storage and retrieval of ShippingMethod objects. This class cannot be inherited.

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

Visual Basic (Declaration)
Public NotInheritable Class ShippingMethodManager _
    Inherits OrderServices
Visual Basic (Usage)
Dim instance As ShippingMethodManager
C#
public sealed class ShippingMethodManager : OrderServices
Visual C++
public ref class ShippingMethodManager sealed : public OrderServices
JScript
public final class ShippingMethodManager extends OrderServices
Remarks

Provides data management operations for Shipping methods. Class encapsulates all the data management operations for shipping methods.

Aa136240.alert_note(en-US,CS.90).gifNote:

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

Inheritance Hierarchy

System..::.Object
  Microsoft.CommerceServer.Orders..::.OrderServices
    Microsoft.CommerceServer.Orders..::.ShippingMethodManager
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

Page view tracker