Click or drag to resize
DiscountEditExtender Class
Extender for Discount tab
Inheritance Hierarchy
System.Object
  CMS.Base.Web.UI.ControlExtender
    CMS.Base.Web.UI.ControlExtender<UIForm>
      CMS.Ecommerce.Web.UI.DiscountEditExtender

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 ControlExtender<TControl>.)
Public methodOnInit
Initializes the extender.
(Overrides ControlExtender.OnInit().)
Top
See Also