C# Class AJH.CMS.WEB.UI.Admin.ManageMenu_UC

Show file Open project: ajhCMS/AJH.CMS.WEB.UI

Protected Properties

Property Type Description
btnExit global::System.Web.UI.WebControls.Button
btnReset global::System.Web.UI.WebControls.Button
btnSave global::System.Web.UI.WebControls.Button
btnSaveOtherLanguage global::System.Web.UI.WebControls.Button
btnUpdate global::System.Web.UI.WebControls.Button
btnUpdateOtherLanguage global::System.Web.UI.WebControls.Button
cbIsPublished global::System.Web.UI.WebControls.CheckBox
cddGalleryCategory global::AjaxControlToolkit.CascadingDropDown
cddPage global::AjaxControlToolkit.CascadingDropDown
cddParentMenu global::AjaxControlToolkit.CascadingDropDown
cddSearchCategory global::AjaxControlToolkit.CascadingDropDown
ddlGalleryCategory global::System.Web.UI.WebControls.DropDownList
ddlMenuType global::System.Web.UI.WebControls.DropDownList
ddlPage global::System.Web.UI.WebControls.DropDownList
ddlParentMenu global::System.Web.UI.WebControls.DropDownList
ddlSearchCategory global::System.Web.UI.WebControls.DropDownList
dvProblems global::System.Web.UI.HtmlControls.HtmlGenericControl
ibtnAdd global::System.Web.UI.WebControls.ImageButton
ibtnDelete global::System.Web.UI.WebControls.ImageButton
ibtnGenerateXmlFiles global::System.Web.UI.WebControls.ImageButton
ibtnPageURL global::System.Web.UI.WebControls.ImageButton
ibtnPublish global::System.Web.UI.WebControls.ImageButton
ibtnSearchCategory global::System.Web.UI.WebControls.ImageButton
ibtnUnPublish global::System.Web.UI.WebControls.ImageButton
lblDescription global::System.Web.UI.WebControls.Label
lblDetails global::System.Web.UI.WebControls.Label
lblGalleryCategory global::System.Web.UI.WebControls.Label
lblGrdTitleMenu global::System.Web.UI.WebControls.Label
lblIsPublished global::System.Web.UI.WebControls.Label
lblMenuType global::System.Web.UI.WebControls.Label
lblName global::System.Web.UI.WebControls.Label
lblOrderNumber global::System.Web.UI.WebControls.Label
lblPage global::System.Web.UI.WebControls.Label
lblPageTitle global::System.Web.UI.WebControls.Label
lblParentMenu global::System.Web.UI.WebControls.Label
lblSearchCategory global::System.Web.UI.WebControls.Label
lblURL global::System.Web.UI.WebControls.Label
lblUpload global::System.Web.UI.WebControls.Label
numOrderNumber global::AjaxControlToolkit.NumericUpDownExtender
pnlMenuItem global::System.Web.UI.WebControls.Panel
pnlView global::System.Web.UI.WebControls.Panel
rfvDescription global::System.Web.UI.WebControls.RequiredFieldValidator
rfvName global::System.Web.UI.WebControls.RequiredFieldValidator
rfvOrderNumber global::System.Web.UI.WebControls.RequiredFieldValidator
rfvPage global::System.Web.UI.WebControls.RequiredFieldValidator
rfvPageTitle global::System.Web.UI.WebControls.RequiredFieldValidator
rfvPageURL global::System.Web.UI.WebControls.RequiredFieldValidator
rfvURL global::System.Web.UI.WebControls.RequiredFieldValidator
trDetails global::System.Web.UI.HtmlControls.HtmlTableRow
trIsPublished global::System.Web.UI.HtmlControls.HtmlTableRow
trPage global::System.Web.UI.HtmlControls.HtmlTableRow
trURL global::System.Web.UI.HtmlControls.HtmlTableRow
trvMenu global::System.Web.UI.WebControls.TreeView
txtDescription global::System.Web.UI.WebControls.TextBox
txtDetails global::AJH.CMS.WEB.UI.Controls.Editor_UC
txtName global::System.Web.UI.WebControls.TextBox
txtOrderNumber global::System.Web.UI.WebControls.TextBox
txtPageTitle global::System.Web.UI.WebControls.TextBox
txtPageURL global::System.Web.UI.WebControls.TextBox
txtURL global::System.Web.UI.WebControls.TextBox
ucPortalLanguage global::AJH.CMS.WEB.UI.Admin.PortalLanguages_UC
ucSWFUpload global::AJH.CMS.WEB.UI.Controls.SWFUpload.SWFUpload_UC
upnlMenu global::System.Web.UI.UpdatePanel
upnlMenuItem global::System.Web.UI.UpdatePanel
upnlSearchMenu global::System.Web.UI.UpdatePanel
valsummaryMenu global::System.Web.UI.WebControls.ValidationSummary

Private Properties

Property Type Description
BeginAddMode void
BeginAddModeOtherLanguage void
BeginEditMode void
BeginEditModeOtherLanguage void
ExitMode void
ExitTree void
FillMenuTree void
GetNodesChilds TreeNode
ManageMenu_UC_Load void
PerformSettings void
PrepareNewPublish Publish
ReflectDDL void
btnExit_Click void
btnReset_Click void
btnSaveOtherLanguage_Click void
btnSave_Click void
btnUpdateOtherLanguage_Click void
btnUpdate_Click void
ddlMenuType_SelectedIndexChanged void
ibtnAdd_Click void
ibtnDelete_Click void
ibtnGenerateXmlFiles_Click void
ibtnPageURL_Click void
ibtnPublish_Click void
ibtnSearchCategory_Click void
ibtnUnPublish_Click void
trvMenu_SelectedNodeChanged void
ucPortalLanguage_OnSelectLanguage void

Protected Methods

Method Description
OnInit ( EventArgs e ) : void

Private Methods

Method Description
BeginAddMode ( ) : void
BeginAddModeOtherLanguage ( ) : void
BeginEditMode ( ) : void
BeginEditModeOtherLanguage ( ) : void
ExitMode ( ) : void
ExitTree ( ) : void
FillMenuTree ( ) : void
GetNodesChilds ( AJH menu, List menus ) : TreeNode
ManageMenu_UC_Load ( object sender, EventArgs e ) : void
PerformSettings ( ) : void
PrepareNewPublish ( int menuID ) : Publish
ReflectDDL ( ) : void
btnExit_Click ( object sender, EventArgs e ) : void
btnReset_Click ( object sender, EventArgs e ) : void
btnSaveOtherLanguage_Click ( object sender, EventArgs e ) : void
btnSave_Click ( object sender, EventArgs e ) : void
btnUpdateOtherLanguage_Click ( object sender, EventArgs e ) : void
btnUpdate_Click ( object sender, EventArgs e ) : void
ddlMenuType_SelectedIndexChanged ( object sender, EventArgs e ) : void
ibtnAdd_Click ( object sender, ImageClickEventArgs e ) : void
ibtnDelete_Click ( object sender, ImageClickEventArgs e ) : void
ibtnGenerateXmlFiles_Click ( object sender, ImageClickEventArgs e ) : void
ibtnPageURL_Click ( object sender, ImageClickEventArgs e ) : void
ibtnPublish_Click ( object sender, ImageClickEventArgs e ) : void
ibtnSearchCategory_Click ( object sender, ImageClickEventArgs e ) : void
ibtnUnPublish_Click ( object sender, ImageClickEventArgs e ) : void
trvMenu_SelectedNodeChanged ( object sender, EventArgs e ) : void
ucPortalLanguage_OnSelectLanguage ( object sender, EventArgs e ) : void

Method Details

OnInit() protected method

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

Property Details

btnExit protected property

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

btnReset protected property

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

btnSave protected property

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

btnSaveOtherLanguage protected property

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

btnUpdate protected property

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

btnUpdateOtherLanguage protected property

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

cbIsPublished protected property

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

cddGalleryCategory protected property

cddGalleryCategory control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::AjaxControlToolkit.CascadingDropDown cddGalleryCategory
return global::AjaxControlToolkit.CascadingDropDown

cddPage protected property

cddPage control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::AjaxControlToolkit.CascadingDropDown cddPage
return global::AjaxControlToolkit.CascadingDropDown

cddParentMenu protected property

cddParentMenu control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::AjaxControlToolkit.CascadingDropDown cddParentMenu
return global::AjaxControlToolkit.CascadingDropDown

cddSearchCategory protected property

cddSearchCategory control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::AjaxControlToolkit.CascadingDropDown cddSearchCategory
return global::AjaxControlToolkit.CascadingDropDown

ddlGalleryCategory protected property

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

ddlMenuType protected property

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

ddlPage protected property

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

ddlParentMenu protected property

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

ddlSearchCategory protected property

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

dvProblems protected property

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

ibtnAdd protected property

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

ibtnDelete protected property

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

ibtnGenerateXmlFiles protected property

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

ibtnPageURL protected property

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

ibtnPublish protected property

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

ibtnSearchCategory protected property

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

ibtnUnPublish protected property

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

lblDescription protected property

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

lblDetails protected property

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

lblGalleryCategory protected property

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

lblGrdTitleMenu protected property

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

lblIsPublished protected property

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

lblMenuType protected property

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

lblName protected property

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

lblOrderNumber protected property

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

lblPage protected property

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

lblPageTitle protected property

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

lblParentMenu protected property

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

lblSearchCategory protected property

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

lblURL protected property

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

lblUpload protected property

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

numOrderNumber protected property

numOrderNumber control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::AjaxControlToolkit.NumericUpDownExtender numOrderNumber
return global::AjaxControlToolkit.NumericUpDownExtender

pnlMenuItem protected property

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

pnlView protected property

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

rfvDescription protected property

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

rfvName protected property

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

rfvOrderNumber protected property

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

rfvPage protected property

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

rfvPageTitle protected property

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

rfvPageURL protected property

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

rfvURL protected property

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

trDetails protected property

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

trIsPublished protected property

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

trPage protected property

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

trURL protected property

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

trvMenu protected property

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

txtDescription protected property

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

txtDetails protected property

txtDetails control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::AJH.CMS.WEB.UI.Controls.Editor_UC txtDetails
return global::AJH.CMS.WEB.UI.Controls.Editor_UC

txtName protected property

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

txtOrderNumber protected property

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

txtPageTitle protected property

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

txtPageURL protected property

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

txtURL protected property

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

ucPortalLanguage protected property

ucPortalLanguage control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::AJH.CMS.WEB.UI.Admin.PortalLanguages_UC ucPortalLanguage
return global::AJH.CMS.WEB.UI.Admin.PortalLanguages_UC

ucSWFUpload protected property

ucSWFUpload control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::AJH.CMS.WEB.UI.Controls.SWFUpload.SWFUpload_UC ucSWFUpload
return global::AJH.CMS.WEB.UI.Controls.SWFUpload.SWFUpload_UC

upnlMenu protected property

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

upnlMenuItem protected property

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

upnlSearchMenu protected property

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

valsummaryMenu protected property

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