C# 클래스 Engage.Dnn.Publish.Admin.Tools.Dashboard

파일 보기 프로젝트 열기: EngageSoftware/Engage-Publish

보호된 프로퍼티들

프로퍼티 타입 설명
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