C# 클래스 Schumix.GitRssAddon.GitRss

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

공개 메소드들

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

비공개 메소드들

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

메소드 상세

GitRss() 공개 메소드

public GitRss ( string ServerName, string name, string type, string url, string website ) : System
ServerName string
name string
type string
url string
website string
리턴 System

Reload() 공개 메소드

public Reload ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void