C# Class InsanelySimpleBlog.Formatters.RssSyndicationFormatter

Inheritance: SyndicationFormatter
显示文件 Open project: JamesRandall/Insanely-Simple-Blog Class Usage Examples

Public Methods

Method Description
RssSyndicationFormatter ( ) : System.Net.Http.Formatting
RssSyndicationFormatter ( string format, ISettingsService settingsService, ISyndication syndication ) : System.Net.Http.Formatting

Protected Methods

Method Description
GetFormatter ( System.ServiceModel.Syndication.SyndicationFeed feed ) : System.ServiceModel.Syndication.SyndicationFeedFormatter

Method Details

GetFormatter() protected method

protected GetFormatter ( System.ServiceModel.Syndication.SyndicationFeed feed ) : System.ServiceModel.Syndication.SyndicationFeedFormatter
feed System.ServiceModel.Syndication.SyndicationFeed
return System.ServiceModel.Syndication.SyndicationFeedFormatter

RssSyndicationFormatter() public method

public RssSyndicationFormatter ( ) : System.Net.Http.Formatting
return System.Net.Http.Formatting

RssSyndicationFormatter() public method

public RssSyndicationFormatter ( string format, ISettingsService settingsService, ISyndication syndication ) : System.Net.Http.Formatting
format string
settingsService ISettingsService
syndication ISyndication
return System.Net.Http.Formatting