C# Class FrannHammer.Api.Controllers.ThrowTypesController

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

Public Methods

Method Description
ThrowTypesController ( IMetadataService metadataService ) : System.Net

Create a new ThrowTypesController to interact with the server.

Private Methods

Method Description
DeleteThrowType ( int id ) : IHttpActionResult
GetThrowType ( int id, [ fields = "" ) : IHttpActionResult
GetThrowTypes ( [ fields = "" ) : IHttpActionResult
PostThrowType ( ThrowTypeDto dto ) : IHttpActionResult
PutThrowType ( int id, ThrowTypeDto dto ) : IHttpActionResult

Method Details

ThrowTypesController() public method

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