C# Класс FrannHammer.Api.Controllers.SmashAttributeTypesController

Наследование: BaseApiController
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
SmashAttributeTypesController ( ISmashAttributeTypeService smashAttributeTypesService ) : System.Net

Create a new SmashAttributeTypesController to interact with the server.

Приватные методы

Метод Описание
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

Описание методов

SmashAttributeTypesController() публичный Метод

Create a new SmashAttributeTypesController to interact with the server.
public SmashAttributeTypesController ( ISmashAttributeTypeService smashAttributeTypesService ) : System.Net
smashAttributeTypesService ISmashAttributeTypeService
Результат System.Net