C# Class Dnn.Modules.Vendors.EditVendors

The EditVendors PortalModuleBase is used to add/edit a Vendor
Inheritance: DotNetNuke.Entities.Modules.PortalModuleBase
Datei anzeigen Open project: DNNCommunity/DNN.Vendors

Public Properties

Property Type Description
VendorID int

Protected Properties

Property Type Description
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

Protected Methods

Method Description
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.

Private Methods

Method Description
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

Method Details

OnCancelClick() protected method

cmdCancel_Click runs when the Cancel button is clicked.
protected OnCancelClick ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

OnDeleteClick() protected method

cmdDelete_Click runs when the Delete button is clicked.
protected OnDeleteClick ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

OnInit() protected method

protected OnInit ( EventArgs e ) : void
e System.EventArgs
return void

OnLoad() protected method

Page_Load runs when the control is loaded
protected OnLoad ( EventArgs e ) : void
e System.EventArgs
return void

OnUpdateClick() protected method

cmdUpdate_Click runs when the Update button is clicked.
protected OnUpdateClick ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

Property Details

VendorID public_oe property

public int VendorID
return int

addresssVendor protected_oe property

addresssVendor control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.Address addresssVendor
return global::DotNetNuke.UI.UserControls.Address

chkAuthorized protected_oe property

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
return global::System.Web.UI.WebControls.CheckBox

cmdCancel protected_oe property

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
return global::System.Web.UI.WebControls.LinkButton

cmdDelete protected_oe property

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
return global::System.Web.UI.WebControls.LinkButton

cmdUpdate protected_oe property

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
return global::System.Web.UI.WebControls.LinkButton

ctlAudit protected_oe property

ctlAudit control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.ModuleAuditControl ctlAudit
return global::DotNetNuke.UI.UserControls.ModuleAuditControl

ctlLogo protected_oe property

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
return global::DotNetNuke.Web.UI.WebControls.DnnUrlControl

divAffiliates protected_oe property

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
return global::System.Web.UI.HtmlControls.HtmlGenericControl

divBanners protected_oe property

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
return global::System.Web.UI.HtmlControls.HtmlGenericControl

plAuthorized protected_oe property

plAuthorized control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.UserControl plAuthorized
return global::System.Web.UI.UserControl

plEmail protected_oe property

plEmail control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.UserControl plEmail
return global::System.Web.UI.UserControl

plFirstName protected_oe property

plFirstName control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.UserControl plFirstName
return global::System.Web.UI.UserControl

plKeyWords protected_oe property

plKeyWords control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.UserControl plKeyWords
return global::System.Web.UI.UserControl

plLastName protected_oe property

plLastName control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.UserControl plLastName
return global::System.Web.UI.UserControl

plLogo protected_oe property

plLogo control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.UserControl plLogo
return global::System.Web.UI.UserControl

plVendorName protected_oe property

plVendorName control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.UserControl plVendorName
return global::System.Web.UI.UserControl

plWebsite protected_oe property

plWebsite control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.UserControl plWebsite
return global::System.Web.UI.UserControl

pnlAffiliates protected_oe property

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
return global::System.Web.UI.WebControls.PlaceHolder

pnlBanners protected_oe property

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
return global::System.Web.UI.WebControls.PlaceHolder

pnlVendor protected_oe property

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
return global::System.Web.UI.WebControls.Panel

rowVendor1 protected_oe property

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
return global::System.Web.UI.HtmlControls.HtmlGenericControl

rowVendor2 protected_oe property

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
return global::System.Web.UI.HtmlControls.HtmlGenericControl

txtEmail protected_oe property

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
return global::System.Web.UI.WebControls.TextBox

txtFirstName protected_oe property

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
return global::System.Web.UI.WebControls.TextBox

txtKeyWords protected_oe property

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
return global::System.Web.UI.WebControls.TextBox

txtLastName protected_oe property

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
return global::System.Web.UI.WebControls.TextBox

txtVendorName protected_oe property

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
return global::System.Web.UI.WebControls.TextBox

txtWebsite protected_oe property

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
return global::System.Web.UI.WebControls.TextBox

valEmail protected_oe property

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
return global::System.Web.UI.WebControls.RequiredFieldValidator

valEmail2 protected_oe property

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
return global::System.Web.UI.WebControls.RegularExpressionValidator

valFirstName protected_oe property

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
return global::System.Web.UI.WebControls.RequiredFieldValidator

valLastName protected_oe property

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
return global::System.Web.UI.WebControls.RequiredFieldValidator

valVendorName protected_oe property

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
return global::System.Web.UI.WebControls.RequiredFieldValidator