C# Class Engage.Dnn.Publish.Admin.Tools.Dashboard

Datei anzeigen Open project: EngageSoftware/Engage-Publish

Protected Properties

Property Type Description
lblControlTitle global::DotNetNuke.UI.UserControls.LabelControl
phAdminTools global::System.Web.UI.WebControls.PlaceHolder

Protected Methods

Method Description
OnInit ( EventArgs e ) : void

Raises the E:Init event.

Private Methods

Method Description
AddDashboardLink ( string resourceKey, string toolValue ) : void

Adds a link pointing to a tool in the dashboard.

GetDashboardLink ( string linkText, string toolValue ) : HyperLink

Creates a link pointing to a tool visible in the dashboard.

GetDashboardLinkDescription ( string descriptionText, string toolValue ) : Literal

Creates a link pointing to a tool visible in the dashboard.

Page_Load ( object sender, EventArgs e ) : void

Handles the Load event of the Page control.

Method Details

OnInit() protected method

Raises the E:Init event.
protected OnInit ( EventArgs e ) : void
e EventArgs The instance containing the event data.
return void

Property Details

lblControlTitle protected_oe property

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

phAdminTools protected_oe property

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