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

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

Открытые свойства

Свойство Тип Описание
VendorID int

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

Свойство Тип Описание
addresssVendor global::DotNetNuke.UI.UserControls.Address
chkAuthorized global::System.Web.UI.WebControls.CheckBox
cmdCancel global::System.Web.UI.WebControls.LinkButton
cmdDelete global::System.Web.UI.WebControls.LinkButton
cmdUpdate global::System.Web.UI.WebControls.LinkButton
ctlAudit global::DotNetNuke.UI.UserControls.ModuleAuditControl
ctlLogo global::DotNetNuke.Web.UI.WebControls.DnnUrlControl
divAffiliates global::System.Web.UI.HtmlControls.HtmlGenericControl
divBanners global::System.Web.UI.HtmlControls.HtmlGenericControl
plAuthorized global::System.Web.UI.UserControl
plEmail global::System.Web.UI.UserControl
plFirstName global::System.Web.UI.UserControl
plKeyWords global::System.Web.UI.UserControl
plLastName global::System.Web.UI.UserControl
plLogo global::System.Web.UI.UserControl
plVendorName global::System.Web.UI.UserControl
plWebsite global::System.Web.UI.UserControl
pnlAffiliates global::System.Web.UI.WebControls.PlaceHolder
pnlBanners global::System.Web.UI.WebControls.PlaceHolder
pnlVendor global::System.Web.UI.WebControls.Panel
rowVendor1 global::System.Web.UI.HtmlControls.HtmlGenericControl
rowVendor2 global::System.Web.UI.HtmlControls.HtmlGenericControl
txtEmail global::System.Web.UI.WebControls.TextBox
txtFirstName global::System.Web.UI.WebControls.TextBox
txtKeyWords global::System.Web.UI.WebControls.TextBox
txtLastName global::System.Web.UI.WebControls.TextBox
txtVendorName global::System.Web.UI.WebControls.TextBox
txtWebsite global::System.Web.UI.WebControls.TextBox
valEmail global::System.Web.UI.WebControls.RequiredFieldValidator
valEmail2 global::System.Web.UI.WebControls.RegularExpressionValidator
valFirstName global::System.Web.UI.WebControls.RequiredFieldValidator
valLastName global::System.Web.UI.WebControls.RequiredFieldValidator
valVendorName global::System.Web.UI.WebControls.RequiredFieldValidator

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

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

OnInit ( 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.

Приватные методы

Метод Описание
AddModuleMessage ( string message, DotNetNuke.UI.Skins.Controls.ModuleMessage type ) : void

AddModuleMessage adds a module message

ReturnUrl ( string filter ) : void

Return url redirects to the previous page, with or without filter info

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

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

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

protected OnInit ( EventArgs e ) : void
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

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

VendorID публичное свойство

public int VendorID
Результат int

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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