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

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

Parameters

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