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.
Namespace: Microsoft.CommerceServer.Runtime.Orders
Assembly: Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public NotInheritable Class PaymentCollection _
Implements ICollection, IEnumerable, ISerializable
'Usage
Dim instance As PaymentCollection
[SerializableAttribute]
public sealed class PaymentCollection : ICollection,
IEnumerable, ISerializable
[SerializableAttribute]
public ref class PaymentCollection sealed : ICollection,
IEnumerable, ISerializable
public final class PaymentCollection implements ICollection, IEnumerable, ISerializable
Remarks
Manages a collection of Payment objects. PaymentCollection is a sealed implementation class that represents a collection of Payment objects.
PaymentCollection implements the ICollection interface.
Inheritance Hierarchy
System..::.Object
Microsoft.CommerceServer.Runtime.Orders..::.PaymentCollection
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.