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

Afficher le fichier Open project: EngageSoftware/Engage-Publish

Protected Properties

Свойство Type Description
lblControlTitle global::DotNetNuke.UI.UserControls.LabelControl
phAdminTools global::System.Web.UI.WebControls.PlaceHolder

Méthodes protégées

Méthode Description
OnInit ( EventArgs e ) : void

Raises the E:Init event.

Private Methods

Méthode 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 méthode

Raises the E:Init event.
protected OnInit ( EventArgs e ) : void
e EventArgs The instance containing the event data.
Résultat 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
Résultat 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
Résultat global::System.Web.UI.WebControls.PlaceHolder