C# Class Sitecore.Modules.WeBlog.WebForms.Layouts.BlogCommentsList

Inheritance: BaseEntrySublayout
Afficher le fichier Open project: WeTeam/WeBlog

Méthodes publiques

Méthode Description
BlogCommentsList ( ICommentsListCore commentsListCore = null ) : System
Dispose ( ) : void

Méthodes protégées

Méthode Description
CommentAdded ( object sender, EventArgs e ) : void
LoadComments ( CommentItem addedComment = null ) : void
Page_Load ( object sender, EventArgs e ) : void

Method Details

BlogCommentsList() public méthode

public BlogCommentsList ( ICommentsListCore commentsListCore = null ) : System
commentsListCore ICommentsListCore
Résultat System

CommentAdded() protected méthode

protected CommentAdded ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

LoadComments() protected méthode

protected LoadComments ( CommentItem addedComment = null ) : void
addedComment Sitecore.Modules.WeBlog.Data.Items.CommentItem
Résultat void

Page_Load() protected méthode

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void