public FeedItem() { unsupportedFeedItemProperties = new Dictionary<string, string>(); author = ""; category = ""; description = ""; downloadDate = null; encodedContent = ""; guid = ""; hasBeenRead = false; linkUrl = ""; parentFeed = null; pubDate = null; title = ""; }
private void feedReadCallback(Feed f) { startUpdateTimer(); callback(this); }