C# 클래스 InsanelySimpleBlog.Formatters.RssSyndicationFormatter

상속: SyndicationFormatter
파일 보기 프로젝트 열기: JamesRandall/Insanely-Simple-Blog 1 사용 예제들

공개 메소드들

메소드 설명
RssSyndicationFormatter ( ) : System.Net.Http.Formatting
RssSyndicationFormatter ( string format, ISettingsService settingsService, ISyndication syndication ) : System.Net.Http.Formatting

보호된 메소드들

메소드 설명
GetFormatter ( System.ServiceModel.Syndication.SyndicationFeed feed ) : System.ServiceModel.Syndication.SyndicationFeedFormatter

메소드 상세

GetFormatter() 보호된 메소드

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

RssSyndicationFormatter() 공개 메소드

public RssSyndicationFormatter ( ) : System.Net.Http.Formatting
리턴 System.Net.Http.Formatting

RssSyndicationFormatter() 공개 메소드

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