C# 클래스 LongoMatch.DB.DatabaseMigration

Migrates a file-based database from LongoMatch < 1.2 to a Couchbase.Lite database.
파일 보기 프로젝트 열기: LongoMatch/longomatch 1 사용 예제들

공개 메소드들

메소드 설명
DatabaseMigration ( IProgressReport progress ) : System
Start ( ) : void

비공개 메소드들

메소드 설명
MigrateDB ( IStorageManager manager, string databaseName, List projectFiles ) : bool
MigrateProjectsDatabases ( ) : void
MigrateTeamsAndDashboards ( ) : bool

메소드 상세

DatabaseMigration() 공개 메소드

public DatabaseMigration ( IProgressReport progress ) : System
progress IProgressReport
리턴 System

Start() 공개 메소드

public Start ( ) : void
리턴 void