C# 클래스 Schumix.WordPressRssAddon.WordPressRss

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

공개 메소드들

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

비공개 메소드들

메소드 설명
Author ( XmlDocument rss ) : string
Clean ( XmlDocument xml ) : void
CommitUrl ( XmlDocument rss ) : string
DownloadToXml ( string data ) : string
GetUrl ( ) : XmlDocument
Guid ( XmlDocument rss ) : string
HandleTimerError ( object sender, System.Timers.ElapsedEventArgs e ) : void
Informations ( string guid, string title, string author, string commiturl ) : void
Init ( ) : void
Title ( XmlDocument rss ) : string
Update ( ) : void

메소드 상세

Reload() 공개 메소드

public Reload ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void

WordPressRss() 공개 메소드

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