Method | Description | |
---|---|---|
FDPController ( IAdminUnitService adminUnitService, IFDPService fdpService ) : System | ||
FDP_Destroy ( int id ) : System.Web.Mvc.ActionResult | ||
FDP_Read ( [ request, int adminUnitID ) : System.Web.Mvc.JsonResult | ||
FDP_Update ( int fdpId ) : System.Web.Mvc.ActionResult | ||
GetCascadeRegions ( [ request ) : System.Web.Mvc.JsonResult | ||
GetCascadeWoredas ( [ request, int zoneID ) : System.Web.Mvc.JsonResult | ||
GetCascadeZones ( [ request, int AdminUnitID ) : System.Web.Mvc.JsonResult | ||
GetFdpGeolocation ( int fdpId ) : System.Web.Mvc.JsonResult | ||
GetFdps ( int woredaId ) : System.Web.Mvc.ActionResult | ||
GetGeography ( ) : System.Web.Mvc.JsonResult | ||
Index ( ) : System.Web.Mvc.ActionResult | ||
map ( ) : System.Web.Mvc.ActionResult |
Method | Description | |
---|---|---|
CheckIfDFPExists ( int woredaId, string name ) : bool | ||
FDP_Create ( [ request, |
||
FDP_Save ( [ request, |
||
FDP_Update ( [ request, |
public FDPController ( IAdminUnitService adminUnitService, IFDPService fdpService ) : System | ||
adminUnitService | IAdminUnitService | |
fdpService | IFDPService | |
return | System |
public FDP_Destroy ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |
public FDP_Read ( [ request, int adminUnitID ) : System.Web.Mvc.JsonResult | ||
request | [ | |
adminUnitID | int | |
return | System.Web.Mvc.JsonResult |
public FDP_Update ( int fdpId ) : System.Web.Mvc.ActionResult | ||
fdpId | int | |
return | System.Web.Mvc.ActionResult |
public GetCascadeRegions ( [ request ) : System.Web.Mvc.JsonResult | ||
request | [ | |
return | System.Web.Mvc.JsonResult |
public GetCascadeWoredas ( [ request, int zoneID ) : System.Web.Mvc.JsonResult | ||
request | [ | |
zoneID | int | |
return | System.Web.Mvc.JsonResult |
public GetCascadeZones ( [ request, int AdminUnitID ) : System.Web.Mvc.JsonResult | ||
request | [ | |
AdminUnitID | int | |
return | System.Web.Mvc.JsonResult |
public GetFdpGeolocation ( int fdpId ) : System.Web.Mvc.JsonResult | ||
fdpId | int | |
return | System.Web.Mvc.JsonResult |
public GetFdps ( int woredaId ) : System.Web.Mvc.ActionResult | ||
woredaId | int | |
return | System.Web.Mvc.ActionResult |
public GetGeography ( ) : System.Web.Mvc.JsonResult | ||
return | System.Web.Mvc.JsonResult |
public Index ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |