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