PromoCodeRecordCollection Class

This class cannot be inherited. Represents a collection of Marketing Promotion Codes associated with an order form instance.

Namespace:  Microsoft.CommerceServer.Runtime.Orders
Assembly:  Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public NotInheritable Class PromoCodeRecordCollection _
    Implements ICollection, IEnumerable, ISerializable
'Usage
Dim instance As PromoCodeRecordCollection
[SerializableAttribute]
public sealed class PromoCodeRecordCollection : ICollection, 
    IEnumerable, ISerializable
[SerializableAttribute]
public ref class PromoCodeRecordCollection sealed : ICollection, 
    IEnumerable, ISerializable
public final class PromoCodeRecordCollection implements ICollection, IEnumerable, ISerializable

Remarks

Manages a collection of PromoCodeRecord objects. The PromoCodeRecordCollection class is a concrete implementation class that abstracts a read-only collection of Marketing Promotion Codes (PromoCodeRecord) associated with the order form instance.

Inheritance Hierarchy

System..::.Object
  Microsoft.CommerceServer.Runtime.Orders..::.PromoCodeRecordCollection

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.

See Also

Reference

PromoCodeRecordCollection Members

Microsoft.CommerceServer.Runtime.Orders Namespace