C# Class wmib.Extensions.RssFeed.Feed

Afficher le fichier Open project: benapetr/wikimedia-bot Class Usage Examples

Méthodes publiques

Свойство Type Description
RssProviders List
ScannerMatches List

Méthodes publiques

Méthode 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

Méthode Description
Contains ( string name ) : bool
Load ( ) : void

Read a configuration file

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

Method Details

Feed() public méthode

public Feed ( Channel _owner ) : System
_owner Channel
Résultat System

Fetch() public méthode

public Fetch ( ) : bool
Résultat bool

InsertItem() public méthode

public InsertItem ( string name, string url, bool scan = false ) : void
name string
url string
scan bool
Résultat void

RemoveItem() public méthode

public RemoveItem ( string Name ) : void
Name string
Résultat void

StyleItem() public méthode

public StyleItem ( string Name, string temp ) : void
Name string
temp string
Résultat void

Property Details

RssProviders public_oe property

public List RssProviders
Résultat List

ScannerMatches public_oe property

public List ScannerMatches
Résultat List