DiscountApplicationRecordCollection Class
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Represents a collection of DiscountApplicationRecord objects.
Namespace: Microsoft.CommerceServer.Runtime.Orders
Assembly: Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public NotInheritable Class DiscountApplicationRecordCollection _
Implements ICollection, IEnumerable, ISerializable
'Usage
Dim instance As DiscountApplicationRecordCollection
[SerializableAttribute]
public sealed class DiscountApplicationRecordCollection : ICollection,
IEnumerable, ISerializable
[SerializableAttribute]
public ref class DiscountApplicationRecordCollection sealed : ICollection,
IEnumerable, ISerializable
public final class DiscountApplicationRecordCollection implements ICollection, IEnumerable, ISerializable
Remarks
Manages the collection of discount records associated with the line items of an order form.
Inheritance Hierarchy
System..::.Object
Microsoft.CommerceServer.Runtime.Orders..::.DiscountApplicationRecordCollection
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.