C# Class EGSW.Web.Controllers.AjaxController

Inheritance: Controller
ファイルを表示 Open project: careerengine/EGSW-Project

Public Methods

Method Description
AjaxController ( IZipCodeService zipCodeService, IWorkflowMessageService workflowMessageService, IServiceRequestService serviceRequestService ) : System
GetCityStateInfoBasedOnZipcode ( string inputzipcode ) : System.Web.Mvc.JsonResult
GetSongs ( string searchTerm ) : System.Web.Mvc.JsonResult
Index ( ) : System.Web.Mvc.ActionResult
SendNewServiewRequest ( NewServiceRequestModel model ) : System.Web.Mvc.JsonResult
ValidateZipcode ( string inputzipcode, string messageElementId ) : System.Web.Mvc.JsonResult

Method Details

AjaxController() public method

public AjaxController ( IZipCodeService zipCodeService, IWorkflowMessageService workflowMessageService, IServiceRequestService serviceRequestService ) : System
zipCodeService IZipCodeService
workflowMessageService IWorkflowMessageService
serviceRequestService IServiceRequestService
return System

GetCityStateInfoBasedOnZipcode() public method

public GetCityStateInfoBasedOnZipcode ( string inputzipcode ) : System.Web.Mvc.JsonResult
inputzipcode string
return System.Web.Mvc.JsonResult

GetSongs() public method

public GetSongs ( string searchTerm ) : System.Web.Mvc.JsonResult
searchTerm string
return System.Web.Mvc.JsonResult

Index() public method

public Index ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

SendNewServiewRequest() public method

public SendNewServiewRequest ( NewServiceRequestModel model ) : System.Web.Mvc.JsonResult
model EGSW.Web.Models.NewServiceRequestModel
return System.Web.Mvc.JsonResult

ValidateZipcode() public method

public ValidateZipcode ( string inputzipcode, string messageElementId ) : System.Web.Mvc.JsonResult
inputzipcode string
messageElementId string
return System.Web.Mvc.JsonResult