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

Codebehind for the control that displays comments/trackbacks/pingbacks.
상속: BaseControl, ICommentControl
파일 보기 프로젝트 열기: ayende/Subtext 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
CommentList System.Web.UI.WebControls.Repeater
NoCommentMessage System.Web.UI.WebControls.Literal

공개 메소드들

메소드 설명
EditUrl ( FeedbackItem feedback ) : string

보호된 메소드들

메소드 설명
CommentsCreated ( object sender, System.Web.UI.WebControls.RepeaterItemEventArgs e ) : void
OnLoad ( EventArgs e ) : void
RemoveComment_ItemCommand ( Object Sender, System.Web.UI.WebControls.RepeaterCommandEventArgs e ) : void

비공개 메소드들

메소드 설명
Anchor ( int id ) : string
BindFeedback ( Entry entry, bool fromCache ) : void
BindFeedback ( bool fromCache ) : void
BuildGravatarUrl ( string email, string defaultGravatar ) : string
Link ( string title, Uri link ) : string

메소드 상세

CommentsCreated() 보호된 메소드

protected CommentsCreated ( object sender, System.Web.UI.WebControls.RepeaterItemEventArgs e ) : void
sender object
e System.Web.UI.WebControls.RepeaterItemEventArgs
리턴 void

EditUrl() 공개 메소드

public EditUrl ( FeedbackItem feedback ) : string
feedback Subtext.Framework.Components.FeedbackItem
리턴 string

OnLoad() 보호된 메소드

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

RemoveComment_ItemCommand() 보호된 메소드

protected RemoveComment_ItemCommand ( Object Sender, System.Web.UI.WebControls.RepeaterCommandEventArgs e ) : void
Sender Object
e System.Web.UI.WebControls.RepeaterCommandEventArgs
리턴 void

프로퍼티 상세

CommentList 보호되어 있는 프로퍼티

protected Repeater,System.Web.UI.WebControls CommentList
리턴 System.Web.UI.WebControls.Repeater

NoCommentMessage 보호되어 있는 프로퍼티

protected Literal,System.Web.UI.WebControls NoCommentMessage
리턴 System.Web.UI.WebControls.Literal