C# Class MALClient.XShared.Comm.Manga.MangaUpdateQuery

Inheritance: Query
Mostrar archivo Open project: Mordonus/MALClient

Public Properties

Property Type Description
UpdatedSomething bool

Public Methods

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

Just send rewatched value witch cannot be retrieved back

Private Methods

Method Description
MangaUpdateQuery ( int id, int watchedEps, int myStatus, int myScore, int myVol, string startDate, string endDate, string notes, bool rereading ) : System

Method Details

MangaUpdateQuery() public method

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

MangaUpdateQuery() public method

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

Property Details

UpdatedSomething public_oe static_oe property

public static bool UpdatedSomething
return bool