C# Class Summa.Data.Feed

Inheritance: ISource
Afficher le fichier Open project: wfarr/newskit Class Usage Examples

Méthodes publiques

Méthode Description
AppendTag ( string tag ) : void
Feed ( string url ) : System
MarkItemsRead ( ) : void
RemoveTag ( string tag ) : void
Update ( ) : bool

Method Details

AppendTag() public méthode

public AppendTag ( string tag ) : void
tag string
Résultat void

Feed() public méthode

public Feed ( string url ) : System
url string
Résultat System

MarkItemsRead() public méthode

public MarkItemsRead ( ) : void
Résultat void

RemoveTag() public méthode

public RemoveTag ( string tag ) : void
tag string
Résultat void

Update() public méthode

public Update ( ) : bool
Résultat bool