C# Class Cirrious.MvvmCross.Community.Plugins.Sqlite.Wpf.MvxWpfSqLiteConnectionFactory

Inheritance: ISQLiteConnectionFactory, ISQLiteConnectionFactoryEx
Afficher le fichier Open project: Everbridge/sm-MvvmCross-SQLite Class Usage Examples

Méthodes protégées

Méthode Description
CreateSQLiteConnection ( string databasePath, bool storeDateTimeAsTicks, string key = null ) : ISQLiteConnection
GetDefaultBasePath ( ) : string
LocalPathCombine ( string path1, string path2 ) : string

Method Details

CreateSQLiteConnection() protected méthode

protected CreateSQLiteConnection ( string databasePath, bool storeDateTimeAsTicks, string key = null ) : ISQLiteConnection
databasePath string
storeDateTimeAsTicks bool
key string
Résultat ISQLiteConnection

GetDefaultBasePath() protected méthode

protected GetDefaultBasePath ( ) : string
Résultat string

LocalPathCombine() protected méthode

protected LocalPathCombine ( string path1, string path2 ) : string
path1 string
path2 string
Résultat string