DiscountCriteriaFilter Class
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
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
'Declaration
Public NotInheritable Class DiscountCriteriaFilter
'Usage
Dim instance As DiscountCriteriaFilter
public sealed class DiscountCriteriaFilter
public ref class DiscountCriteriaFilter sealed
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.