C# Class MALClient.XShared.Comm.Anime.AnimeCharactersStaffQuery

Inheritance: Query
Mostrar archivo Open project: Mordonus/MALClient

Public Methods

Method Description
AnimeCharactersStaffQuery ( int id, bool anime = true ) : System
GetCharStaffData ( bool force = false ) : Task
GetMangaCharacters ( bool force ) : Task>

Method Details

AnimeCharactersStaffQuery() public method

public AnimeCharactersStaffQuery ( int id, bool anime = true ) : System
id int
anime bool
return System

GetCharStaffData() public method

public GetCharStaffData ( bool force = false ) : Task
force bool
return Task

GetMangaCharacters() public method

public GetMangaCharacters ( bool force ) : Task>
force bool
return Task>