C# Class CorvallisBusCoreNetCore.Models.BusStop

A bus stop in the Corvallis Transit System. This is analogous to the Platform entity in Connexionz.
Afficher le fichier Open project: RikkiGibson/Corvallis-Bus-Server

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

Empty constructor for deserialization.
public BusStop ( ) : System.Collections.Generic
Résultat System.Collections.Generic

BusStop() public méthode

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
Résultat System.Collections.Generic