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

Inheritance: Query
Mostrar archivo Open project: Mordonus/MALClient

Public Properties

Property Type Description
UpdatedSomething bool

Public Methods

Method Description
AnimeUpdateQuery ( IAnimeData item ) : System
AnimeUpdateQuery ( IAnimeData item, int rewatched ) : System

Just send rewatched value witch cannot be retrieved back

GetRequestResponse ( bool wantMsg = true, string statusBarMsg = null ) : Task

Private Methods

Method Description
AnimeStatusToHum ( AnimeStatus status ) : string
AnimeUpdateQuery ( int id, int watchedEps, int myStatus, float myScore, string startDate, string endDate, string notes, bool rewatching ) : System
UpdateAnimeHummingbird ( int id, int watchedEps, int myStatus, float myScore, string startDate, string endDate ) : void
UpdateAnimeMal ( int id, int watchedEps, int myStatus, int myScore, string startDate, string endDate, string notes, bool rewatching ) : void

Method Details

AnimeUpdateQuery() public method

public AnimeUpdateQuery ( IAnimeData item ) : System
item IAnimeData
return System

AnimeUpdateQuery() public method

Just send rewatched value witch cannot be retrieved back
public AnimeUpdateQuery ( IAnimeData item, int rewatched ) : System
item IAnimeData
rewatched int
return System

GetRequestResponse() public method

public GetRequestResponse ( bool wantMsg = true, string statusBarMsg = null ) : Task
wantMsg bool
statusBarMsg string
return Task

Property Details

UpdatedSomething public_oe static_oe property

public static bool UpdatedSomething
return bool