C# Класс IBE.Updater

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
CheckVersion ( System.Version &versionFound, String &versionInfo ) : System.Boolean

Checks if there's a new version available. If available, "versionFound" holds the new version and "versionInfo" holds the detail information

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

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

this sub starts special things to do if this version runs for the first time

DoSpecial ( Form parent ) : System.Threading.Tasks.Task
DoSpecial_Early ( ) : void

this sub starts special things to do if this version runs for the first time before any gui runs

SetGridDefaults ( bool overwrite ) : void

sets defaultvalues to the columns of the datagrids

UpdateTo_0_1_1 ( System.Version appVersion, System.Boolean &foundError ) : void
UpdateTo_0_1_3 ( ) : void
UpdateTo_0_1_4 ( ) : void
UpdateTo_0_1_5 ( ) : void
UpdateTo_0_2_0 ( System.Boolean &foundError ) : void
UpdateTo_0_2_1 ( System.Boolean &foundError ) : void
UpdateTo_0_2_3 ( System.Boolean &foundError ) : void
UpdateTo_0_3_0 ( System.Boolean &foundError ) : void
UpdateTo_0_4_0 ( System.Boolean &foundError ) : void
UpdateTo_0_5_0 ( System.Boolean &foundError ) : void
UpdateTo_0_5_3 ( System.Boolean &foundError ) : void
sqlScript_Error ( object sender, MySql args ) : void
sqlScript_ScriptCompleted ( object sender, EventArgs e ) : void
sqlScript_StatementExecuted ( object sender, MySql args ) : void

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

CheckVersion() публичный статический Метод

Checks if there's a new version available. If available, "versionFound" holds the new version and "versionInfo" holds the detail information
public static CheckVersion ( System.Version &versionFound, String &versionInfo ) : System.Boolean
versionFound System.Version
versionInfo String
Результат System.Boolean