C# Class FrannHammer.Api.Controllers.CharacterAttributesController

Inheritance: BaseApiController
显示文件 Open project: Frannsoft/FrannHammer Class Usage Examples

Public Methods

Method Description
CharacterAttributesController ( IMetadataService metadataService ) : System.Net

Create a new CharacterAttribute controller to interact with the server.

Private Methods

Method Description
DeleteCharacterAttribute ( int id ) : IHttpActionResult
GetCharacterAttribute ( int id, [ fields = "" ) : IHttpActionResult
GetCharacterAttributes ( [ fields = "" ) : IHttpActionResult
PostCharacterAttribute ( CharacterAttributeDto dto ) : IHttpActionResult
PutCharacterAttribute ( int id, CharacterAttributeDto dto ) : IHttpActionResult

Method Details

CharacterAttributesController() public method

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