C# 클래스 djfoxer.dp.notification.App.Model.DataService

상속: IDataService
파일 보기 프로젝트 열기: djfoxer/dp.notification

공개 메소드들

메소드 설명
DataService ( IStorageService storageService ) : djfoxer.dp.notification.Core
GetFullBlogStatistics ( ) : Task
GetNotifications ( ) : Task>
Login ( string login, string password ) : Task
Logout ( ) : void
RefreshData ( ) : void
RemoveNotyfication ( string notificationId ) : Task>
SaveNotifications ( List notifications ) : List
SetNotificationAsOld ( string notificationId ) : Task>

메소드 상세

DataService() 공개 메소드

public DataService ( IStorageService storageService ) : djfoxer.dp.notification.Core
storageService IStorageService
리턴 djfoxer.dp.notification.Core

GetFullBlogStatistics() 공개 메소드

public GetFullBlogStatistics ( ) : Task
리턴 Task

GetNotifications() 공개 메소드

public GetNotifications ( ) : Task>
리턴 Task>

Login() 공개 메소드

public Login ( string login, string password ) : Task
login string
password string
리턴 Task

Logout() 공개 메소드

public Logout ( ) : void
리턴 void

RefreshData() 공개 메소드

public RefreshData ( ) : void
리턴 void

RemoveNotyfication() 공개 메소드

public RemoveNotyfication ( string notificationId ) : Task>
notificationId string
리턴 Task>

SaveNotifications() 공개 메소드

public SaveNotifications ( List notifications ) : List
notifications List
리턴 List

SetNotificationAsOld() 공개 메소드

public SetNotificationAsOld ( string notificationId ) : Task>
notificationId string
리턴 Task>