Свойство | Type | Description | |
---|---|---|---|
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 |
Méthode | Description | |
---|---|---|
FormatItem ( int VendorId, int BannerId, int BannerTypeId, string BannerName, string ImageFile, string Description, string URL, int Width, int Height ) : string |
Méthode | Description | |
---|---|---|
OnCancelClick ( object sender, |
cmdCancel_Click runs when the Cancel Button is clicked
|
|
OnCopyClick ( object sender, |
||
OnDeleteClick ( object sender, |
cmdDelete_Click runs when the Delete Button is clicked
|
|
OnEmailClick ( object sender, |
||
OnLoad ( |
Page_Load runs when the control is loaded
|
|
OnUpdateClick ( object sender, |
cmdUpdate_Click runs when the Update Button is clicked
|
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 | |
Résultat | string |
protected OnCancelClick ( object sender, |
||
sender | object | |
e | ||
Résultat | void |
protected OnCopyClick ( object sender, |
||
sender | object | |
e | ||
Résultat | void |
protected OnDeleteClick ( object sender, |
||
sender | object | |
e | ||
Résultat | void |
protected OnEmailClick ( object sender, |
||
sender | object | |
e | ||
Résultat | void |
protected OnUpdateClick ( object sender, |
||
sender | object | |
e | ||
Résultat | void |
protected global::DotNetNuke.UI.WebControls.DNNTextSuggest DNNTxtBannerGroup | ||
Résultat | global::DotNetNuke.UI.WebControls.DNNTextSuggest |
protected global::DotNetNuke.Web.UI.WebControls.DnnDatePicker EndDatePicker | ||
Résultat | global::DotNetNuke.Web.UI.WebControls.DnnDatePicker |
protected global::DotNetNuke.Web.UI.WebControls.DnnDatePicker StartDatePicker | ||
Résultat | global::DotNetNuke.Web.UI.WebControls.DnnDatePicker |
protected global::System.Web.UI.HtmlControls.HtmlGenericControl bannersRow | ||
Résultat | global::System.Web.UI.HtmlControls.HtmlGenericControl |
protected global::System.Web.UI.WebControls.DropDownList cboBannerType | ||
Résultat | global::System.Web.UI.WebControls.DropDownList |
protected global::System.Web.UI.WebControls.LinkButton cmdCancel | ||
Résultat | global::System.Web.UI.WebControls.LinkButton |
protected global::System.Web.UI.WebControls.LinkButton cmdCopy | ||
Résultat | global::System.Web.UI.WebControls.LinkButton |
protected global::System.Web.UI.WebControls.LinkButton cmdDelete | ||
Résultat | global::System.Web.UI.WebControls.LinkButton |
protected global::System.Web.UI.WebControls.LinkButton cmdEmail | ||
Résultat | global::System.Web.UI.WebControls.LinkButton |
protected global::System.Web.UI.WebControls.LinkButton cmdUpdate | ||
Résultat | global::System.Web.UI.WebControls.LinkButton |
protected global::System.Web.UI.WebControls.CompareValidator compareCPM | ||
Résultat | global::System.Web.UI.WebControls.CompareValidator |
protected global::System.Web.UI.WebControls.CompareValidator compareImpressions | ||
Résultat | global::System.Web.UI.WebControls.CompareValidator |
protected global::DotNetNuke.UI.UserControls.ModuleAuditControl ctlAudit | ||
Résultat | global::DotNetNuke.UI.UserControls.ModuleAuditControl |
protected global::DotNetNuke.Web.UI.WebControls.DnnUrlControl ctlImage | ||
Résultat | global::DotNetNuke.Web.UI.WebControls.DnnUrlControl |
protected global::DotNetNuke.Web.UI.WebControls.DnnUrlControl ctlURL | ||
Résultat | global::DotNetNuke.Web.UI.WebControls.DnnUrlControl |
protected global::System.Web.UI.WebControls.DataList lstBanners | ||
Résultat | global::System.Web.UI.WebControls.DataList |
protected global::System.Web.UI.WebControls.RadioButtonList optCriteria | ||
Résultat | global::System.Web.UI.WebControls.RadioButtonList |
protected global::System.Web.UI.UserControl plBannerGroup | ||
Résultat | global::System.Web.UI.UserControl |
protected global::System.Web.UI.UserControl plBannerName | ||
Résultat | global::System.Web.UI.UserControl |
protected global::System.Web.UI.UserControl plBannerType | ||
Résultat | global::System.Web.UI.UserControl |
protected global::System.Web.UI.UserControl plCPM | ||
Résultat | global::System.Web.UI.UserControl |
protected global::System.Web.UI.UserControl plCriteria | ||
Résultat | global::System.Web.UI.UserControl |
protected global::System.Web.UI.UserControl plDescription | ||
Résultat | global::System.Web.UI.UserControl |
protected global::System.Web.UI.UserControl plEndDate | ||
Résultat | global::System.Web.UI.UserControl |
protected global::System.Web.UI.UserControl plHeight | ||
Résultat | global::System.Web.UI.UserControl |
protected global::System.Web.UI.UserControl plImage | ||
Résultat | global::System.Web.UI.UserControl |
protected global::System.Web.UI.UserControl plImpressions | ||
Résultat | global::System.Web.UI.UserControl |
protected global::System.Web.UI.UserControl plStartDate | ||
Résultat | global::System.Web.UI.UserControl |
protected global::System.Web.UI.UserControl plURL | ||
Résultat | global::System.Web.UI.UserControl |
protected global::System.Web.UI.UserControl plWidth | ||
Résultat | global::System.Web.UI.UserControl |
protected global::System.Web.UI.WebControls.TextBox txtBannerName | ||
Résultat | global::System.Web.UI.WebControls.TextBox |
protected global::System.Web.UI.WebControls.TextBox txtCPM | ||
Résultat | global::System.Web.UI.WebControls.TextBox |
protected global::System.Web.UI.WebControls.TextBox txtDescription | ||
Résultat | global::System.Web.UI.WebControls.TextBox |
protected global::System.Web.UI.WebControls.TextBox txtHeight | ||
Résultat | global::System.Web.UI.WebControls.TextBox |
protected global::System.Web.UI.WebControls.TextBox txtImpressions | ||
Résultat | global::System.Web.UI.WebControls.TextBox |
protected global::System.Web.UI.WebControls.TextBox txtWidth | ||
Résultat | global::System.Web.UI.WebControls.TextBox |
protected global::System.Web.UI.WebControls.RequiredFieldValidator valBannerName | ||
Résultat | global::System.Web.UI.WebControls.RequiredFieldValidator |
protected global::System.Web.UI.WebControls.RequiredFieldValidator valCPM | ||
Résultat | global::System.Web.UI.WebControls.RequiredFieldValidator |