C# 클래스 NASAExplorer.Controllers.APIController

상속: Controller
파일 보기 프로젝트 열기: mihok/nasa-explorer

공개 메소드들

메소드 설명
GetCoords ( int id = 399 ) : System.Web.Mvc.JsonResult
GetCoordsByDate ( System.DateTime start, System.DateTime end, int id = 399 ) : System.Web.Mvc.JsonResult
GetPlanets ( ) : System.Web.Mvc.JsonResult
Index ( ) : System.Web.Mvc.ActionResult

메소드 상세

GetCoords() 공개 메소드

public GetCoords ( int id = 399 ) : System.Web.Mvc.JsonResult
id int
리턴 System.Web.Mvc.JsonResult

GetCoordsByDate() 공개 메소드

public GetCoordsByDate ( System.DateTime start, System.DateTime end, int id = 399 ) : System.Web.Mvc.JsonResult
start System.DateTime
end System.DateTime
id int
리턴 System.Web.Mvc.JsonResult

GetPlanets() 공개 메소드

public GetPlanets ( ) : System.Web.Mvc.JsonResult
리턴 System.Web.Mvc.JsonResult

Index() 공개 메소드

public Index ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult