C# Class wmib.Extensions.RssFeed.Feed

Mostrar archivo Open project: benapetr/wikimedia-bot Class Usage Examples

Public Properties

Property Type Description
RssProviders List
ScannerMatches List

Public Methods

Method Description
Feed ( Channel _owner ) : System
Fetch ( ) : bool
InsertItem ( string name, string url, bool scan = false ) : void
RemoveItem ( string Name ) : void
StyleItem ( string Name, string temp ) : void

Private Methods

Method Description
Contains ( string name ) : bool
Load ( ) : void

Read a configuration file

Matches ( string text ) : bool
Save ( ) : void

Method Details

Feed() public method

public Feed ( Channel _owner ) : System
_owner Channel
return System

Fetch() public method

public Fetch ( ) : bool
return bool

InsertItem() public method

public InsertItem ( string name, string url, bool scan = false ) : void
name string
url string
scan bool
return void

RemoveItem() public method

public RemoveItem ( string Name ) : void
Name string
return void

StyleItem() public method

public StyleItem ( string Name, string temp ) : void
Name string
temp string
return void

Property Details

RssProviders public_oe property

public List RssProviders
return List

ScannerMatches public_oe property

public List ScannerMatches
return List