C# Class Shuttle_Tracker_Service.Eta.Key

Afficher le fichier Open project: AbstractedSheep/Shuttle-Tracker

Méthodes publiques

Свойство Type Description
routeId int
stopId string

Méthodes publiques

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

Method Details

Key() public méthode

public Key ( 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