C# Class AbstractedSheep.ShuttleTrackerService.EtaCalculator.RouteStopKey

Afficher le fichier Open project: AbstractedSheep/Shuttle-Tracker

Méthodes publiques

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

Méthodes publiques

Méthode Description
RouteStopKey ( int routeId, string stopId ) : System

Method Details

RouteStopKey() public méthode

public RouteStopKey ( int routeId, string stopId ) : System
routeId int
stopId string
Résultat System

Property Details

RouteId public_oe property

public int RouteId
Résultat int

StopId public_oe property

public string StopId
Résultat string