C# 클래스 API.Models.FavoriteStop

파일 보기 프로젝트 열기: RikkiGibson/Corvallis-Bus-Server 1 사용 예제들

공개 메소드들

메소드 설명
FavoriteStop ( int id, string name, List routeNames, double distanceFromUser, bool isNearestStop ) : System

메소드 상세

FavoriteStop() 공개 메소드

public FavoriteStop ( int id, string name, List routeNames, double distanceFromUser, bool isNearestStop ) : System
id int
name string
routeNames List
distanceFromUser double
isNearestStop bool
리턴 System