Click or drag to resize
MultiBuyDiscountListExtender Class
MultiBuy discount list extender
Inheritance Hierarchy
SystemObject
  CMS.Base.Web.UIControlExtender
    CMS.Base.Web.UIControlExtenderUniGrid
      CMS.Ecommerce.Web.UIMultiBuyDiscountListExtender

Namespace: CMS.Ecommerce.Web.UI
Assembly: CMS.Ecommerce.Web.UI (in CMS.Ecommerce.Web.UI.dll) Version: 10.0.0
Syntax
C#
public class MultiBuyDiscountListExtender : ControlExtender<UniGrid>

The MultiBuyDiscountListExtender type exposes the following members.

Constructors
  NameDescription
Public methodMultiBuyDiscountListExtender
Top
Properties
Methods
  NameDescription
Protected methodGetCountsDataHandler
Returns dictionary of discount coupon use count and limit. Key of the dictionary is the ID of discount.
Public methodInit
Initializes the extender using the specified control.
(Inherited from ControlExtenderTControl.)
Protected methodOnExternalDataBound
External data bound handler.
Public methodOnInit
Initializes the extender.
(Overrides ControlExtenderOnInit.)
Top
See Also