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

A control which allows users to reset the display page of all children of a category to that category's Child Display Page.
상속: ModuleBase
파일 보기 프로젝트 열기: EngageSoftware/Engage-Publish

보호된 프로퍼티들

프로퍼티 타입 설명
CategoryDisplayPageUpdatePanel global::System.Web.UI.UpdatePanel
DisplayPageLabel global::System.Web.UI.WebControls.Label
ParentCategoryDropDownList global::System.Web.UI.WebControls.DropDownList
ResetButton global::System.Web.UI.WebControls.LinkButton
SuccessMessage global::System.Web.UI.WebControls.Label

Private Properties

프로퍼티 타입 설명
FillDisplayPageLabel void
FillParentCategoryDropDown void
Page_Load void
ParentCategoryDropDownList_SelectedIndexChanged void
ResetButton_Click void

보호된 메소드들

메소드 설명
OnInit ( EventArgs e ) : void

Raises the E:Init event.

비공개 메소드들

메소드 설명
FillDisplayPageLabel ( ) : void

Fills the DisplayPageLabel control with the ChildDisplayTabName of the current ParentCategory.

FillParentCategoryDropDown ( ) : void

Fills the ParentCategoryDropDownList control.

Page_Load ( object sender, EventArgs e ) : void

Handles the Load event of the Page control.

ParentCategoryDropDownList_SelectedIndexChanged ( object sender, EventArgs e ) : void

Handles the SelectedIndexChanged event of the ParentCategoryDropDownList control.

ResetButton_Click ( object sender, EventArgs e ) : void

Handles the Click event of the ResetButton control.

메소드 상세

OnInit() 보호된 메소드

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

프로퍼티 상세

CategoryDisplayPageUpdatePanel 보호되어 있는 프로퍼티

CategoryDisplayPageUpdatePanel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.UpdatePanel CategoryDisplayPageUpdatePanel
리턴 global::System.Web.UI.UpdatePanel

DisplayPageLabel 보호되어 있는 프로퍼티

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

ParentCategoryDropDownList 보호되어 있는 프로퍼티

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

ResetButton 보호되어 있는 프로퍼티

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

SuccessMessage 보호되어 있는 프로퍼티

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