Click or drag to resize
DiscountEditExtender Class
Extender for Discount tab
Inheritance Hierarchy
SystemObject
  CMS.Base.Web.UIControlExtender
    CMS.Base.Web.UIControlExtenderUIForm
      CMS.Ecommerce.Web.UIDiscountEditExtender

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

The DiscountEditExtender type exposes the following members.

Constructors
  NameDescription
Public methodDiscountEditExtender
Top
Properties
Methods
  NameDescription
Protected methodControl_OnAfterSave
Ensures redirection to Coupons tab if discount newly uses coupons.
Protected methodControl_PreRender
Displays/hides redirection message if validation failed.
Public methodInit
Initializes the extender using the specified control.
(Inherited from ControlExtenderTControl.)
Public methodOnInit
Initializes the extender.
(Overrides ControlExtenderOnInit.)
Top
See Also