C# Class Schumix.MantisBTRssAddon.MantisBTRss

Show file Open project: Schumix/Schumix2 Class Usage Examples

Public Methods

Method Description
MantisBTRss ( string ServerName, string name, string url ) : System
Reload ( ) : void
Start ( ) : void
Stop ( ) : void

Private Methods

Method 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 method

public MantisBTRss ( string ServerName, string name, string url ) : System
ServerName string
name string
url string
return System

Reload() public method

public Reload ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void