C# Class Sitecore.Modules.WeBlog.Mvc.Model.CommentsList

Inheritance: BlogRenderingModelBase
Mostra file Open project: WeTeam/WeBlog

Public Methods

Method Description
CommentsList ( ) : System
CommentsList ( ICommentsListCore commentsListCore ) : System
Initialize ( Rendering rendering ) : void

Method Details

CommentsList() public method

public CommentsList ( ) : System
return System

CommentsList() public method

public CommentsList ( ICommentsListCore commentsListCore ) : System
commentsListCore ICommentsListCore
return System

Initialize() public method

public Initialize ( Rendering rendering ) : void
rendering Rendering
return void