C# 클래스 Subtext.Web.Admin.Feedback.EditPage

파일 보기 프로젝트 열기: ayende/Subtext

보호된 프로퍼티들

프로퍼티 타입 설명
Edit global::System.Web.UI.WebControls.PlaceHolder
Messages global::Subtext.Web.Admin.WebUI.MessagePanel
hlAuthorEmail global::System.Web.UI.WebControls.HyperLink
hlEntryLink global::System.Web.UI.WebControls.HyperLink
lblEmail global::System.Web.UI.WebControls.Label
lblName global::System.Web.UI.WebControls.Label
lkbPost global::System.Web.UI.WebControls.Button
richTextEditor global::Subtext.Web.Controls.RichTextEditor
txbTitle global::System.Web.UI.WebControls.TextBox
txbWebsite global::System.Web.UI.WebControls.TextBox
valTitleRequired global::System.Web.UI.WebControls.RequiredFieldValidator
valtbBodyRequired global::System.Web.UI.WebControls.RequiredFieldValidator
valtxbWebsite global::System.Web.UI.WebControls.CustomValidator

Private Properties

프로퍼티 타입 설명
BindFeedbackEdit void
SetConfirmation void
UpdateFeedback void

공개 메소드들

메소드 설명
EditPage ( ) : System

보호된 메소드들

메소드 설명
OnLoad ( EventArgs e ) : void
lkbPost_Click ( object sender, EventArgs e ) : void

비공개 메소드들

메소드 설명
BindFeedbackEdit ( ) : void
SetConfirmation ( ) : void
UpdateFeedback ( ) : void

메소드 상세

EditPage() 공개 메소드

public EditPage ( ) : System
리턴 System

OnLoad() 보호된 메소드

protected OnLoad ( EventArgs e ) : void
e EventArgs
리턴 void

lkbPost_Click() 보호된 메소드

protected lkbPost_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

프로퍼티 상세

Edit 보호되어 있는 프로퍼티

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

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

hlAuthorEmail 보호되어 있는 프로퍼티

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

hlEntryLink 보호되어 있는 프로퍼티

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

lblEmail 보호되어 있는 프로퍼티

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

lblName 보호되어 있는 프로퍼티

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

lkbPost 보호되어 있는 프로퍼티

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

richTextEditor 보호되어 있는 프로퍼티

richTextEditor control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Subtext.Web.Controls.RichTextEditor richTextEditor
리턴 global::Subtext.Web.Controls.RichTextEditor

txbTitle 보호되어 있는 프로퍼티

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

txbWebsite 보호되어 있는 프로퍼티

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

valTitleRequired 보호되어 있는 프로퍼티

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

valtbBodyRequired 보호되어 있는 프로퍼티

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

valtxbWebsite 보호되어 있는 프로퍼티

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