C# Class wmib.Configuration.MySQL

显示文件 Open project: benapetr/wikimedia-bot

Public Properties

Property Type Description
MysqlHost string
MysqlPort int
MysqlPw string
MysqlUser string
Mysqldb string

Property Details

MysqlHost public_oe static_oe property

Mysql host
public static string MysqlHost
return string

MysqlPort public_oe static_oe property

Mysql port
public static int MysqlPort
return int

MysqlPw public_oe static_oe property

Mysql pw
public static string MysqlPw
return string

MysqlUser public_oe static_oe property

Mysql user
public static string MysqlUser
return string

Mysqldb public_oe static_oe property

Mysql db
public static string Mysqldb
return string