Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
![]() |
PaymentCollection | Initializes a new instance of the PaymentCollection class using the specified order group as the parent. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Add | Adds the specified Payment to the end of the PaymentCollection. |
![]() |
Clear | Clears all of the Payment objects from the current PaymentCollection. |
![]() |
CopyTo | Copies the contents of the PaymentCollection to a compatible one-dimensional array starting at the specified index of the target array. |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetEnumerator | Retrieves an enumerator that can iterate through the current PaymentCollection. |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetObjectData | Populates the SerializationInfo with the data needed to serialize the PaymentCollection. |
![]() |
GetType | (Inherited from Object.) |
![]() |
IndexOf | Overloaded. Returns the index of the Payment with the specified identifier. |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
Remove | Overloaded. Removes the specified Payment from the collection. |
![]() |
ToString | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Count | Gets the current count of all the unique payments contained within the current PaymentCollection collection. |
![]() |
IsSynchronized | Gets a value indicating whether access to the current PaymentCollection is synchronized (thread-safe). |
![]() |
Item | Gets the Payment object from the current collection, based upon the specified index. |
![]() |
ParentOrderForm | Gets the OrderForm object to which this PaymentCollection collection belongs. |
![]() |
SyncRoot | Gets the object used to synchronize access to the current PaymentCollection. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
ICollection..::.CopyTo |
Top