C# Class Summa.Data.Feed

Inheritance: ISource
Show file Open project: wfarr/newskit Class Usage Examples

Public Methods

Method Description
AppendTag ( string tag ) : void
Feed ( string url ) : System
MarkItemsRead ( ) : void
RemoveTag ( string tag ) : void
Update ( ) : bool

Method Details

AppendTag() public method

public AppendTag ( string tag ) : void
tag string
return void

Feed() public method

public Feed ( string url ) : System
url string
return System

MarkItemsRead() public method

public MarkItemsRead ( ) : void
return void

RemoveTag() public method

public RemoveTag ( string tag ) : void
tag string
return void

Update() public method

public Update ( ) : bool
return bool