C# Class MundlTransit.WP8.Data.Runtime.RuntimeDataContext

Mostra file Open project: christophwille/viennarealtime Class Usage Examples

Public Methods

Method Description
DeleteFavoriteAsync ( Favorite fav ) : System.Threading.Tasks.Task
DoesFavoriteExistAsync ( int haltenStellenId ) : Task
GetFavoritesAsync ( ) : Task>
GetRouteHistoryItemsAsync ( ) : Task>
InitializeDatabaseAsync ( ) : System.Threading.Tasks.Task
InsertFavoriteAsync ( Favorite fav ) : System.Threading.Tasks.Task
InsertRouteHistoryItemAsync ( RouteHistoryItem rhi ) : System.Threading.Tasks.Task
RemoveRouteHistoryItemsAsync ( int maxCutOff ) : System.Threading.Tasks.Task
RuntimeDataContext ( ) : System

Private Methods

Method Description
CreateConnection ( ) : SQLite.SQLiteAsyncConnection

Method Details

DeleteFavoriteAsync() public method

public DeleteFavoriteAsync ( Favorite fav ) : System.Threading.Tasks.Task
fav Favorite
return System.Threading.Tasks.Task

DoesFavoriteExistAsync() public method

public DoesFavoriteExistAsync ( int haltenStellenId ) : Task
haltenStellenId int
return Task

GetFavoritesAsync() public method

public GetFavoritesAsync ( ) : Task>
return Task>

GetRouteHistoryItemsAsync() public method

public GetRouteHistoryItemsAsync ( ) : Task>
return Task>

InitializeDatabaseAsync() public static method

public static InitializeDatabaseAsync ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

InsertFavoriteAsync() public method

public InsertFavoriteAsync ( Favorite fav ) : System.Threading.Tasks.Task
fav Favorite
return System.Threading.Tasks.Task

InsertRouteHistoryItemAsync() public method

public InsertRouteHistoryItemAsync ( RouteHistoryItem rhi ) : System.Threading.Tasks.Task
rhi RouteHistoryItem
return System.Threading.Tasks.Task

RemoveRouteHistoryItemsAsync() public method

public RemoveRouteHistoryItemsAsync ( int maxCutOff ) : System.Threading.Tasks.Task
maxCutOff int
return System.Threading.Tasks.Task

RuntimeDataContext() public method

public RuntimeDataContext ( ) : System
return System