C# 클래스 CorvallisBusWebDNX.Controllers.TransitApiController

상속: Microsoft.AspNet.Mvc.Controller
파일 보기 프로젝트 열기: RikkiGibson/Corvallis-Bus-Server

공개 메소드들

메소드 설명
ParseStopIds ( string stopIds ) : List
TransitApiController ( IApplicationEnvironment appEnv ) : CorvallisBusCoreNetCore

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 ( ) : Microsoft.AspNet.Mvc.ActionResult
Init ( ) : Task
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 ( IApplicationEnvironment appEnv ) : CorvallisBusCoreNetCore
appEnv IApplicationEnvironment
리턴 CorvallisBusCoreNetCore