C# Класс Engage.Dnn.Publish.Admin.Tools.Dashboard

Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
lblControlTitle global::DotNetNuke.UI.UserControls.LabelControl
phAdminTools global::System.Web.UI.WebControls.PlaceHolder

Защищенные методы

Метод Описание
OnInit ( EventArgs e ) : void

Raises the E:Init event.

Приватные методы

Метод Описание
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.

Описание методов

OnInit() защищенный Метод

Raises the E:Init event.
protected OnInit ( EventArgs e ) : void
e EventArgs The instance containing the event data.
Результат void

Описание свойств

lblControlTitle защищенное свойство

lblControlTitle control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblControlTitle
Результат global::DotNetNuke.UI.UserControls.LabelControl

phAdminTools защищенное свойство

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
Результат global::System.Web.UI.WebControls.PlaceHolder