C# Class newtelligence.DasBlog.Web.Services.SyndicationServiceImplementation

Inheritance: SyndicationServiceBase
Exibir arquivo Open project: AArnott/dasblog Class Usage Examples

Protected Properties

Property Type Description
inASMX bool

Public Methods

Method Description
SyndicationServiceImplementation ( ) : System
SyndicationServiceImplementation ( SiteConfig siteConfig, IBlogDataService dataService, ILoggingDataService loggingService ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
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

Method Details

Dispose() protected method

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

SyndicationServiceImplementation() public method

public SyndicationServiceImplementation ( ) : System
return System

SyndicationServiceImplementation() public method

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

Property Details

inASMX protected_oe property

protected bool inASMX
return bool