C# Class Engage.Dnn.Publish.Admin.AdminMenu

Exibir arquivo Open project: EngageSoftware/Engage-Publish

Protected Properties

Property Type Description
ApprovalStatusDropDownList global::System.Web.UI.WebControls.DropDownList
divAdminMenu global::System.Web.UI.HtmlControls.HtmlGenericControl
divAdminMenuWrapper global::System.Web.UI.HtmlControls.HtmlGenericControl
divApprovalStatus global::System.Web.UI.HtmlControls.HtmlGenericControl
divVersionComments global::System.Web.UI.HtmlControls.HtmlGenericControl
lblApprovalComments global::DotNetNuke.UI.UserControls.LabelControl
lblApprovalResults global::System.Web.UI.WebControls.Label
lblCurrentVersionComments global::System.Web.UI.WebControls.Label
lblVersionComments global::DotNetNuke.UI.UserControls.LabelControl
lnkSaveApprovalStatus global::System.Web.UI.WebControls.LinkButton
lnkSaveApprovalStatusCancel global::System.Web.UI.WebControls.LinkButton
lnkUpdateStatus global::System.Web.UI.WebControls.LinkButton
phLink global::System.Web.UI.WebControls.PlaceHolder
phStats global::System.Web.UI.WebControls.PlaceHolder
txtApprovalComments global::System.Web.UI.WebControls.TextBox

Public Methods

Method Description
BuildAddArticleUrl ( ) : string
BuildCategoryListUrl ( ) : string
BuildEditUrl ( string currentItemType ) : string

Protected Methods

Method Description
CallUpdateApprovalStatus ( ) : void
OnInit ( EventArgs e ) : void
lnkSaveApprovalStatusCancel_Click ( object sender, EventArgs e ) : void
lnkSaveApprovalStatus_Click ( object sender, EventArgs e ) : void
lnkUpdateStatus_Click ( object sender, EventArgs e ) : void

Private Methods

Method Description
AddMenuLink ( string text, string navigateUrl ) : void
BuildAdminMenu ( int itemId, bool isAuthorOnly ) : void
ConfigureMenus ( ) : void
FillDropDownList ( ) : void
Page_Load ( object sender, EventArgs e ) : void

Method Details

BuildAddArticleUrl() public method

public BuildAddArticleUrl ( ) : string
return string

BuildCategoryListUrl() public method

public BuildCategoryListUrl ( ) : string
return string

BuildEditUrl() public method

public BuildEditUrl ( string currentItemType ) : string
currentItemType string
return string

CallUpdateApprovalStatus() protected method

protected CallUpdateApprovalStatus ( ) : void
return void

OnInit() protected method

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

lnkSaveApprovalStatusCancel_Click() protected method

protected lnkSaveApprovalStatusCancel_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

lnkSaveApprovalStatus_Click() protected method

protected lnkSaveApprovalStatus_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

lnkUpdateStatus_Click() protected method

protected lnkUpdateStatus_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

Property Details

ApprovalStatusDropDownList protected_oe property

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

divAdminMenu protected_oe property

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

divAdminMenuWrapper protected_oe property

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

divApprovalStatus protected_oe property

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

divVersionComments protected_oe property

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

lblApprovalComments protected_oe property

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

lblApprovalResults protected_oe property

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

lblCurrentVersionComments protected_oe property

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

lblVersionComments protected_oe property

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

lnkSaveApprovalStatus protected_oe property

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

lnkSaveApprovalStatusCancel protected_oe property

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

lnkUpdateStatus protected_oe property

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

phLink protected_oe property

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

phStats protected_oe property

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

txtApprovalComments protected_oe property

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