Click or drag to resize
DiscountsFilterBaseDiscountIsUsable Method
Returns true if condition in given discount is satisfied using Resolver object.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 10.0.0
Syntax
C#
protected virtual bool DiscountIsUsable(
	IConditionalDiscount discount
)

Parameters

discount
Type: CMS.EcommerceIConditionalDiscount
Discount to be evaluated.

Return Value

Type: Boolean
See Also