Share via


PaymentMethodCollection Members

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

Manages a collection of payment methods.

The PaymentMethodCollection type exposes the following members.

Methods

  Name Description
Aa184760.pubmethod(en-US,CS.70).gif Add Adds a payment method to the end of the PaymentMethodCollection.
Aa184760.pubmethod(en-US,CS.70).gif Clear Removes all objects from the current PaymentMethodCollection object.
Aa184760.pubmethod(en-US,CS.70).gif CopyTo Copies all the elements in the current instance to a compatible one-dimensional PaymentMethod array, starting at the specified index of the target array.
Aa184760.pubmethod(en-US,CS.70).gif Equals (Inherited from Object.)
Aa184760.protmethod(en-US,CS.70).gif Finalize (Inherited from Object.)
Aa184760.pubmethod(en-US,CS.70).gif GetEnumerator Retrieves an enumerator that can iterate through the current collection.
Aa184760.pubmethod(en-US,CS.70).gif GetHashCode (Inherited from Object.)
Aa184760.pubmethod(en-US,CS.70).gif GetType (Inherited from Object.)
Aa184760.pubmethod(en-US,CS.70).gif IndexOf Overloaded. Returns the index of the payment method with the specified identifier.
Aa184760.protmethod(en-US,CS.70).gif MemberwiseClone (Inherited from Object.)
Aa184760.pubmethod(en-US,CS.70).gif Remove Overloaded. Removes the payment method from the collection.
Aa184760.pubmethod(en-US,CS.70).gif ToString (Inherited from Object.)

Top

Properties

  Name Description
Aa184760.pubproperty(en-US,CS.70).gif Count Gets the count of the number of items in the PaymentMethodCollection collection.
Aa184760.pubproperty(en-US,CS.70).gif IsSynchronized Gets a value indicating whether access to the current PaymentMethodCollection is synchronized (thread-safe).
Aa184760.pubproperty(en-US,CS.70).gif Item Gets the payment method at the specified index from the collection.
Aa184760.pubproperty(en-US,CS.70).gif SyncRoot Gets an object used to synchronize access to the current PaymentMethodCollection.

Top

Explicit Interface Implementations

  Name Description
Aa184760.pubinterface(en-US,CS.70).gifAa184760.privmethod(en-US,CS.70).gif ICollection..::.CopyTo

Top

See Also

Reference

PaymentMethodCollection Class

Microsoft.CommerceServer.Orders Namespace