C# Class wmib.Extensions.RssFeed.RSS

Inheritance: Module
Afficher le fichier Open project: benapetr/wikimedia-bot

Méthodes publiques

Свойство Type Description
m Module

Méthodes publiques

Méthode Description
Construct ( ) : bool
Extension_DumpHtml ( Channel channel ) : string
Hook_BeforeSysWeb ( string &html ) : void
Hook_Channel ( Channel channel ) : void
Hook_OnRegister ( ) : bool
Hook_OnUnload ( ) : bool
Hook_PRIV ( Channel channel, libirc invoker, string message ) : void
Hook_SetConfig ( Channel chan, libirc invoker, string config, string value ) : bool
Load ( ) : void

Method Details

Construct() public méthode

public Construct ( ) : bool
Résultat bool

Extension_DumpHtml() public méthode

public Extension_DumpHtml ( Channel channel ) : string
channel Channel
Résultat string

Hook_BeforeSysWeb() public méthode

public Hook_BeforeSysWeb ( string &html ) : void
html string
Résultat void

Hook_Channel() public méthode

public Hook_Channel ( Channel channel ) : void
channel Channel
Résultat void

Hook_OnRegister() public méthode

public Hook_OnRegister ( ) : bool
Résultat bool

Hook_OnUnload() public méthode

public Hook_OnUnload ( ) : bool
Résultat bool

Hook_PRIV() public méthode

public Hook_PRIV ( Channel channel, libirc invoker, string message ) : void
channel Channel
invoker libirc
message string
Résultat void

Hook_SetConfig() public méthode

public Hook_SetConfig ( Channel chan, libirc invoker, string config, string value ) : bool
chan Channel
invoker libirc
config string
value string
Résultat bool

Load() public méthode

public Load ( ) : void
Résultat void

Property Details

m public_oe static_oe property

public static Module m
Résultat Module