C# Class FrannHammer.Api.Controllers.SmashAttributeTypesController

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

Public Methods

Method Description
SmashAttributeTypesController ( ISmashAttributeTypeService smashAttributeTypesService ) : System.Net

Create a new SmashAttributeTypesController to interact with the server.

Private Methods

Method Description
DeleteSmashAttributeType ( int id ) : IHttpActionResult
GetAllCharacterAttributeOfSmashAttributeType ( int id, [ fields = "" ) : IHttpActionResult
GetSmashAttributeType ( int id, [ fields = "" ) : IHttpActionResult
GetSmashAttributeTypes ( [ fields = "" ) : IHttpActionResult
PostSmashAttributeType ( SmashAttributeTypeDto dto ) : IHttpActionResult
PutSmashAttributeType ( int id, SmashAttributeTypeDto dto ) : IHttpActionResult

Method Details

SmashAttributeTypesController() public method

Create a new SmashAttributeTypesController to interact with the server.
public SmashAttributeTypesController ( ISmashAttributeTypeService smashAttributeTypesService ) : System.Net
smashAttributeTypesService ISmashAttributeTypeService
return System.Net