PaymentMethodDataSet 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 payment 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 PaymentMethodDataSet _
Inherits DataSet
'Usage
Dim instance As PaymentMethodDataSet
[SerializableAttribute]
public class PaymentMethodDataSet : DataSet
[SerializableAttribute]
public ref class PaymentMethodDataSet : public DataSet
public class PaymentMethodDataSet extends DataSet
Remarks
Class is the strongly typed dataset which holds the payment methods.
Inheritance Hierarchy
System..::.Object
System.ComponentModel..::.MarshalByValueComponent
System.Data..::.DataSet
Microsoft.CommerceServer.Orders..::.PaymentMethodDataSet
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.