C# Class NextbusNET.NextbusClient

Inheritance: INextbusClient
Afficher le fichier Open project: bogeaperez/NextbusNET

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
ExecuteRequest ( Request request ) : string

Method Details

GetAgencies() public méthode

public GetAgencies ( ) : IEnumerable
Résultat IEnumerable

GetPredictions() public méthode

public GetPredictions ( string agencyTag, int stopId, string routeTag = null ) : IEnumerable
agencyTag string
stopId int
routeTag string
Résultat IEnumerable

GetPredictions() public méthode

public GetPredictions ( string agencyTag, string stopTag, string routeTag ) : IEnumerable
agencyTag string
stopTag string
routeTag string
Résultat IEnumerable

GetPredictionsForMultiStops() public méthode

public GetPredictionsForMultiStops ( string agencyTag ) : IEnumerable
agencyTag string
Résultat IEnumerable

GetRouteConfig() public méthode

public GetRouteConfig ( string agencyTag, string routeTag ) : RouteConfig
agencyTag string
routeTag string
Résultat NextbusNET.Model.RouteConfig

GetRoutes() public méthode

public GetRoutes ( string agencyTag ) : IEnumerable
agencyTag string
Résultat IEnumerable

GetSchedule() public méthode

public GetSchedule ( string agencyTag, string routeTag ) : IEnumerable
agencyTag string
routeTag string
Résultat IEnumerable

GetVehicles() public méthode

public GetVehicles ( string agency, string route, int epoch ) : VehicleList
agency string
route string
epoch int
Résultat NextbusNET.Model.VehicleList