C# 클래스 Shuttle_Tracker_Service.Eta.Key

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

공개 프로퍼티들

프로퍼티 타입 설명
routeId int
stopId string

공개 메소드들

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

메소드 상세

Key() 공개 메소드

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

프로퍼티 상세

routeId 공개적으로 프로퍼티

public int routeId
리턴 int

stopId 공개적으로 프로퍼티

public string stopId
리턴 string