C# Class PlayStation_App.Database.StickersDatabase

Afficher le fichier Open project: drasticactions/Pureisuteshon-App

Méthodes publiques

Méthode Description
GetStickers ( ) : Task>
InsertSticker ( StickerResponse sticker ) : Task
InsertStickers ( List stickers ) : Task
RemoveSticker ( StickerResponse sticker ) : System.Threading.Tasks.Task
RemoveStickers ( ) : System.Threading.Tasks.Task
StickersDatabase ( ISQLitePlatform platform, string location ) : System

Method Details

GetStickers() public méthode

public GetStickers ( ) : Task>
Résultat Task>

InsertSticker() public méthode

public InsertSticker ( StickerResponse sticker ) : Task
sticker PlayStation_App.Models.Response.StickerResponse
Résultat Task

InsertStickers() public méthode

public InsertStickers ( List stickers ) : Task
stickers List
Résultat Task

RemoveSticker() public méthode

public RemoveSticker ( StickerResponse sticker ) : System.Threading.Tasks.Task
sticker PlayStation_App.Models.Response.StickerResponse
Résultat System.Threading.Tasks.Task

RemoveStickers() public méthode

public RemoveStickers ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task

StickersDatabase() public méthode

public StickersDatabase ( ISQLitePlatform platform, string location ) : System
platform ISQLitePlatform
location string
Résultat System