Method | Description | |
---|---|---|
GetEntries ( Predicate |
Returns an EntryCollection whose entries all fit the criteria specified by include.
|
Method | Description | |
---|---|---|
CrosspostWorker ( object argument ) : void | ||
GetAbsolutePath ( string file ) : string | ||
GetDateForEntry ( string entryId ) : System.DateTime | ||
GetTrackbackLink ( string pageBody, string externalUri ) : string | ||
HandleCrosspost ( |
||
InternalGetDayEntries ( System.DateTime startDate, |
Gets a collection of newtelligence.DasBlog.Runtime.DayEntry structures for dates starting at the startDate backwards for at most maxDays.
|
|
InternalGetDayEntries ( Predicate |
Load the DayEntries that match the criteria of the includeDayEntry delegate
|
|
InternalGetDayEntries ( Predicate |
Returns loaded DayEntries that correspond to the criteria
|
|
InternalGetDayExtra ( System.DateTime date ) : |
Gets the DayExtra structure for a given date.
|
|
InternalGetEntry ( string entryId ) : newtelligence.DasBlog.Runtime.Entry | ||
PingWeblogsWorker ( object argument ) : void | ||
Pingback ( string sourceUri, string pingbackService, string pingbackTarget, string entryTitle ) : void | ||
PingbackWorker ( object argument ) : void | ||
TrackbackWorker ( object argument ) : void |
Method | Description | |
---|---|---|
BlogDataServiceXml ( string contentLocation, ILoggingDataService loggingService ) : System |
The BlogDataServiceXml constructor is entrypoint for the dasBlog Runtime.
|
|
IBlogDataService ( ) : CategoryCacheEntryCollection | ||
IBlogDataService ( string entryId, string commentId ) : |
||
IBlogDataService ( ) : CommentCollection |
Gets all comments for this blog. This method will be extremely slow on a blog with a lot of content. |
|
IBlogDataService ( string entryId ) : CommentCollection | ||
IBlogDataService ( string entryId, bool allComments ) : CommentCollection |
|
|
IBlogDataService ( ) : System.DateTime |
This DateTime of the most recent comment entry
|
|
IBlogDataService ( |
||
IBlogDataService ( System.DateTime date ) : |
||
IBlogDataService ( System.DateTime date ) : |
||
IBlogDataService ( string entryId ) : newtelligence.DasBlog.Runtime.Entry |
Returns the Entry for a given entryId.
|
|
IBlogDataService ( System.DateTime month, |
||
IBlogDataService ( System.DateTime startDateUtc, |
Gets a collection of at most maxEntries newtelligence.DasBlog.Runtime.Entry structures for dates starting at the startDateUtc backwards for at most maxDays. The collection can optionally be filtered by a categoryName. The start date is expressed as a date relative to the UTC timezone and is normalized to UTC 0000 hrs. The TimeZone passed to this method serves to offset UTC into display time. |
|
IBlogDataService ( bool fullContent ) : EntryCollection | ||
IBlogDataService ( string user ) : EntryCollection | ||
IBlogDataService ( string categoryName, string acceptLanguages ) : EntryCollection | ||
IBlogDataService ( newtelligence.DasBlog.Runtime.Entry entry ) : EntrySaveState | ||
IBlogDataService ( string entryId ) : TrackingCollection | ||
IBlogDataService ( |
||
IBlogDataService ( |
||
IBlogDataService ( object actions ) : void | ||
IBlogDataService ( string entryId, CrosspostSiteCollection crosspostSites ) : void | ||
IBlogDataService ( string entryId, string commentId ) : void | ||
IBlogDataService ( string entryId, string trackingPermalink, TrackingType trackingType ) : void | ||
InternalAddTracking ( |
||
InternalGetCommentsFor ( string entryId, bool allComments ) : CommentCollection | ||
InternalGetDayEntry ( System.DateTime date ) : |
||
InternalSendMail ( newtelligence.DasBlog.Runtime.SendMailInfo info ) : void | ||
SendMailHandler ( ) : void | ||
TrackingHandler ( ) : void |
protected CrosspostWorker ( object argument ) : void | ||
argument | object | |
return | void |
protected GetAbsolutePath ( string file ) : string | ||
file | string | |
return | string |
protected GetDateForEntry ( string entryId ) : System.DateTime | ||
entryId | string | |
return | System.DateTime |
public GetEntries ( Predicate |
||
dayEntryCriteria | Predicate |
A delegate that specifies which days should be included. |
entryCriteria | Predicate |
A delegate that specifies which entries should be included. |
maxDays | int | The maximum number of days to include. |
maxEntries | int | The maximum number of entries to return. |
return | EntryCollection |
protected GetTrackbackLink ( string pageBody, string externalUri ) : string | ||
pageBody | string | |
externalUri | string | |
return | string |
protected HandleCrosspost ( |
||
ci | ||
entry | newtelligence.DasBlog.Runtime.Entry | |
return | void |
protected InternalGetDayEntries ( System.DateTime startDate, |
||
startDate | System.DateTime | Date at which to start collecting DayEntry structures |
tz | ||
maxDays | int | Maximum number of days to return. This number relates to /// days actually found and not to calendar days. |
return | DayEntryCollection |
protected InternalGetDayEntries ( Predicate |
||
dayEntryCriteria | Predicate |
A delegate that returns true for each DayEntry that should be included in the DayEntryCollection returned |
return | DayEntryCollection |
protected InternalGetDayEntries ( Predicate |
||
dayEntryCriteria | Predicate |
|
maxDays | int | |
return | DayEntryCollection |
protected InternalGetDayExtra ( System.DateTime date ) : |
||
date | System.DateTime | Date for which the structure shall be returned. |
return |
protected InternalGetEntry ( string entryId ) : newtelligence.DasBlog.Runtime.Entry | ||
entryId | string | |
return | newtelligence.DasBlog.Runtime.Entry |
protected PingWeblogsWorker ( object argument ) : void | ||
argument | object | |
return | void |
protected Pingback ( string sourceUri, string pingbackService, string pingbackTarget, string entryTitle ) : void | ||
sourceUri | string | |
pingbackService | string | |
pingbackTarget | string | |
entryTitle | string | |
return | void |
protected PingbackWorker ( object argument ) : void | ||
argument | object | |
return | void |
protected TrackbackWorker ( object argument ) : void | ||
argument | object | |
return | void |