Share via


PaymentCollection Members

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

This class cannot be inherited. Represents a collection of Payment objects.

The PaymentCollection type exposes the following members.

Constructors

  Name Description
Aa153756.pubmethod(en-US,CS.70).gif PaymentCollection Initializes a new instance of the PaymentCollection class using the specified order group as the parent.

Top

Methods

  Name Description
Aa153756.pubmethod(en-US,CS.70).gif Add Adds the specified Payment to the end of the PaymentCollection.
Aa153756.pubmethod(en-US,CS.70).gif Clear Clears all of the Payment objects from the current PaymentCollection.
Aa153756.pubmethod(en-US,CS.70).gif CopyTo Copies the contents of the PaymentCollection to a compatible one-dimensional array starting at the specified index of the target array.
Aa153756.pubmethod(en-US,CS.70).gif Equals (Inherited from Object.)
Aa153756.protmethod(en-US,CS.70).gif Finalize (Inherited from Object.)
Aa153756.pubmethod(en-US,CS.70).gif GetEnumerator Retrieves an enumerator that can iterate through the current PaymentCollection.
Aa153756.pubmethod(en-US,CS.70).gif GetHashCode (Inherited from Object.)
Aa153756.pubmethod(en-US,CS.70).gif GetObjectData Populates the SerializationInfo with the data needed to serialize the PaymentCollection.
Aa153756.pubmethod(en-US,CS.70).gif GetType (Inherited from Object.)
Aa153756.pubmethod(en-US,CS.70).gif IndexOf Overloaded. Returns the index of the Payment with the specified identifier.
Aa153756.protmethod(en-US,CS.70).gif MemberwiseClone (Inherited from Object.)
Aa153756.pubmethod(en-US,CS.70).gif Remove Overloaded. Removes the specified Payment from the collection.
Aa153756.pubmethod(en-US,CS.70).gif ToString (Inherited from Object.)

Top

Properties

  Name Description
Aa153756.pubproperty(en-US,CS.70).gif Count Gets the current count of all the unique payments contained within the current PaymentCollection collection.
Aa153756.pubproperty(en-US,CS.70).gif IsSynchronized Gets a value indicating whether access to the current PaymentCollection is synchronized (thread-safe).
Aa153756.pubproperty(en-US,CS.70).gif Item Gets the Payment object from the current collection, based upon the specified index.
Aa153756.pubproperty(en-US,CS.70).gif ParentOrderForm Gets the OrderForm object to which this PaymentCollection collection belongs.
Aa153756.pubproperty(en-US,CS.70).gif SyncRoot Gets the object used to synchronize access to the current PaymentCollection.

Top

Explicit Interface Implementations

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

Top

See Also

Reference

PaymentCollection Class

Microsoft.CommerceServer.Runtime.Orders Namespace