C# Class Summa.Data.Feeds

Afficher le fichier Open project: wfarr/newskit

Méthodes publiques

Méthode Description
ApplicationInit ( string name ) : void
DeleteFeed ( string uri ) : void
GetFeeds ( ) : ArrayList
GetFeeds ( string tag ) : ArrayList
GetItem ( string itemuri ) : Item
GetTags ( ) : ArrayList
GetUnreadCount ( ) : int
ImportOpml ( string filename ) : ArrayList
RegisterFeed ( string uri ) : Feed
RegisterFeed ( string uri, string username, string password ) : Feed

Method Details

ApplicationInit() public static méthode

public static ApplicationInit ( string name ) : void
name string
Résultat void

DeleteFeed() public static méthode

public static DeleteFeed ( string uri ) : void
uri string
Résultat void

GetFeeds() public static méthode

public static GetFeeds ( ) : ArrayList
Résultat System.Collections.ArrayList

GetFeeds() public static méthode

public static GetFeeds ( string tag ) : ArrayList
tag string
Résultat System.Collections.ArrayList

GetItem() public static méthode

public static GetItem ( string itemuri ) : Item
itemuri string
Résultat Item

GetTags() public static méthode

public static GetTags ( ) : ArrayList
Résultat System.Collections.ArrayList

GetUnreadCount() public static méthode

public static GetUnreadCount ( ) : int
Résultat int

ImportOpml() public static méthode

public static ImportOpml ( string filename ) : ArrayList
filename string
Résultat System.Collections.ArrayList

RegisterFeed() public static méthode

public static RegisterFeed ( string uri ) : Feed
uri string
Résultat Feed

RegisterFeed() public static méthode

public static RegisterFeed ( string uri, string username, string password ) : Feed
uri string
username string
password string
Résultat Feed