C# 클래스 AbstractedSheep.ShuttleTrackerService.EtaCalculator.RouteStopKey

파일 보기 프로젝트 열기: AbstractedSheep/Shuttle-Tracker

공개 프로퍼티들

프로퍼티 타입 설명
RouteId int
StopId string

공개 메소드들

메소드 설명
RouteStopKey ( int routeId, string stopId ) : System

메소드 상세

RouteStopKey() 공개 메소드

public RouteStopKey ( int routeId, string stopId ) : System
routeId int
stopId string
리턴 System

프로퍼티 상세

RouteId 공개적으로 프로퍼티

public int RouteId
리턴 int

StopId 공개적으로 프로퍼티

public string StopId
리턴 string