C# Class Dnn.Modules.Vendors.EditVendors

The EditVendors PortalModuleBase is used to add/edit a Vendor
Inheritance: DotNetNuke.Entities.Modules.PortalModuleBase
Show file 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 property

public int VendorID
return int

addresssVendor protected 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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