C# Class Subtext.Framework.Syndication.Admin.RssModeratedCommentHandler

Inheritance: RssCommentHandler
显示文件 Open project: ayende/Subtext

Public Methods

Method Description
RssModeratedCommentHandler ( ) : System

Protected Methods

Method Description
GetCommentWriter ( IList comments, Entry entry ) : CommentRssWriter
GetFeedEntries ( ) : IList

Method Details

GetCommentWriter() protected method

protected GetCommentWriter ( IList comments, Entry entry ) : CommentRssWriter
comments IList
entry Subtext.Framework.Components.Entry
return CommentRssWriter

GetFeedEntries() protected method

protected GetFeedEntries ( ) : IList
return IList

RssModeratedCommentHandler() public method

public RssModeratedCommentHandler ( ) : System
return System