C# Класс Dnn.Modules.Vendors.EditAffiliate

The EditAffiliate PortalModuleBase is used to add/edit an Affiliate
Наследование: DotNetNuke.Entities.Modules.PortalModuleBase
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
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

Защищенные методы

Метод Описание
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

Описание методов

OnCancelClick() защищенный Метод

cmdCancel_Click runs when the Cancel Button is clicked
protected OnCancelClick ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void

OnDeleteClick() защищенный Метод

cmdDelete_Click runs when the Delete Button is clicked
protected OnDeleteClick ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void

OnLoad() защищенный Метод

Page_Load runs when the control is loaded
protected OnLoad ( EventArgs e ) : void
e System.EventArgs
Результат void

OnSendClick() защищенный Метод

cmdSend_Click runs when the Send Notification Button is clicked
protected OnSendClick ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void

OnUpdateClick() защищенный Метод

cmdUpdate_Click runs when the Update Button is clicked
protected OnUpdateClick ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void

Описание свойств

EndDatePicker защищенное свойство

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
Результат global::DotNetNuke.Web.UI.WebControls.DnnDatePicker

StartDatePicker защищенное свойство

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
Результат global::DotNetNuke.Web.UI.WebControls.DnnDatePicker

cmdCancel защищенное свойство

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
Результат global::System.Web.UI.WebControls.LinkButton

cmdDelete защищенное свойство

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
Результат global::System.Web.UI.WebControls.LinkButton

cmdSend защищенное свойство

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
Результат global::System.Web.UI.WebControls.LinkButton

cmdUpdate защищенное свойство

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
Результат global::System.Web.UI.WebControls.LinkButton

plCPA защищенное свойство

plCPA control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.UserControl plCPA
Результат global::System.Web.UI.UserControl

plCPC защищенное свойство

plCPC control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.UserControl plCPC
Результат global::System.Web.UI.UserControl

plEndDate защищенное свойство

plEndDate control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.UserControl plEndDate
Результат global::System.Web.UI.UserControl

plStartDate защищенное свойство

plStartDate control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.UserControl plStartDate
Результат global::System.Web.UI.UserControl

txtCPA защищенное свойство

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
Результат global::System.Web.UI.WebControls.TextBox

txtCPC защищенное свойство

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
Результат global::System.Web.UI.WebControls.TextBox

valCPA1 защищенное свойство

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
Результат global::System.Web.UI.WebControls.RequiredFieldValidator

valCPA2 защищенное свойство

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
Результат global::System.Web.UI.WebControls.CompareValidator

valCPC1 защищенное свойство

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
Результат global::System.Web.UI.WebControls.RequiredFieldValidator

valCPC2 защищенное свойство

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
Результат global::System.Web.UI.WebControls.CompareValidator