C# Class LongoMatch.DB.DatabaseMigration

Migrates a file-based database from LongoMatch < 1.2 to a Couchbase.Lite database.
Afficher le fichier Open project: LongoMatch/longomatch Class Usage Examples

Méthodes publiques

Méthode Description
DatabaseMigration ( IProgressReport progress ) : System
Start ( ) : void

Private Methods

Méthode Description
MigrateDB ( IStorageManager manager, string databaseName, List projectFiles ) : bool
MigrateProjectsDatabases ( ) : void
MigrateTeamsAndDashboards ( ) : bool

Method Details

DatabaseMigration() public méthode

public DatabaseMigration ( IProgressReport progress ) : System
progress IProgressReport
Résultat System

Start() public méthode

public Start ( ) : void
Résultat void