C# Класс Emergy.Api.Controllers.UnitsApiController

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

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

Метод Описание
UnitsApiController ( ) : System.Collections.Generic
UnitsApiController ( IUnitsRepository unitsRepository ) : System.Collections.Generic

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

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

Метод Описание
AddCategory ( [ id, [ categoryId ) : Task
AddClient ( [ id, [ clientId ) : Task
AddCustomProperty ( [ id, [ propertyId ) : Task
AddLocation ( [ id, [ locationId ) : Task
CreateUnit ( [ model ) : Task
DeleteUnit ( [ id ) : Task
EditUnit ( [ model ) : Task
GetCategories ( int id ) : Task
GetClients ( int id ) : Task
GetCustomProperties ( int unitId ) : Task
GetLocations ( int id ) : Task
GetUnit ( int id ) : Task
GetUnits ( ) : Task>
MakePrivate ( int id ) : Task
MakePublic ( int id ) : Task
Query ( string query ) : Task>
RemoveClient ( [ model ) : Task

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

Dispose() защищенный Метод

protected Dispose ( bool disposing ) : void
disposing bool
Результат void

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

public UnitsApiController ( ) : System.Collections.Generic
Результат System.Collections.Generic

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

public UnitsApiController ( IUnitsRepository unitsRepository ) : System.Collections.Generic
unitsRepository IUnitsRepository
Результат System.Collections.Generic