C# 클래스 CorvallisBusCoreNetCore.Models.BusStop

A bus stop in the Corvallis Transit System. This is analogous to the Platform entity in Connexionz.
파일 보기 프로젝트 열기: RikkiGibson/Corvallis-Bus-Server

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
BusStop ( ) : System.Collections.Generic

Empty constructor for deserialization.

BusStop ( ConnexionzPlatform platform, List routeNames ) : System.Collections.Generic

This makes it look like there is little purpose to this type, but it's good to get the semantics clear. ConnexionzPlatform is something you've just pulled from Connexionz, while BusStop is fully processed and ready to serve to clients.

메소드 상세

BusStop() 공개 메소드

Empty constructor for deserialization.
public BusStop ( ) : System.Collections.Generic
리턴 System.Collections.Generic

BusStop() 공개 메소드

This makes it look like there is little purpose to this type, but it's good to get the semantics clear. ConnexionzPlatform is something you've just pulled from Connexionz, while BusStop is fully processed and ready to serve to clients.
public BusStop ( ConnexionzPlatform platform, List routeNames ) : System.Collections.Generic
platform CorvallisBusCoreNetCore.Models.Connexionz.ConnexionzPlatform
routeNames List
리턴 System.Collections.Generic