C# Class FrannHammer.Api.Controllers.CharacterAttributesController

Inheritance: BaseApiController
Afficher le fichier Open project: Frannsoft/FrannHammer Class Usage Examples

Méthodes publiques

Méthode Description
CharacterAttributesController ( IMetadataService metadataService ) : System.Net

Create a new CharacterAttribute controller to interact with the server.

Private Methods

Méthode 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 méthode

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