C# Class wmib.Extensions.RecentChanges

Afficher le fichier Open project: benapetr/wikimedia-bot Class Usage Examples

Méthodes publiques

Свойство Type Description
LastMessage System.DateTime
MonitoredPages List
Provider XmlRcs.Provider
Server string
channel Channel
recentChangesList List

Méthodes publiques

Méthode 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 méthode

Connect to huggle XmlRcs
public static Connect ( ) : void
Résultat void

Load() public méthode

Load the list
public Load ( ) : void
Résultat void

MonitorPage() public méthode

public MonitorPage ( string wiki, string Page ) : bool
wiki string
Page string
Résultat bool

RecentChanges() public méthode

public RecentChanges ( Channel _channel ) : System
_channel Channel
Résultat System

RemovePage() public méthode

public RemovePage ( string wiki, string page ) : bool
wiki string
page string
Résultat bool

Save() public méthode

Save the list
public Save ( ) : void
Résultat void

ToTable() public méthode

public ToTable ( ) : string
Résultat string

Property Details

LastMessage public_oe static_oe property

public static DateTime,System LastMessage
Résultat System.DateTime

MonitoredPages public_oe property

public List MonitoredPages
Résultat List

Provider public_oe static_oe property

public static XmlRcs.Provider Provider
Résultat XmlRcs.Provider

Server public_oe static_oe property

public static string Server
Résultat string

channel public_oe property

public Channel channel
Résultat Channel

recentChangesList public_oe static_oe property

public static List recentChangesList
Résultat List