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)
Visual Basic (Declaration)
Public NotInheritable Class ShippingMethodManager _
Inherits OrderServices
Dim instance As ShippingMethodManager
public sealed class ShippingMethodManager : OrderServices
public ref class ShippingMethodManager sealed : public OrderServices
public final class ShippingMethodManager extends OrderServices
Provides data management operations for Shipping methods. Class encapsulates all the data management operations for shipping methods.
Note: |
|---|
|
Do not use the ShippingMethodManager class from site code. Use GetShippingMethods instead.
|
System..::.Object
Microsoft.CommerceServer.Orders..::.OrderServices
Microsoft.CommerceServer.Orders..::.ShippingMethodManager
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Reference