C# Class Emergy.Api.Controllers.UnitsApiController

Inheritance: MasterApiController
Afficher le fichier Open project: gboduljak/Emergy

Méthodes publiques

Méthode Description
UnitsApiController ( ) : System.Collections.Generic
UnitsApiController ( IUnitsRepository unitsRepository ) : System.Collections.Generic

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

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

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

UnitsApiController() public méthode

public UnitsApiController ( ) : System.Collections.Generic
Résultat System.Collections.Generic

UnitsApiController() public méthode

public UnitsApiController ( IUnitsRepository unitsRepository ) : System.Collections.Generic
unitsRepository IUnitsRepository
Résultat System.Collections.Generic