Method | Description | |
---|---|---|
DeleteFavoriteAsync ( |
||
DoesFavoriteExistAsync ( int haltenStellenId ) : Task |
||
GetFavoritesAsync ( ) : Task
|
||
GetRouteHistoryItemsAsync ( ) : Task
|
||
InitializeDatabaseAsync ( ) : System.Threading.Tasks.Task | ||
InsertFavoriteAsync ( |
||
InsertRouteHistoryItemAsync ( |
||
RemoveRouteHistoryItemsAsync ( int maxCutOff ) : System.Threading.Tasks.Task | ||
RuntimeDataContext ( ) : System |
Method | Description | |
---|---|---|
CreateConnection ( ) : SQLite.SQLiteAsyncConnection |
public DeleteFavoriteAsync ( |
||
fav | ||
return | System.Threading.Tasks.Task |
public DoesFavoriteExistAsync ( int haltenStellenId ) : Task |
||
haltenStellenId | int | |
return | Task |
public static InitializeDatabaseAsync ( ) : System.Threading.Tasks.Task | ||
return | System.Threading.Tasks.Task |
public InsertFavoriteAsync ( |
||
fav | ||
return | System.Threading.Tasks.Task |
public InsertRouteHistoryItemAsync ( |
||
rhi | ||
return | System.Threading.Tasks.Task |
public RemoveRouteHistoryItemsAsync ( int maxCutOff ) : System.Threading.Tasks.Task | ||
maxCutOff | int | |
return | System.Threading.Tasks.Task |