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

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

공개 메소드들

메소드 설명
CharacterAttributesController ( IMetadataService metadataService ) : System.Net

Create a new CharacterAttribute controller to interact with the server.

비공개 메소드들

메소드 설명
DeleteCharacterAttribute ( int id ) : IHttpActionResult
GetCharacterAttribute ( int id, [ fields = "" ) : IHttpActionResult
GetCharacterAttributes ( [ fields = "" ) : IHttpActionResult
PostCharacterAttribute ( CharacterAttributeDto dto ) : IHttpActionResult
PutCharacterAttribute ( int id, CharacterAttributeDto dto ) : IHttpActionResult

메소드 상세

CharacterAttributesController() 공개 메소드

Create a new CharacterAttribute controller to interact with the server.
public CharacterAttributesController ( IMetadataService metadataService ) : System.Net
metadataService IMetadataService
리턴 System.Net