C# 클래스 MyAnimeListSharp.Facade.AnimeListMethods

Represents a "Anime List Methods" section in MyAnimeList.net specification. http://myanimelist.net/modules.php?go=api
상속: MyAnimeListSharp.Core.MyAnimeListMethods
파일 보기 프로젝트 열기: dance2die/MyAnimeListSharp 1 사용 예제들

공개 메소드들

메소드 설명
AddAnime ( int id, AnimeValues animeValues ) : string

Add Anime info by ID

AddAnime ( int id, string data ) : string

Add anime info by ID

AnimeListMethods ( ICredentialContext credentialContext ) : MyAnimeListSharp.Auth
DeleteAnime ( int id ) : string

Delete anime info by ID

UpdateAnime ( int id, AnimeValues animeValues ) : string

Update Anime info by ID

UpdateAnime ( int id, string data ) : string

Update Anime info by ID

메소드 상세

AddAnime() 공개 메소드

Add Anime info by ID
public AddAnime ( int id, AnimeValues animeValues ) : string
id int Anime ID on MyAnimeList.net
animeValues MyAnimeListSharp.Core.AnimeValues object that represents XML specification
리턴 string

AddAnime() 공개 메소드

Add anime info by ID
public AddAnime ( int id, string data ) : string
id int Anime ID on MyAnimeList.net
data string XML string specified on MyAnimeList.net
리턴 string

AnimeListMethods() 공개 메소드

public AnimeListMethods ( ICredentialContext credentialContext ) : MyAnimeListSharp.Auth
credentialContext ICredentialContext
리턴 MyAnimeListSharp.Auth

DeleteAnime() 공개 메소드

Delete anime info by ID
public DeleteAnime ( int id ) : string
id int Anime review to delete
리턴 string

UpdateAnime() 공개 메소드

Update Anime info by ID
public UpdateAnime ( int id, AnimeValues animeValues ) : string
id int Anime ID on MyAnimeList.net
animeValues MyAnimeListSharp.Core.AnimeValues object that represents XML specification
리턴 string

UpdateAnime() 공개 메소드

Update Anime info by ID
public UpdateAnime ( int id, string data ) : string
id int Anime ID on MyAnimeList.net
data string XML string specified on MyAnimeList.net
리턴 string