Table of Contents

Enum TripType

Namespace
DotBahn.Timetables.Models.Enumerations
Assembly
DotBahn.Timetables.dll

Type of trip/train service.

[JsonConverter(typeof(JsonStringEnumConverter<TripType>))]
public enum TripType

Fields

[JsonStringEnumMemberName("e")] Empty = 1

Empty train movement (no passengers).

[JsonStringEnumMemberName("h")] H = 4

Additional train type (h).

[JsonStringEnumMemberName("n")] N = 5

Additional train type (n).

[JsonStringEnumMemberName("p")] Passenger = 0

Regular passenger service.

[JsonStringEnumMemberName("s")] S = 3

Additional train type (s).

Unknown = 6

There is no further information available.

[JsonStringEnumMemberName("z")] Z = 2

Additional train type (z).