DiscountCriteriaFilter Members
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.
The DiscountCriteriaFilter type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DiscountCriteriaFilter | Initializes a new instance of the DiscountCriteriaFilter class. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
FilterOnAward | Gets or sets a value that indicates if the filtered DiscountItemCollection should include discounts that are an award of a discount in the cache. The default value is true. | |
FilterOnCondition | Gets or sets a value that indicates if the filtered DiscountItemCollection should include discounts that are a condition of a discount in the cache. The default value is true. | |
IncludeDiscountsWithEligibilityRequirements | Gets or sets a value that indicates if the filtered DiscountItemCollection should include discounts that have eligibility requirement expressions associated with them. The default value is true. | |
IncludeDiscountsWithPromoCodes | Gets or sets a value that indicates if the filtered DiscountItemCollection should include discounts that have promotion codes (coupons) associated with them. The default value is true. | |
IncludeInactiveDiscounts | Gets or sets a value that indicates if the filtered DiscountItemCollection should include discounts that are not currently active. The default value is false. |
Top