C# Class IBE.Updater

Show file Open project: Duke-Jones/ED-IBE Class Usage Examples

Public Methods

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

Private Methods

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

Method Details

CheckVersion() public static method

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
return System.Boolean