DiscountApplicationRecordBase Constructor

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

Initializes a new instance of the DiscountApplicationRecordBase class.

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

Syntax

'Declaration
Protected Sub New
'Usage

Dim instance As New DiscountApplicationRecordBase()
protected DiscountApplicationRecordBase()
protected:
DiscountApplicationRecordBase()
protected function DiscountApplicationRecordBase()

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.

Permissions

See Also

Reference

DiscountApplicationRecordBase Class

DiscountApplicationRecordBase Members

DiscountApplicationRecordBase Overload

Microsoft.CommerceServer.Runtime.Orders Namespace