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

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

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

Свойство Тип Описание
DNNTxtBannerGroup global::DotNetNuke.UI.WebControls.DNNTextSuggest
EndDatePicker global::DotNetNuke.Web.UI.WebControls.DnnDatePicker
StartDatePicker global::DotNetNuke.Web.UI.WebControls.DnnDatePicker
bannersRow global::System.Web.UI.HtmlControls.HtmlGenericControl
cboBannerType global::System.Web.UI.WebControls.DropDownList
cmdCancel global::System.Web.UI.WebControls.LinkButton
cmdCopy global::System.Web.UI.WebControls.LinkButton
cmdDelete global::System.Web.UI.WebControls.LinkButton
cmdEmail global::System.Web.UI.WebControls.LinkButton
cmdUpdate global::System.Web.UI.WebControls.LinkButton
compareCPM global::System.Web.UI.WebControls.CompareValidator
compareImpressions global::System.Web.UI.WebControls.CompareValidator
ctlAudit global::DotNetNuke.UI.UserControls.ModuleAuditControl
ctlImage global::DotNetNuke.Web.UI.WebControls.DnnUrlControl
ctlURL global::DotNetNuke.Web.UI.WebControls.DnnUrlControl
lblBannerGroup Label
lstBanners global::System.Web.UI.WebControls.DataList
optCriteria global::System.Web.UI.WebControls.RadioButtonList
plBannerGroup global::System.Web.UI.UserControl
plBannerName global::System.Web.UI.UserControl
plBannerType global::System.Web.UI.UserControl
plCPM global::System.Web.UI.UserControl
plCriteria global::System.Web.UI.UserControl
plDescription global::System.Web.UI.UserControl
plEndDate global::System.Web.UI.UserControl
plHeight global::System.Web.UI.UserControl
plImage global::System.Web.UI.UserControl
plImpressions global::System.Web.UI.UserControl
plStartDate global::System.Web.UI.UserControl
plURL global::System.Web.UI.UserControl
plWidth global::System.Web.UI.UserControl
txtBannerName global::System.Web.UI.WebControls.TextBox
txtCPM global::System.Web.UI.WebControls.TextBox
txtDescription global::System.Web.UI.WebControls.TextBox
txtHeight global::System.Web.UI.WebControls.TextBox
txtImpressions global::System.Web.UI.WebControls.TextBox
txtWidth global::System.Web.UI.WebControls.TextBox
valBannerName global::System.Web.UI.WebControls.RequiredFieldValidator
valCPM global::System.Web.UI.WebControls.RequiredFieldValidator
valImpressions global::System.Web.UI.WebControls.RequiredFieldValidator

Открытые методы

Метод Описание
FormatItem ( int VendorId, int BannerId, int BannerTypeId, string BannerName, string ImageFile, string Description, string URL, int Width, int Height ) : string

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

Метод Описание
OnCancelClick ( object sender, EventArgs e ) : void

cmdCancel_Click runs when the Cancel Button is clicked

OnCopyClick ( object sender, EventArgs e ) : void
OnDeleteClick ( object sender, EventArgs e ) : void

cmdDelete_Click runs when the Delete Button is clicked

OnEmailClick ( object sender, EventArgs e ) : void
OnLoad ( EventArgs e ) : void

Page_Load runs when the control is loaded

OnUpdateClick ( object sender, EventArgs e ) : void

cmdUpdate_Click runs when the Update Button is clicked

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

FormatItem() публичный Метод

public FormatItem ( int VendorId, int BannerId, int BannerTypeId, string BannerName, string ImageFile, string Description, string URL, int Width, int Height ) : string
VendorId int
BannerId int
BannerTypeId int
BannerName string
ImageFile string
Description string
URL string
Width int
Height int
Результат string

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

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

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

protected OnCopyClick ( 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

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

protected OnEmailClick ( 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

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

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

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

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

DNNTxtBannerGroup control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.WebControls.DNNTextSuggest DNNTxtBannerGroup
Результат global::DotNetNuke.UI.WebControls.DNNTextSuggest

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

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

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

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

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

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

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

cmdCopy control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.LinkButton cmdCopy
Результат 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

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

cmdEmail control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.LinkButton cmdEmail
Результат 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

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

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

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

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

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

ctlAudit control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.ModuleAuditControl ctlAudit
Результат global::DotNetNuke.UI.UserControls.ModuleAuditControl

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

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

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

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

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

protected Label lblBannerGroup
Результат Label

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

plDescription control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.UserControl plDescription
Результат 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

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

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

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

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

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

plImpressions control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.UserControl plImpressions
Результат 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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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