Méthode | Description | |
---|---|---|
Create ( |
||
GetAllRecords ( ) : List |
||
GetAlterationsForVersion ( System.Objects version ) : List |
||
GetCachedRecords ( System.Objects version ) : List |
||
GetHeads ( |
||
GetHistory ( System.Objects version, int limit = null ) : List |
||
GetRecords ( System.Objects version ) : List |
||
GetRecords ( System.Objects version, List |
||
Open ( |
Méthode | Description | |
---|---|---|
AcceptDBVersion ( int dbVersion ) : bool | ||
AcceptRemoteDBVersion ( int dbVersion ) : bool | ||
CacheRecords ( IEnumerable |
||
Consolidate ( List |
||
GetAlterations ( System.Objects version ) : List |
||
GetAlterationsInternal ( List |
||
GetCachedRecord ( long index ) : |
||
GetMergeInfo ( System.Guid versionID ) : IEnumerable |
||
GetMergeInfoFromSource ( System.Guid versionID ) : List |
||
PrepareTables ( ) : void | ||
RelinkMissingDelete ( Record>.Dictionary |
||
RunConsistencyCheck ( ) : void | ||
WorkspaceDB ( string path, SQLite flags, |
public static Create ( |
||
localDB | ||
fullPath | string | |
Résultat |
public GetAlterationsForVersion ( System.Objects version ) : List |
||
version | System.Objects | |
Résultat | List |
public GetCachedRecords ( System.Objects version ) : List |
||
version | System.Objects | |
Résultat | List |
public GetHeads ( |
||
branch | ||
Résultat | List |
public GetHistory ( System.Objects version, int limit = null ) : List |
||
version | System.Objects | |
limit | int | |
Résultat | List |
public GetRecords ( System.Objects version ) : List |
||
version | System.Objects | |
Résultat | List |
public GetRecords ( System.Objects version, List |
||
version | System.Objects | |
baseList | List |
|
alterations | List |
|
Résultat | List |
public static Open ( |
||
localDB | ||
fullPath | string | |
Résultat |