C# Class wmib.Extensions.Statistics

Show file Open project: benapetr/wikimedia-bot

Public Properties

Property Type Description
Stored bool
changed bool
channel Channel
data List
db Thread
enabled bool

Public Methods

Method Description
Delete ( ) : void
Load ( ) : bool
Save ( ) : bool
Stat ( string nick, string message, string host ) : void
Statistics ( Channel _channel ) : System

Method Details

Delete() public method

public Delete ( ) : void
return void

Load() public method

public Load ( ) : bool
return bool

Save() public method

public Save ( ) : bool
return bool

Stat() public method

public Stat ( string nick, string message, string host ) : void
nick string
message string
host string
return void

Statistics() public method

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

Property Details

Stored public property

public bool Stored
return bool

changed public property

public bool changed
return bool

channel public property

public Channel channel
return Channel

data public property

public List data
return List

db public static property

public static Thread db
return Thread

enabled public property

public bool enabled
return bool