C# Class Schumix.GitRssAddon.GitRss

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

Méthodes publiques

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

Private Methods

Méthode Description
Author ( XmlDocument rss ) : string
Clean ( XmlDocument xml ) : void
CommitUrl ( XmlDocument rss ) : string
DownloadToXml ( string data ) : string
GetUrl ( ) : XmlDocument
HandleTimerError ( object sender, System.Timers.ElapsedEventArgs e ) : void
Informations ( string rev, string title, string author, string commiturl ) : void
Init ( ) : void
Revision ( XmlDocument rss ) : string
Title ( XmlDocument rss ) : string
Update ( ) : void

Method Details

GitRss() public méthode

public GitRss ( string ServerName, string name, string type, string url, string website ) : System
ServerName string
name string
type string
url string
website 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