C# 클래스 API.Controllers.TransitApiController

상속: Controller
파일 보기 프로젝트 열기: RikkiGibson/Corvallis-Bus-Server 1 사용 예제들

공개 메소드들

메소드 설명
ParseStopIds ( string stopIds ) : List
TransitApiController ( ) : System.Linq

Dependency-injected application settings which are then passed on to other components.

비공개 메소드들

메소드 설명
GetArrivalsSummary ( string stopIds ) : Task
GetETAs ( string stopIds ) : Task
GetFavoritesViewModel ( string location, string stops ) : Task
GetSchedule ( string stopIds ) : Task
GetStaticData ( ) : Task
Index ( ) : System.Web.Mvc.ActionResult
Init ( ) : string
ParseUserLocation ( string location ) : LatLong?

Generates a new LatLong based on input. Throws an exception if it can't do it.

메소드 상세

ParseStopIds() 공개 메소드

public ParseStopIds ( string stopIds ) : List
stopIds string
리턴 List

TransitApiController() 공개 메소드

Dependency-injected application settings which are then passed on to other components.
public TransitApiController ( ) : System.Linq
리턴 System.Linq