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

Inheritance: SyndicationServiceBase
Afficher le fichier Open project: AArnott/dasblog Class Usage Examples

Protected Properties

Свойство Type Description
inASMX bool

Méthodes publiques

Méthode Description
SyndicationServiceImplementation ( ) : System
SyndicationServiceImplementation ( SiteConfig siteConfig, IBlogDataService dataService, ILoggingDataService loggingService ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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 méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

SyndicationServiceImplementation() public méthode

public SyndicationServiceImplementation ( ) : System
Résultat System

SyndicationServiceImplementation() public méthode

public SyndicationServiceImplementation ( SiteConfig siteConfig, IBlogDataService dataService, ILoggingDataService loggingService ) : System
siteConfig SiteConfig
dataService IBlogDataService
loggingService ILoggingDataService
Résultat System

Property Details

inASMX protected_oe property

protected bool inASMX
Résultat bool