C# 클래스 newtelligence.DasBlog.Web.Services.SyndicationServiceImplementation

상속: SyndicationServiceBase
파일 보기 프로젝트 열기: AArnott/dasblog 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
inASMX bool

공개 메소드들

메소드 설명
SyndicationServiceImplementation ( ) : System
SyndicationServiceImplementation ( SiteConfig siteConfig, IBlogDataService dataService, ILoggingDataService loggingService ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
GetAtom ( ) : AtomRoot
GetAtomCategory ( string categoryName ) : AtomRoot
GetAtomCore ( string category, int maxDayCount, int maxEntryCount ) : AtomRoot
GetAtomWithCounts ( int maxDayCount, int maxEntryCount ) : AtomRoot
GetCategoryEntries ( string categoryName ) : EntryCollection
GetCategoryList ( ) : string[]
GetCommentsRss ( ) : RssRoot
GetCommentsRssCore ( CommentCollection _com ) : RssRoot
GetCommentsRssCore ( CommentCollection _com, string guid ) : RssRoot
GetCommentsRssUrl ( ) : string
GetDayEntry ( System.DateTime date ) : DayEntry
GetDayExtra ( System.DateTime date ) : DayExtra
GetDaysWithEntries ( ) : System.DateTime[]
GetEntryCommentsRss ( string guid ) : RssRoot
GetReferrerLog ( System.DateTime date ) : LogDataItemCollection
GetRss ( ) : RssRoot
GetRssCategory ( string categoryName ) : RssRoot
GetRssCore ( string category, int maxDayCount, int maxEntryCount ) : RssRoot
GetRssUrl ( ) : string
GetRssWithCounts ( int maxDayCount, int maxEntryCount ) : RssRoot
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

RedirectToFeedBurnerIfNeeded ( string category ) : bool
ReorderComments ( CommentCollection _comments ) : CommentCollection

메소드 상세

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

SyndicationServiceImplementation() 공개 메소드

public SyndicationServiceImplementation ( ) : System
리턴 System

SyndicationServiceImplementation() 공개 메소드

public SyndicationServiceImplementation ( SiteConfig siteConfig, IBlogDataService dataService, ILoggingDataService loggingService ) : System
siteConfig SiteConfig
dataService IBlogDataService
loggingService ILoggingDataService
리턴 System

프로퍼티 상세

inASMX 보호되어 있는 프로퍼티

protected bool inASMX
리턴 bool