C# 클래스 wmib.Extensions.RecentChanges

파일 보기 프로젝트 열기: benapetr/wikimedia-bot 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
LastMessage System.DateTime
MonitoredPages List
Provider XmlRcs.Provider
Server string
channel Channel
recentChangesList List

공개 메소드들

메소드 설명
Connect ( ) : void

Connect to huggle XmlRcs

Load ( ) : void

Load the list

MonitorPage ( string wiki, string Page ) : bool
RecentChanges ( Channel _channel ) : System
RemovePage ( string wiki, string page ) : bool
Save ( ) : void

Save the list

ToTable ( ) : string

메소드 상세

Connect() 공개 정적인 메소드

Connect to huggle XmlRcs
public static Connect ( ) : void
리턴 void

Load() 공개 메소드

Load the list
public Load ( ) : void
리턴 void

MonitorPage() 공개 메소드

public MonitorPage ( string wiki, string Page ) : bool
wiki string
Page string
리턴 bool

RecentChanges() 공개 메소드

public RecentChanges ( Channel _channel ) : System
_channel Channel
리턴 System

RemovePage() 공개 메소드

public RemovePage ( string wiki, string page ) : bool
wiki string
page string
리턴 bool

Save() 공개 메소드

Save the list
public Save ( ) : void
리턴 void

ToTable() 공개 메소드

public ToTable ( ) : string
리턴 string

프로퍼티 상세

LastMessage 공개적으로 정적으로 프로퍼티

public static DateTime,System LastMessage
리턴 System.DateTime

MonitoredPages 공개적으로 프로퍼티

public List MonitoredPages
리턴 List

Provider 공개적으로 정적으로 프로퍼티

public static XmlRcs.Provider Provider
리턴 XmlRcs.Provider

Server 공개적으로 정적으로 프로퍼티

public static string Server
리턴 string

channel 공개적으로 프로퍼티

public Channel channel
리턴 Channel

recentChangesList 공개적으로 정적으로 프로퍼티

public static List recentChangesList
리턴 List