C# Class QSSupportLib.MainNewsFeed

Show file Open project: QualitySolution/QSProjects Class Usage Examples

Public Properties

Property Type Description
NewsFeeds List

Public Methods

Method Description
ItemIsRead ( System.ServiceModel.Syndication.SyndicationItem synitem ) : bool
LoadReadFeed ( ) : void
SaveFirstRead ( ) : void
UpdateFeedReads ( NewsFeed feed ) : void

Private Methods

Method Description
CheckNewsReads ( ) : void

Method Details

ItemIsRead() public static method

public static ItemIsRead ( System.ServiceModel.Syndication.SyndicationItem synitem ) : bool
synitem System.ServiceModel.Syndication.SyndicationItem
return bool

LoadReadFeed() public static method

public static LoadReadFeed ( ) : void
return void

SaveFirstRead() public static method

public static SaveFirstRead ( ) : void
return void

UpdateFeedReads() public static method

public static UpdateFeedReads ( NewsFeed feed ) : void
feed NewsFeed
return void

Property Details

NewsFeeds public static property

public static List NewsFeeds
return List