PromoCodeRecord Class

Represents the results of the PromoCode Pipeline Components execution.

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

Syntax

'Declaration
<SerializableAttribute> _
Public Class PromoCodeRecord _
    Inherits MappedStorageBase _
    Implements IEnumerable, ISerializable
'Usage
Dim instance As PromoCodeRecord
[SerializableAttribute]
public class PromoCodeRecord : MappedStorageBase, IEnumerable, 
    ISerializable
[SerializableAttribute]
public ref class PromoCodeRecord : public MappedStorageBase, 
    IEnumerable, ISerializable
public class PromoCodeRecord extends MappedStorageBase implements IEnumerable, ISerializable

Remarks

PromoCodeRecord is a concrete implementation class that is associated with an OrderForm object. PromoCodeRecord objects are formed after execution of the PromoCode Pipeline component.

Inheritance Hierarchy

System..::.Object
  Microsoft.CommerceServer.Runtime..::.MappedStorageBase
    Microsoft.CommerceServer.Runtime.Orders..::.PromoCodeRecord

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

PromoCodeRecord Members

Microsoft.CommerceServer.Runtime.Orders Namespace