C# 클래스 Subtext.Web.UI.Controls.PostComment

Summary description for Comments.
상속: BaseControl, IEntryControl
파일 보기 프로젝트 열기: ayende/Subtext 1 사용 예제들

Private Properties

프로퍼티 타입 설명
CreateFeedbackInstanceFromFormInput Subtext.Framework.Components.FeedbackItem
DisplayResultMessage void
InitializeComponent void
LastDitchValidation void
RemoveCommentControls void
ResetCommentFields void
SetRememberedUserCookie void
SetValidationGroup void
btnSubmit_Click void

보호된 메소드들

메소드 설명
OnCommentApproved ( FeedbackItem feedback ) : void

Called when an approved comment is added.

OnInit ( EventArgs e ) : void
OnLoad ( EventArgs e ) : void

Handles the OnLoad event. Attempts to prepopulate comment fields based on the user's cookie.

OnPreRender ( EventArgs e ) : void

비공개 메소드들

메소드 설명
CreateFeedbackInstanceFromFormInput ( Entry currentEntry ) : FeedbackItem
DisplayResultMessage ( FeedbackItem feedbackItem ) : void
InitializeComponent ( ) : void
LastDitchValidation ( ) : void
RemoveCommentControls ( ) : void
ResetCommentFields ( ) : void
SetRememberedUserCookie ( ) : void
SetValidationGroup ( ) : void
btnSubmit_Click ( object sender, EventArgs e ) : void

메소드 상세

OnCommentApproved() 보호된 메소드

Called when an approved comment is added.
protected OnCommentApproved ( FeedbackItem feedback ) : void
feedback Subtext.Framework.Components.FeedbackItem
리턴 void

OnInit() 보호된 메소드

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

OnLoad() 보호된 메소드

Handles the OnLoad event. Attempts to prepopulate comment fields based on the user's cookie.
protected OnLoad ( EventArgs e ) : void
e System.EventArgs E.
리턴 void

OnPreRender() 보호된 메소드

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