C# Класс NextbusNET.NextbusClient

Наследование: INextbusClient
Показать файл Открыть проект

Открытые методы

Метод Описание
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