C# Class wmib.Extensions.HtmlDumpObj

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

Méthodes publiques

Свойство Type Description
_Channel Channel

Méthodes publiques

Méthode Description
Encode ( string text ) : string

Remove html

HtmlDumpObj ( Channel channel ) : System

Constructor

Make ( ) : void

Generate a dump file

Stat ( ) : void

Create stat for bot

getSize ( ) : string

Private Methods

Méthode Description
AddKey ( string name, string value ) : string

Insert another table row

AddLine ( string name, string value ) : string

Insert another table row

AddLink ( string name, string value ) : string

Insert another table row

CreateFooter ( ) : string

Html code

CreateHeader ( string page_name ) : string

Html

Method Details

Encode() public static méthode

Remove html
public static Encode ( string text ) : string
text string
Résultat string

HtmlDumpObj() public méthode

Constructor
public HtmlDumpObj ( Channel channel ) : System
channel Channel
Résultat System

Make() public méthode

Generate a dump file
public Make ( ) : void
Résultat void

Stat() public static méthode

Create stat for bot
public static Stat ( ) : void
Résultat void

getSize() public static méthode

public static getSize ( ) : string
Résultat string

Property Details

_Channel public_oe property

Channel name
public Channel _Channel
Résultat Channel