Class StationServices
Services and facilities available at a railway station.
public class StationServices
- Inheritance
-
StationServices
- Inherited Members
Constructors
StationServices()
public StationServices()
Properties
HasBicycleParking
Whether the station has bicycle parking facilities.
public bool HasBicycleParking { get; init; }
Property Value
HasLockerSystem
Whether the station has luggage lockers.
public bool HasLockerSystem { get; init; }
Property Value
HasMobilityService
Whether the station offers mobility assistance services for passengers with reduced mobility.
public bool HasMobilityService { get; init; }
Property Value
HasParking
Whether the station has car parking facilities.
public bool HasParking { get; init; }
Property Value
HasPublicFacilities
Whether the station has public restroom facilities.
public bool HasPublicFacilities { get; init; }
Property Value
HasStepFreeAccess
Whether the station has step-free access to platforms (elevators, ramps).
public bool HasStepFreeAccess { get; init; }
Property Value
HasSteplessAccess
Whether the station has stepless access (level boarding).
public bool HasSteplessAccess { get; init; }
Property Value
HasTravelCenter
Whether the station has a DB travel center (Reisezentrum) for ticket sales and customer service.
public bool HasTravelCenter { get; init; }
Property Value
HasTravelNecessities
Whether the station has shops for travel necessities.
public bool HasTravelNecessities { get; init; }
Property Value
HasWiFi
Whether the station has public WiFi access.
public bool HasWiFi { get; init; }