C# 클래스 Dnn.Modules.Vendors.EditBanner

The EditBanner PortalModuleBase is used to add/edit a Banner
상속: DotNetNuke.Entities.Modules.PortalModuleBase
파일 보기 프로젝트 열기: DNNCommunity/DNN.Vendors

보호된 프로퍼티들

프로퍼티 타입 설명
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