C# 클래스 Sitecore.Modules.WeBlog.WebForms.Layouts.BlogCommentsList

상속: BaseEntrySublayout
파일 보기 프로젝트 열기: WeTeam/WeBlog

공개 메소드들

메소드 설명
BlogCommentsList ( ICommentsListCore commentsListCore = null ) : System
Dispose ( ) : void

보호된 메소드들

메소드 설명
CommentAdded ( object sender, EventArgs e ) : void
LoadComments ( CommentItem addedComment = null ) : void
Page_Load ( object sender, EventArgs e ) : void

메소드 상세

BlogCommentsList() 공개 메소드

public BlogCommentsList ( ICommentsListCore commentsListCore = null ) : System
commentsListCore ICommentsListCore
리턴 System

CommentAdded() 보호된 메소드

protected CommentAdded ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

LoadComments() 보호된 메소드

protected LoadComments ( CommentItem addedComment = null ) : void
addedComment Sitecore.Modules.WeBlog.Data.Items.CommentItem
리턴 void

Page_Load() 보호된 메소드

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