C# Class Octgn.Library.FeedProvider

Inheritance: IFeedProvider
Afficher le fichier Open project: octgn/OCTGN

Private Properties

Свойство Type Description
CorrectMyGetFeed string
FeedProvider System
GetFeeds IEnumerable
GetFeedsList IEnumerable
WriteFeedList void

Méthodes publiques

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

Private Methods

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

Method Details

AddFeed() public méthode

public AddFeed ( Octgn.Library.Networking.NamedUrl feed ) : void
feed Octgn.Library.Networking.NamedUrl
Résultat void

RemoveFeed() public méthode

public RemoveFeed ( Octgn.Library.Networking.NamedUrl feed ) : void
feed Octgn.Library.Networking.NamedUrl
Résultat void

RemoveLocalFeeds() public méthode

public RemoveLocalFeeds ( List feedList ) : List
feedList List
Résultat List