C# Class wmib.Extensions.HtmlDumpObj

Mostrar archivo Open project: benapetr/wikimedia-bot Class Usage Examples

Public Properties

Property Type Description
_Channel Channel

Public Methods

Method 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

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

Remove html
public static Encode ( string text ) : string
text string
return string

HtmlDumpObj() public method

Constructor
public HtmlDumpObj ( Channel channel ) : System
channel Channel
return System

Make() public method

Generate a dump file
public Make ( ) : void
return void

Stat() public static method

Create stat for bot
public static Stat ( ) : void
return void

getSize() public static method

public static getSize ( ) : string
return string

Property Details

_Channel public_oe property

Channel name
public Channel _Channel
return Channel