DiscountPrioritySet Class

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

The strongly typed DataSet that is used to perform bulk prioritization of Discount entities in the marketing system.

Namespace:  Microsoft.CommerceServer.Marketing
Assembly:  Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class DiscountPrioritySet _
    Inherits DataSet
'Usage
Dim instance As DiscountPrioritySet
[SerializableAttribute]
public class DiscountPrioritySet : DataSet
[SerializableAttribute]
public ref class DiscountPrioritySet : public DataSet
public class DiscountPrioritySet extends DataSet

Remarks

This class is intended for use with the UpdateDiscountPriorities method of the CampaignItemManager class.

Inheritance Hierarchy

System..::.Object
  System.ComponentModel..::.MarshalByValueComponent
    System.Data..::.DataSet
      Microsoft.CommerceServer.Marketing..::.DiscountPrioritySet

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

DiscountPrioritySet Members

Microsoft.CommerceServer.Marketing Namespace

Discount

UpdateDiscountPriorities

Other Resources

DiscountPrioritySet