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

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

공개 프로퍼티들

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

공개 메소드들

메소드 설명
Eta ( int shuttleId, int routeId, string stopId, int eta ) : System

메소드 상세

Eta() 공개 메소드

public Eta ( int shuttleId, int routeId, string stopId, int eta ) : System
shuttleId int
routeId int
stopId string
eta int
리턴 System

프로퍼티 상세

RouteId 공개적으로 프로퍼티

public int RouteId
리턴 int

ShuttleId 공개적으로 프로퍼티

public int ShuttleId
리턴 int

StopId 공개적으로 프로퍼티

public string StopId
리턴 string

Time 공개적으로 프로퍼티

public int Time
리턴 int