C# Class Schumix.MantisBTRssAddon.MantisBTRss

Afficher le fichier Open project: Schumix/Schumix2 Class Usage Examples

Méthodes publiques

Méthode Description
MantisBTRss ( string ServerName, string name, string url ) : System
Reload ( ) : void
Start ( ) : void
Stop ( ) : void

Private Methods

Méthode Description
BugCode ( XmlDocument rss ) : string
Clean ( XmlDocument xml ) : void
DownloadToXml ( string data ) : string
GetUrl ( ) : XmlDocument
HandleTimerError ( object sender, System.Timers.ElapsedEventArgs e ) : void
Informations ( string bugcode, string title, string link ) : void
Init ( ) : void
Link ( XmlDocument rss ) : string
Title ( XmlDocument rss ) : string
Update ( ) : void

Method Details

MantisBTRss() public méthode

public MantisBTRss ( string ServerName, string name, string url ) : System
ServerName string
name string
url string
Résultat System

Reload() public méthode

public Reload ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void