C# Класс xml2sql.Program

Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
connectionString string
sec Wolfje.Plugins.SEconomy.SEconomy

Защищенные методы

Метод Описание
CreateDatabase ( ) : void

Creates a seconomy database in MySQL based on the create database SQL embedded resources.

CurrentDomain_AssemblyResolve ( object sender, ResolveEventArgs args ) : Assembly
DatabaseExists ( ) : bool

Queries the destination MySQL server to determine if there is a database by the name matching sqlProperties.DbName set in the SEconomy configuration file.

Process ( ) : void

Приватные методы

Метод Описание
Main ( string args ) : void
journal_JournalLoadingPercentChanged ( object sender, JournalLoadingPercentChangedEventArgs e ) : void

Описание методов

CreateDatabase() защищенный Метод

Creates a seconomy database in MySQL based on the create database SQL embedded resources.
protected CreateDatabase ( ) : void
Результат void

CurrentDomain_AssemblyResolve() защищенный статический Метод

protected static CurrentDomain_AssemblyResolve ( object sender, ResolveEventArgs args ) : Assembly
sender object
args System.ResolveEventArgs
Результат System.Reflection.Assembly

DatabaseExists() защищенный Метод

Queries the destination MySQL server to determine if there is a database by the name matching sqlProperties.DbName set in the SEconomy configuration file.
protected DatabaseExists ( ) : bool
Результат bool

Process() защищенный Метод

protected Process ( ) : void
Результат void

Описание свойств

connectionString защищенное свойство

protected string connectionString
Результат string

sec защищенное свойство

protected SEconomy,Wolfje.Plugins.SEconomy sec
Результат Wolfje.Plugins.SEconomy.SEconomy