C# Class InsanelySimpleBlog.Formatters.AtomSyndicationFormatter

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

Public Methods

Method Description
AtomSyndicationFormatter ( ) : System.Net.Http.Formatting
AtomSyndicationFormatter ( 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

AtomSyndicationFormatter() public method

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

AtomSyndicationFormatter() public method

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

GetFormatter() protected method

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