Provides access to members in transit data.
Members
Name | Description | |
---|---|---|
CalendarExceptionsTableName | The qualified name of the calendar exceptions table | |
CalendarsTableName | The qualified name of the calendars table | |
LinesTableName | The qualified name of the lines table | |
LineVariantsTableName | The qualified name of the line variants table | |
RunsTableName | The qualified name of the runs table | |
ScheduleElementsTableName | The qualified name of the schedule elements table | |
SchedulesTableName | The qualified name of the schedules table | |
TableNames | The qualified names of all transit tables |
ITransitData.CalendarExceptionsTableName Property
The qualified name of the calendar exceptions table.
Public Property CalendarExceptionsTableName As String
public string CalendarExceptionsTableName {get; set;}
ITransitData.CalendarsTableName Property
The qualified name of the calendars table.
Public Property CalendarsTableName As String
public string CalendarsTableName {get; set;}
ITransitData.LinesTableName Property
The qualified name of the lines table.
Public Property LinesTableName As String
public string LinesTableName {get; set;}
ITransitData.LineVariantsTableName Property
The qualified name of the line variants table.
Public Property LineVariantsTableName As String
public string LineVariantsTableName {get; set;}
ITransitData.RunsTableName Property
The qualified name of the runs table.
Public Property RunsTableName As String
public string RunsTableName {get; set;}
ITransitData.ScheduleElementsTableName Property
The qualified name of the schedule elements table.
Public Property ScheduleElementsTableName As String
public string ScheduleElementsTableName {get; set;}
ITransitData.SchedulesTableName Property
The qualified name of the schedules table.
Public Property SchedulesTableName As String
public string SchedulesTableName {get; set;}
ITransitData.TableNames Property
The qualified names of all transit tables.
Public ReadOnly Property TableNames As IStringArray
public IStringArray TableNames {get;}
Classes that implement ITransitData
Classes | Description |
---|---|
TransitData | A container for transit data members. |