C# Class SRNicoNico.Models.NicoNicoWrapper.NicoNicoUser

Inheritance: Livet.NotificationObject
Show file Open project: mrtska/SRNicoNico Class Usage Examples

Public Methods

Method Description
GetUserInfoAsync ( ) : Task
GetUserMylistAsync ( ) : Task>
GetUserNicoRepoAsync ( ) : Task>
GetUserVideoAsync ( ) : Task>
LookupUserName ( string userId ) : string
NicoNicoUser ( UserViewModel vm, string pageUrl ) : System

Method Details

GetUserInfoAsync() public method

public GetUserInfoAsync ( ) : Task
return Task

GetUserMylistAsync() public method

public GetUserMylistAsync ( ) : Task>
return Task>

GetUserNicoRepoAsync() public method

public GetUserNicoRepoAsync ( ) : Task>
return Task>

GetUserVideoAsync() public method

public GetUserVideoAsync ( ) : Task>
return Task>

LookupUserName() public static method

public static LookupUserName ( string userId ) : string
userId string
return string

NicoNicoUser() public method

public NicoNicoUser ( UserViewModel vm, string pageUrl ) : System
vm SRNicoNico.ViewModels.UserViewModel
pageUrl string
return System