DiscountApplicationRecordBase Constructor

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Initializes a new instance of the DiscountApplicationRecordBase class.

Overload List

  Name Description
ms870935.protmethod(en-US,CS.70).gif DiscountApplicationRecordBase()()() Initializes a new instance of the DiscountApplicationRecordBase class.
ms870935.protmethod(en-US,CS.70).gif DiscountApplicationRecordBase(SerializationInfo, StreamingContext) Initializes a new instance of the DiscountApplicationRecordBase class using the specified serialization information and streaming context.

Top

Remarks

Most developers will use DiscountApplicationRecord or ShippingDiscountRecord to access the DiscountId, DiscountName, and DiscountAmount.

An abstract class. The following classes derive from this class:

  • DiscountApplicationRecord - Provides an interface to the information written by the discount components from the marketing subsystem.

  • ShippingDiscountRecord - Provides an interface to the information written by the discount components in the marketing subsystem for shipping discounts.

See Also

Reference

DiscountApplicationRecordBase Class

DiscountApplicationRecordBase Members

Microsoft.CommerceServer.Runtime.Orders Namespace