C# Class ForumSurfer.Data.Feed

Inheritance: Model.Feed
Show file Open project: spaghettidba/ForumSurfer Class Usage Examples

Public Methods

Method 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 method

public Delete ( ) : void
return void

Feed() public method

public Feed ( ) : System
return System

Feed() public method

public Feed ( Model f ) : System
f Model
return System

LoadAll() public static method

public static LoadAll ( ) : List
return List

MarkAllRead() public method

public MarkAllRead ( ) : void
return void

Save() public method

public Save ( System.Boolean SaveArticles = false ) : void
SaveArticles System.Boolean
return void

UpdateAll() public static method

public static UpdateAll ( int retentionDays ) : void
retentionDays int
return void