Click or drag to resize
DiscountStatusTag Constructor
Initializes a new instance of the DiscountStatusTag class.

Namespace: CMS.Ecommerce.Web.UI
Assembly: CMS.Ecommerce.Web.UI (in CMS.Ecommerce.Web.UI.dll) Version: 10.0.0
Syntax
C#
public DiscountStatusTag(
	ObjectTransformationDataProvider dataProvider,
	Discount discount
)

Parameters

dataProvider
Type: CMS.UIControlsObjectTransformationDataProvider
The data provider.
discount
Type: CMS.EcommerceDiscount
The discount.
See Also