C# 클래스 FrannHammer.Api.Controllers.CharactersController

상속: BaseApiController
파일 보기 프로젝트 열기: Frannsoft/FrannHammer 1 사용 예제들

공개 메소드들

메소드 설명
CharactersController ( IMetadataService metadataService ) : System

Create a new CharactersController to interact with the server.

비공개 메소드들

메소드 설명
DeleteCharacter ( int id ) : IHttpActionResult
GetCharacter ( int id, [ fields = "" ) : IHttpActionResult
GetCharacterAttributesForCharacter ( int id, [ fields = "" ) : IHttpActionResult
GetCharacterAttributesForCharacter ( int id, int smashAttributeTypeId, [ fields = "" ) : IHttpActionResult
GetCharacterByName ( string name, [ fields = "" ) : IHttpActionResult
GetCharacterMoveAngles ( int id, [ fields = "" ) : IHttpActionResult
GetCharacterMoveBaseDamages ( int id, [ fields = "" ) : IHttpActionResult
GetCharacterMoveHitboxes ( int id, [ fields = "" ) : IHttpActionResult
GetCharacterMoveKnockbackGrowths ( int id, [ fields = "" ) : IHttpActionResult
GetCharacters ( [ fields = "" ) : IHttpActionResult
GetMovementsForCharacter ( int id, [ fields = "" ) : IHttpActionResult
GetMovesForCharacter ( int id, [ fields = "" ) : IHttpActionResult
GetThrowsForCharacter ( int id, [ fields = "" ) : IHttpActionResult
PostCharacter ( CharacterDto dto ) : IHttpActionResult
PutCharacter ( int id, CharacterDto dto ) : IHttpActionResult

메소드 상세

CharactersController() 공개 메소드

Create a new CharactersController to interact with the server.
public CharactersController ( IMetadataService metadataService ) : System
metadataService IMetadataService
리턴 System