C# Class InsanelySimpleBlog.Formatters.RssSyndicationFormatter

Inheritance: SyndicationFormatter
Afficher le fichier Open project: JamesRandall/Insanely-Simple-Blog Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
GetFormatter ( System.ServiceModel.Syndication.SyndicationFeed feed ) : System.ServiceModel.Syndication.SyndicationFeedFormatter

Method Details

GetFormatter() protected méthode

protected GetFormatter ( System.ServiceModel.Syndication.SyndicationFeed feed ) : System.ServiceModel.Syndication.SyndicationFeedFormatter
feed System.ServiceModel.Syndication.SyndicationFeed
Résultat System.ServiceModel.Syndication.SyndicationFeedFormatter

RssSyndicationFormatter() public méthode

public RssSyndicationFormatter ( ) : System.Net.Http.Formatting
Résultat System.Net.Http.Formatting

RssSyndicationFormatter() public méthode

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