C# Class ForumSurfer.Data.Feed

Inheritance: Model.Feed
Afficher le fichier Open project: spaghettidba/ForumSurfer Class Usage Examples

Méthodes publiques

Méthode Description
Delete ( ) : void
Feed ( ) : System
Feed ( Model f ) : System
LoadAll ( ) : List
MarkAllRead ( ) : void
Save ( System.Boolean SaveArticles = false ) : void
UpdateAll ( int retentionDays ) : void

Method Details

Delete() public méthode

public Delete ( ) : void
Résultat void

Feed() public méthode

public Feed ( ) : System
Résultat System

Feed() public méthode

public Feed ( Model f ) : System
f Model
Résultat System

LoadAll() public static méthode

public static LoadAll ( ) : List
Résultat List

MarkAllRead() public méthode

public MarkAllRead ( ) : void
Résultat void

Save() public méthode

public Save ( System.Boolean SaveArticles = false ) : void
SaveArticles System.Boolean
Résultat void

UpdateAll() public static méthode

public static UpdateAll ( int retentionDays ) : void
retentionDays int
Résultat void