C# Class Hidistro.UI.Web.Admin.promotion.NewCoupon

Show file Open project: yunchenglk/wechat

Protected Properties

Property Type Description
SetMemberRange Hidistro.UI.Web.Admin.SetMemberRange
calendarEndDate ucDateTimePicker
calendarStartDate ucDateTimePicker
ddl_maxNum DropDownList
rdt_1 HtmlInputRadioButton
rdt_2 HtmlInputRadioButton
thisForm HtmlForm
txt_Value TextBox
txt_conditonVal TextBox
txt_name TextBox
txt_totalNum TextBox

Protected Methods

Method Description
NewCoupon ( ) : Hidistro.UI.ControlPanel.Utility
Page_Load ( object sender, EventArgs e ) : void

Method Details

NewCoupon() protected method

protected NewCoupon ( ) : Hidistro.UI.ControlPanel.Utility
return Hidistro.UI.ControlPanel.Utility

Page_Load() protected method

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

Property Details

SetMemberRange protected property

protected SetMemberRange,Hidistro.UI.Web.Admin SetMemberRange
return Hidistro.UI.Web.Admin.SetMemberRange

calendarEndDate protected property

protected ucDateTimePicker calendarEndDate
return ucDateTimePicker

calendarStartDate protected property

protected ucDateTimePicker calendarStartDate
return ucDateTimePicker

ddl_maxNum protected property

protected DropDownList ddl_maxNum
return DropDownList

rdt_1 protected property

protected HtmlInputRadioButton rdt_1
return HtmlInputRadioButton

rdt_2 protected property

protected HtmlInputRadioButton rdt_2
return HtmlInputRadioButton

thisForm protected property

protected HtmlForm thisForm
return HtmlForm

txt_Value protected property

protected TextBox txt_Value
return TextBox

txt_conditonVal protected property

protected TextBox txt_conditonVal
return TextBox

txt_name protected property

protected TextBox txt_name
return TextBox

txt_totalNum protected property

protected TextBox txt_totalNum
return TextBox