C# Class Shuttle_Tracker_Service.Eta.Key

Mostrar archivo Open project: AbstractedSheep/Shuttle-Tracker

Public Properties

Property Type Description
routeId int
stopId string

Public Methods

Method Description
Key ( int routeId, string stopId ) : System

Method Details

Key() public method

public Key ( int routeId, string stopId ) : System
routeId int
stopId string
return System

Property Details

routeId public_oe property

public int routeId
return int

stopId public_oe property

public string stopId
return string