C# Class ForumSurfer.Model.Feed

Inheritance: RSSNode
Mostrar archivo Open project: spaghettidba/ForumSurfer Class Usage Examples

Public Methods

Method Description
Feed ( ) : System
Feed ( Feed f ) : System
UpdateFromUri ( System.Boolean deriveAttributes = false, int retentionDays = -1 ) : void

Method Details

Feed() public method

public Feed ( ) : System
return System

Feed() public method

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

UpdateFromUri() public method

public UpdateFromUri ( System.Boolean deriveAttributes = false, int retentionDays = -1 ) : void
deriveAttributes System.Boolean
retentionDays int
return void