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.
Manages a collection of payment methods.
The PaymentMethodCollection type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
Add | Adds a payment method to the end of the PaymentMethodCollection. |
![]() |
Clear | Removes all objects from the current PaymentMethodCollection object. |
![]() |
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. |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetEnumerator | Retrieves an enumerator that can iterate through the current collection. |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
IndexOf | Overloaded. Returns the index of the payment method with the specified identifier. |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
Remove | Overloaded. Removes the payment method from the collection. |
![]() |
ToString | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Count | Gets the count of the number of items in the PaymentMethodCollection collection. |
![]() |
IsSynchronized | Gets a value indicating whether access to the current PaymentMethodCollection is synchronized (thread-safe). |
![]() |
Item | Gets the payment method at the specified index from the collection. |
![]() |
SyncRoot | Gets an object used to synchronize access to the current PaymentMethodCollection. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
ICollection..::.CopyTo |
Top