Reading Buses API V3.0.0
A C#, .net Standard Library for the Reading Buses Open Data API (https://reading-opendata.r2p.com/), available to use in your C# console, WPF, UWP or Win Form Applications.
ReadingBusesAPI.TimeTable.Visit Class Reference

Represents a single instance of a bus visiting at a specific bus stop. More...

Inheritance diagram for ReadingBusesAPI.TimeTable.Visit:
ReadingBusesAPI.TimeTable.HistoricVisit

Public Member Functions

 Visit ()
 The default constructor, used only for JSON Parsing. Will be made internal when System.Text.Json add support for internal constructors in a future update. More...
 

Properties

string AtcoCode [get, set]
 The unique identifier for the bus stop. More...
 
int Sequence [get, set]
 The sequence index value for which it is visited in. More...
 
string LocationName [get, set]
 The name of the location. More...
 
DateTime ScheduledArrival [get, set]
 The Scheduled Arrival time of the bus at the stop. More...
 
DateTime ScheduledDeparture [get, set]
 The Scheduled Departure time of the bus at the stop. More...
 
bool TimingPoint [get, set]
 Is this visit at a timing point stop or not. More...
 

Detailed Description

Represents a single instance of a bus visiting at a specific bus stop.

Constructor & Destructor Documentation

◆ Visit()

ReadingBusesAPI.TimeTable.Visit.Visit ( )

The default constructor, used only for JSON Parsing. Will be made internal when System.Text.Json add support for internal constructors in a future update.

Property Documentation

◆ AtcoCode

string ReadingBusesAPI.TimeTable.Visit.AtcoCode
getset

The unique identifier for the bus stop.

◆ LocationName

string ReadingBusesAPI.TimeTable.Visit.LocationName
getset

The name of the location.

◆ ScheduledArrival

DateTime ReadingBusesAPI.TimeTable.Visit.ScheduledArrival
getset

The Scheduled Arrival time of the bus at the stop.

◆ ScheduledDeparture

DateTime ReadingBusesAPI.TimeTable.Visit.ScheduledDeparture
getset

The Scheduled Departure time of the bus at the stop.

◆ Sequence

int ReadingBusesAPI.TimeTable.Visit.Sequence
getset

The sequence index value for which it is visited in.

◆ TimingPoint

bool ReadingBusesAPI.TimeTable.Visit.TimingPoint
getset

Is this visit at a timing point stop or not.


The documentation for this class was generated from the following file: