Collapse AllExpand All        Code: All Code: Multiple Code: Visual Basic Code: C# Code: Visual C++ Code: J# Code: JScript 
DiscountCriteriaFilter Class

This class is used to specify the Filtering Options that are used on the ApplyProductFilter and ApplyCategoryFilter methods of the DiscountItemCollection class.

Namespace:  Microsoft.CommerceServer.Runtime.Marketing
Assembly:  Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)
Syntax

Visual Basic (Declaration)
Public NotInheritable Class DiscountCriteriaFilter
Visual Basic (Usage)
Dim instance As DiscountCriteriaFilter
C#
public sealed class DiscountCriteriaFilter
Visual C++
public ref class DiscountCriteriaFilter sealed
JScript
public final class DiscountCriteriaFilter
Remarks

The same DiscountCriteriaFilter instance can be reused on multiple instances of DiscountItemCollection. The same filter can also be modified and reused on an instance of DiscountItemCollection to obtain filtered collections.

Inheritance Hierarchy

System..::.Object
  Microsoft.CommerceServer.Runtime.Marketing..::.DiscountCriteriaFilter
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

Page view tracker