C# Class FrannHammer.Api.Controllers.CharacterAttributeTypesController

Inheritance: BaseApiController
Show file Open project: Frannsoft/FrannHammer Class Usage Examples

Public Methods

Method Description
CharacterAttributeTypesController ( IMetadataService metadataService ) : System.Net

Create a new CharacterAttributeTypesController.

Private Methods

Method Description
DeleteCharacterAttributeType ( int id ) : IHttpActionResult
GetCharacterAttributeType ( int id, [ fields = "" ) : IHttpActionResult
GetCharacterAttributeTypes ( [ fields = "" ) : IHttpActionResult
PostCharacterAttributeType ( CharacterAttributeTypeDto dto ) : IHttpActionResult
PutCharacterAttributeType ( int id, CharacterAttributeTypeDto dto ) : IHttpActionResult

Method Details

CharacterAttributeTypesController() public method

Create a new CharacterAttributeTypesController.
public CharacterAttributeTypesController ( IMetadataService metadataService ) : System.Net
metadataService IMetadataService
return System.Net