C# Class WykopSharpClient.Repository.MyWykopRepository

Inheritance: AbstractRepository, IMyWykopRepository
Afficher le fichier Open project: adiospl/WykopSharp

Méthodes publiques

Méthode Description
HashTagsNotifications ( int page = 1 ) : Task>
HashTagsNotificationsCount ( ) : Task
Index ( int page = 1 ) : Task>
MarkAsReadNotification ( int notificationId ) : Task
MyWykopRepository ( WykopSharpClient client ) : System
Notifications ( int page = 1 ) : Task>
NotificationsCount ( ) : Task
ReadHashTagNotification ( ) : Task
ReadNotification ( ) : Task
Tags ( int page = 1 ) : Task>
Users ( int page = 1 ) : Task>

Private Methods

Méthode Description
Mine ( int page = 1 ) : Task>
Observing ( int page = 1 ) : Task>
Recived ( int page = 1 ) : Task>

Method Details

HashTagsNotifications() public méthode

public HashTagsNotifications ( int page = 1 ) : Task>
page int
Résultat Task>

HashTagsNotificationsCount() public méthode

public HashTagsNotificationsCount ( ) : Task
Résultat Task

Index() public méthode

public Index ( int page = 1 ) : Task>
page int
Résultat Task>

MarkAsReadNotification() public méthode

public MarkAsReadNotification ( int notificationId ) : Task
notificationId int
Résultat Task

MyWykopRepository() public méthode

public MyWykopRepository ( WykopSharpClient client ) : System
client WykopSharpClient
Résultat System

Notifications() public méthode

public Notifications ( int page = 1 ) : Task>
page int
Résultat Task>

NotificationsCount() public méthode

public NotificationsCount ( ) : Task
Résultat Task

ReadHashTagNotification() public méthode

public ReadHashTagNotification ( ) : Task
Résultat Task

ReadNotification() public méthode

public ReadNotification ( ) : Task
Résultat Task

Tags() public méthode

public Tags ( int page = 1 ) : Task>
page int
Résultat Task>

Users() public méthode

public Users ( int page = 1 ) : Task>
page int
Résultat Task>