ShippingMethodDataSet Class
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
The strongly typed DataSet that is used to access the shipping methods in the Orders system.
Namespace: Microsoft.CommerceServer.Orders
Assembly: Microsoft.CommerceServer.Orders.CrossTierTypes (in Microsoft.CommerceServer.Orders.CrossTierTypes.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class ShippingMethodDataSet _
Inherits DataSet
'Usage
Dim instance As ShippingMethodDataSet
[SerializableAttribute]
public class ShippingMethodDataSet : DataSet
[SerializableAttribute]
public ref class ShippingMethodDataSet : public DataSet
public class ShippingMethodDataSet extends DataSet
Remarks
Class is the strongly typed dataset which holds the shipping methods.
Inheritance Hierarchy
System..::.Object
System.ComponentModel..::.MarshalByValueComponent
System.Data..::.DataSet
Microsoft.CommerceServer.Orders..::.ShippingMethodDataSet
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.