C# Class Cirrious.MvvmCross.Community.Plugins.Sqlite.WindowsPhone.MvxWindowsPhoneSQLiteConnectionFactory

Inheritance: MvxBaseSQLiteConnectionFactory
Show file Open project: Everbridge/sm-MvvmCross-SQLite Class Usage Examples

Protected Methods

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

Method Details

CreateSQLiteConnection() protected method

protected CreateSQLiteConnection ( string databasePath, bool storeDateTimeAsTicks, string key = null ) : ISQLiteConnection
databasePath string
storeDateTimeAsTicks bool
key string
return ISQLiteConnection

GetDefaultBasePath() protected method

protected GetDefaultBasePath ( ) : string
return string

LocalPathCombine() protected method

protected LocalPathCombine ( string path1, string path2 ) : string
path1 string
path2 string
return string