C# Class Octgn.Library.FeedProvider

Inheritance: IFeedProvider
ファイルを表示 Open project: octgn/OCTGN

Private Properties

Property Type Description
CorrectMyGetFeed string
FeedProvider System
GetFeeds IEnumerable
GetFeedsList IEnumerable
WriteFeedList void

Public Methods

Method Description
AddFeed ( Octgn.Library.Networking.NamedUrl feed ) : void
RemoveFeed ( Octgn.Library.Networking.NamedUrl feed ) : void
RemoveLocalFeeds ( List feedList ) : List

Private Methods

Method Description
CorrectMyGetFeed ( string url ) : string
FeedProvider ( ) : System
GetFeeds ( bool localOnly = false, bool reservedOnly = false ) : IEnumerable
GetFeedsList ( ) : IEnumerable
WriteFeedList ( ) : void

Method Details

AddFeed() public method

public AddFeed ( Octgn.Library.Networking.NamedUrl feed ) : void
feed Octgn.Library.Networking.NamedUrl
return void

RemoveFeed() public method

public RemoveFeed ( Octgn.Library.Networking.NamedUrl feed ) : void
feed Octgn.Library.Networking.NamedUrl
return void

RemoveLocalFeeds() public method

public RemoveLocalFeeds ( List feedList ) : List
feedList List
return List