C# 클래스 Schumix.MantisBTRssAddon.MantisBTRss

파일 보기 프로젝트 열기: Schumix/Schumix2 1 사용 예제들

공개 메소드들

메소드 설명
MantisBTRss ( string ServerName, string name, string url ) : System
Reload ( ) : void
Start ( ) : void
Stop ( ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

MantisBTRss() 공개 메소드

public MantisBTRss ( string ServerName, string name, string url ) : System
ServerName string
name string
url string
리턴 System

Reload() 공개 메소드

public Reload ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void