C# Class Dnn.Modules.Vendors.EditAffiliate

The EditAffiliate PortalModuleBase is used to add/edit an Affiliate
Inheritance: DotNetNuke.Entities.Modules.PortalModuleBase
Show file Open project: DNNCommunity/DNN.Vendors

Protected Properties

Property Type Description
EndDatePicker global::DotNetNuke.Web.UI.WebControls.DnnDatePicker
StartDatePicker global::DotNetNuke.Web.UI.WebControls.DnnDatePicker
cmdCancel global::System.Web.UI.WebControls.LinkButton
cmdDelete global::System.Web.UI.WebControls.LinkButton
cmdSend global::System.Web.UI.WebControls.LinkButton
cmdUpdate global::System.Web.UI.WebControls.LinkButton
plCPA global::System.Web.UI.UserControl
plCPC global::System.Web.UI.UserControl
plEndDate global::System.Web.UI.UserControl
plStartDate global::System.Web.UI.UserControl
txtCPA global::System.Web.UI.WebControls.TextBox
txtCPC global::System.Web.UI.WebControls.TextBox
valCPA1 global::System.Web.UI.WebControls.RequiredFieldValidator
valCPA2 global::System.Web.UI.WebControls.CompareValidator
valCPC1 global::System.Web.UI.WebControls.RequiredFieldValidator
valCPC2 global::System.Web.UI.WebControls.CompareValidator

Protected Methods

Method Description
OnCancelClick ( object sender, EventArgs e ) : void

cmdCancel_Click runs when the Cancel Button is clicked

OnDeleteClick ( object sender, EventArgs e ) : void

cmdDelete_Click runs when the Delete Button is clicked

OnLoad ( EventArgs e ) : void

Page_Load runs when the control is loaded

OnSendClick ( object sender, EventArgs e ) : void

cmdSend_Click runs when the Send Notification Button is clicked

OnUpdateClick ( object sender, EventArgs e ) : void

cmdUpdate_Click runs when the Update Button is clicked

Method Details

OnCancelClick() protected method

cmdCancel_Click runs when the Cancel Button is clicked
protected OnCancelClick ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

OnDeleteClick() protected method

cmdDelete_Click runs when the Delete Button is clicked
protected OnDeleteClick ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

OnLoad() protected method

Page_Load runs when the control is loaded
protected OnLoad ( EventArgs e ) : void
e System.EventArgs
return void

OnSendClick() protected method

cmdSend_Click runs when the Send Notification Button is clicked
protected OnSendClick ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

OnUpdateClick() protected method

cmdUpdate_Click runs when the Update Button is clicked
protected OnUpdateClick ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

Property Details

EndDatePicker protected property

EndDatePicker control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.Web.UI.WebControls.DnnDatePicker EndDatePicker
return global::DotNetNuke.Web.UI.WebControls.DnnDatePicker

StartDatePicker protected property

StartDatePicker control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.Web.UI.WebControls.DnnDatePicker StartDatePicker
return global::DotNetNuke.Web.UI.WebControls.DnnDatePicker

cmdCancel protected property

cmdCancel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.LinkButton cmdCancel
return global::System.Web.UI.WebControls.LinkButton

cmdDelete protected property

cmdDelete control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.LinkButton cmdDelete
return global::System.Web.UI.WebControls.LinkButton

cmdSend protected property

cmdSend control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.LinkButton cmdSend
return global::System.Web.UI.WebControls.LinkButton

cmdUpdate protected property

cmdUpdate control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.LinkButton cmdUpdate
return global::System.Web.UI.WebControls.LinkButton

plCPA protected property

plCPA control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.UserControl plCPA
return global::System.Web.UI.UserControl

plCPC protected property

plCPC control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.UserControl plCPC
return global::System.Web.UI.UserControl

plEndDate protected property

plEndDate control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.UserControl plEndDate
return global::System.Web.UI.UserControl

plStartDate protected property

plStartDate control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.UserControl plStartDate
return global::System.Web.UI.UserControl

txtCPA protected property

txtCPA control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtCPA
return global::System.Web.UI.WebControls.TextBox

txtCPC protected property

txtCPC control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtCPC
return global::System.Web.UI.WebControls.TextBox

valCPA1 protected property

valCPA1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.RequiredFieldValidator valCPA1
return global::System.Web.UI.WebControls.RequiredFieldValidator

valCPA2 protected property

valCPA2 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.CompareValidator valCPA2
return global::System.Web.UI.WebControls.CompareValidator

valCPC1 protected property

valCPC1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.RequiredFieldValidator valCPC1
return global::System.Web.UI.WebControls.RequiredFieldValidator

valCPC2 protected property

valCPC2 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.CompareValidator valCPC2
return global::System.Web.UI.WebControls.CompareValidator