Table of Contents

Class EvaNumber

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

An EVA (Europäische Verkehrsanlagen) number uniquely identifying a railway station or stop.

public class EvaNumber
Inheritance
EvaNumber
Inherited Members

Constructors

EvaNumber()

public EvaNumber()

Properties

Coordinates

Geographic coordinates associated with this EVA number.

public Coordinates? Coordinates { get; init; }

Property Value

Coordinates

IsMain

Whether this is the primary EVA number for the station. Large stations may have multiple EVA numbers for different platform areas.

public required bool IsMain { get; init; }

Property Value

bool

Number

The EVA number.

public required long Number { get; init; }

Property Value

long