C# 클래스 Subtext.Web.Admin.Pages.Confirm

상속: Subtext.Web.Admin.Pages.AdminPage
파일 보기 프로젝트 열기: ayende/Subtext

보호된 프로퍼티들

프로퍼티 타입 설명
HeaderSection global::Subtext.Web.Admin.WebUI.AdvancedPanel
Messages global::Subtext.Web.Admin.WebUI.MessagePanel
lblOutput global::System.Web.UI.WebControls.Label
lkbContinue global::System.Web.UI.WebControls.Button
lkbNo global::System.Web.UI.WebControls.Button
lkbYes global::System.Web.UI.WebControls.Button

Private Properties

프로퍼티 타입 설명
HandleCommand void
InitializeComponent void

공개 메소드들

메소드 설명
Confirm ( ) : System

보호된 메소드들

메소드 설명
No_Click ( object sender, System e ) : void
OnInit ( EventArgs e ) : void
Page_Load ( object sender, System e ) : void
Yes_Click ( object sender, System e ) : void
lkbContinue_Click ( object sender, System e ) : void

비공개 메소드들

메소드 설명
HandleCommand ( string results ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

메소드 상세

Confirm() 공개 메소드

public Confirm ( ) : System
리턴 System

No_Click() 보호된 메소드

protected No_Click ( object sender, System e ) : void
sender object
e System
리턴 void

OnInit() 보호된 메소드

protected OnInit ( EventArgs e ) : void
e System.EventArgs
리턴 void

Page_Load() 보호된 메소드

protected Page_Load ( object sender, System e ) : void
sender object
e System
리턴 void

Yes_Click() 보호된 메소드

protected Yes_Click ( object sender, System e ) : void
sender object
e System
리턴 void

lkbContinue_Click() 보호된 메소드

protected lkbContinue_Click ( object sender, System e ) : void
sender object
e System
리턴 void

프로퍼티 상세

HeaderSection 보호되어 있는 프로퍼티

HeaderSection control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Subtext.Web.Admin.WebUI.AdvancedPanel HeaderSection
리턴 global::Subtext.Web.Admin.WebUI.AdvancedPanel

Messages 보호되어 있는 프로퍼티

Messages control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Subtext.Web.Admin.WebUI.MessagePanel Messages
리턴 global::Subtext.Web.Admin.WebUI.MessagePanel

lblOutput 보호되어 있는 프로퍼티

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

lkbContinue 보호되어 있는 프로퍼티

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

lkbNo 보호되어 있는 프로퍼티

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

lkbYes 보호되어 있는 프로퍼티

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