Table of Contents

Class StationServices

Namespace
DotBahn.Stations.Models
Assembly
DotBahn.Stations.dll

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

bool

HasLockerSystem

Whether the station has luggage lockers.

public bool HasLockerSystem { get; init; }

Property Value

bool

HasMobilityService

Whether the station offers mobility assistance services for passengers with reduced mobility.

public bool HasMobilityService { get; init; }

Property Value

bool

HasParking

Whether the station has car parking facilities.

public bool HasParking { get; init; }

Property Value

bool

HasPublicFacilities

Whether the station has public restroom facilities.

public bool HasPublicFacilities { get; init; }

Property Value

bool

HasStepFreeAccess

Whether the station has step-free access to platforms (elevators, ramps).

public bool HasStepFreeAccess { get; init; }

Property Value

bool

HasSteplessAccess

Whether the station has stepless access (level boarding).

public bool HasSteplessAccess { get; init; }

Property Value

bool

HasTravelCenter

Whether the station has a DB travel center (Reisezentrum) for ticket sales and customer service.

public bool HasTravelCenter { get; init; }

Property Value

bool

HasTravelNecessities

Whether the station has shops for travel necessities.

public bool HasTravelNecessities { get; init; }

Property Value

bool

HasWiFi

Whether the station has public WiFi access.

public bool HasWiFi { get; init; }

Property Value

bool