C# Class wmib.Extensions.RecentChanges

Show file Open project: benapetr/wikimedia-bot Class Usage Examples

Public Properties

Property Type Description
LastMessage System.DateTime
MonitoredPages List
Provider XmlRcs.Provider
Server string
channel Channel
recentChangesList List

Public Methods

Method Description
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

Method Details

Connect() public static method

Connect to huggle XmlRcs
public static Connect ( ) : void
return void

Load() public method

Load the list
public Load ( ) : void
return void

MonitorPage() public method

public MonitorPage ( string wiki, string Page ) : bool
wiki string
Page string
return bool

RecentChanges() public method

public RecentChanges ( Channel _channel ) : System
_channel Channel
return System

RemovePage() public method

public RemovePage ( string wiki, string page ) : bool
wiki string
page string
return bool

Save() public method

Save the list
public Save ( ) : void
return void

ToTable() public method

public ToTable ( ) : string
return string

Property Details

LastMessage public static property

public static DateTime,System LastMessage
return System.DateTime

MonitoredPages public property

public List MonitoredPages
return List

Provider public static property

public static XmlRcs.Provider Provider
return XmlRcs.Provider

Server public static property

public static string Server
return string

channel public property

public Channel channel
return Channel

recentChangesList public static property

public static List recentChangesList
return List