C# Class AbstractedSheep.ShuttleTrackerService.EtaCalculator.Eta

Afficher le fichier Open project: AbstractedSheep/Shuttle-Tracker

Méthodes publiques

Свойство Type Description
RouteId int
ShuttleId int
StopId string
Time int

Méthodes publiques

Méthode Description
Eta ( int shuttleId, int routeId, string stopId, int eta ) : System

Method Details

Eta() public méthode

public Eta ( int shuttleId, int routeId, string stopId, int eta ) : System
shuttleId int
routeId int
stopId string
eta int
Résultat System

Property Details

RouteId public_oe property

public int RouteId
Résultat int

ShuttleId public_oe property

public int ShuttleId
Résultat int

StopId public_oe property

public string StopId
Résultat string

Time public_oe property

public int Time
Résultat int