C# 클래스 NextbusNET.NextbusClient

상속: INextbusClient
파일 보기 프로젝트 열기: bogeaperez/NextbusNET

공개 메소드들

메소드 설명
GetAgencies ( ) : IEnumerable
GetPredictions ( string agencyTag, int stopId, string routeTag = null ) : IEnumerable
GetPredictions ( string agencyTag, string stopTag, string routeTag ) : IEnumerable
GetPredictionsForMultiStops ( string agencyTag ) : IEnumerable
GetRouteConfig ( string agencyTag, string routeTag ) : RouteConfig
GetRoutes ( string agencyTag ) : IEnumerable
GetSchedule ( string agencyTag, string routeTag ) : IEnumerable
GetVehicles ( string agency, string route, int epoch ) : VehicleList

비공개 메소드들

메소드 설명
ExecuteRequest ( Request request ) : string

메소드 상세

GetAgencies() 공개 메소드

public GetAgencies ( ) : IEnumerable
리턴 IEnumerable

GetPredictions() 공개 메소드

public GetPredictions ( string agencyTag, int stopId, string routeTag = null ) : IEnumerable
agencyTag string
stopId int
routeTag string
리턴 IEnumerable

GetPredictions() 공개 메소드

public GetPredictions ( string agencyTag, string stopTag, string routeTag ) : IEnumerable
agencyTag string
stopTag string
routeTag string
리턴 IEnumerable

GetPredictionsForMultiStops() 공개 메소드

public GetPredictionsForMultiStops ( string agencyTag ) : IEnumerable
agencyTag string
리턴 IEnumerable

GetRouteConfig() 공개 메소드

public GetRouteConfig ( string agencyTag, string routeTag ) : RouteConfig
agencyTag string
routeTag string
리턴 NextbusNET.Model.RouteConfig

GetRoutes() 공개 메소드

public GetRoutes ( string agencyTag ) : IEnumerable
agencyTag string
리턴 IEnumerable

GetSchedule() 공개 메소드

public GetSchedule ( string agencyTag, string routeTag ) : IEnumerable
agencyTag string
routeTag string
리턴 IEnumerable

GetVehicles() 공개 메소드

public GetVehicles ( string agency, string route, int epoch ) : VehicleList
agency string
route string
epoch int
리턴 NextbusNET.Model.VehicleList