C# Класс newtelligence.DasBlog.Web.Services.SyndicationServiceImplementation

Наследование: SyndicationServiceBase
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
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