C# Class RdfFeed.Feed

Inheritance: IFeed
Afficher le fichier Open project: growse/Feedling

Protected Properties

Свойство Type Description
feeditems Collection

Méthodes publiques

Méthode Description
Feed ( ) : System
Feed ( Uri url, FeedAuthTypes authtype, string username, string password, IWebProxy proxy ) : System
Update ( ) : void
Watch ( ) : void

Méthodes protégées

Méthode Description
FireUpdated ( ) : void

Private Methods

Méthode Description
Fetch ( Uri feeduri ) : XmlDocument
GetItemFromFeedEntry ( IXmlNamespaceResolver xmlNamespaceManager, XPathNodeIterator xPathNodeIterator ) : FeedItem
SetFeedDescription ( XPathNavigator xPathNavigator, IXmlNamespaceResolver xmlNamespaceManager ) : void
SetFeedLink ( XPathNavigator xPathNavigator, IXmlNamespaceResolver xmlNamespaceManager ) : void
SetFeedTitle ( XPathNavigator xPathNavigator, IXmlNamespaceResolver xmlNamespaceManager ) : void

Method Details

Feed() public méthode

public Feed ( ) : System
Résultat System

Feed() public méthode

public Feed ( Uri url, FeedAuthTypes authtype, string username, string password, IWebProxy proxy ) : System
url System.Uri
authtype FeedAuthTypes
username string
password string
proxy IWebProxy
Résultat System

FireUpdated() protected méthode

protected FireUpdated ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Watch() public méthode

public Watch ( ) : void
Résultat void

Property Details

feeditems protected_oe property

protected Collection feeditems
Résultat Collection