C# Класс CorvallisBusCoreNetCore.Models.BusStop

A bus stop in the Corvallis Transit System. This is analogous to the Platform entity in Connexionz.
Показать файл Открыть проект

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