C# 클래스 Emergy.Api.Controllers.UnitsApiController

상속: MasterApiController
파일 보기 프로젝트 열기: gboduljak/Emergy

공개 메소드들

메소드 설명
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