C# Класс Cats.Areas.Hub.Controllers.AdminUnitController

Наследование: Cats.Web.Hub.BaseController
Показать файл Открыть проект

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

Метод Описание
AdminUnitController ( IAdminUnitService adminUnitService, IUserProfileService userProfileService, IDispatchAllocationService dispatchAllocationService ) : System
GetChildren ( int unitId ) : System.Web.Mvc.ActionResult
GetChildrenReport ( int unitId ) : System.Web.Mvc.ActionResult
GetRegions ( ) : System.Web.Mvc.ActionResult
GetTreeElts ( TreeViewItem node, bool closedToo ) : System.Web.Mvc.ActionResult
GetWoredas ( int selectedZoneId ) : System.Web.Mvc.ActionResult
GetWoredasReport ( int zoneId ) : System.Web.Mvc.ActionResult
GetZones ( int selectedRegionId ) : System.Web.Mvc.ActionResult
GetZonesReport ( int areaId ) : System.Web.Mvc.ActionResult

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

Метод Описание
AdminUnits ( int id ) : System.Web.Mvc.ActionResult
CountAllocationsUnder ( int adminUnitId ) : int
GetAdminUnitsByParent ( int parentId ) : System.Web.Mvc.ActionResult
GetWoredasByParent ( int regionId, int zoneId ) : System.Web.Mvc.ActionResult
GetZonesByParent ( int regionId ) : System.Web.Mvc.ActionResult

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

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

public AdminUnitController ( IAdminUnitService adminUnitService, IUserProfileService userProfileService, IDispatchAllocationService dispatchAllocationService ) : System
adminUnitService IAdminUnitService
userProfileService IUserProfileService
dispatchAllocationService IDispatchAllocationService
Результат System

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

public GetChildren ( int unitId ) : System.Web.Mvc.ActionResult
unitId int
Результат System.Web.Mvc.ActionResult

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

public GetChildrenReport ( int unitId ) : System.Web.Mvc.ActionResult
unitId int
Результат System.Web.Mvc.ActionResult

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

public GetRegions ( ) : System.Web.Mvc.ActionResult
Результат System.Web.Mvc.ActionResult

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

public GetTreeElts ( TreeViewItem node, bool closedToo ) : System.Web.Mvc.ActionResult
node TreeViewItem
closedToo bool
Результат System.Web.Mvc.ActionResult

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

public GetWoredas ( int selectedZoneId ) : System.Web.Mvc.ActionResult
selectedZoneId int
Результат System.Web.Mvc.ActionResult

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

public GetWoredasReport ( int zoneId ) : System.Web.Mvc.ActionResult
zoneId int
Результат System.Web.Mvc.ActionResult

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

public GetZones ( int selectedRegionId ) : System.Web.Mvc.ActionResult
selectedRegionId int
Результат System.Web.Mvc.ActionResult

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

public GetZonesReport ( int areaId ) : System.Web.Mvc.ActionResult
areaId int
Результат System.Web.Mvc.ActionResult