C# Class CorvallisBusCoreNetCore.Models.BusStop

A bus stop in the Corvallis Transit System. This is analogous to the Platform entity in Connexionz.
显示文件 Open project: RikkiGibson/Corvallis-Bus-Server

Private Properties

Property Type Description

Public Methods

Method Description
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.

Method Details

BusStop() public method

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

BusStop() public method

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
return System.Collections.Generic