Property | Type | Description | |
---|---|---|---|
RouteTimeTable | System |
Method | Description | |
---|---|---|
AddDailyEntries ( RouteEntryDestination destination, System.TimeSpan time ) : void | ||
AddDailyEntries ( RouteEntryDestination destination, System.TimeSpan time, |
||
AddEntry ( RouteTimeTableEntry entry ) : void | ||
AddWeekDailyEntries ( RouteEntryDestination destination, System.TimeSpan time ) : void | ||
GetEntries ( |
||
GetEntries ( DayOfWeek day, System.Boolean useSeason = true ) : List |
||
GetEntry ( DayOfWeek day, System.TimeSpan startTime, System.TimeSpan endTime ) : RouteTimeTableEntry | ||
GetNextEntry ( System.DateTime time ) : RouteTimeTableEntry | ||
GetNextEntry ( System.DateTime time, |
||
GetNextEntry ( System.DateTime time, |
||
GetNextEntry ( RouteTimeTableEntry entry ) : RouteTimeTableEntry | ||
GetObjectData ( |
||
GetRouteEntryDestinations ( ) : List |
||
RemoveEntry ( RouteTimeTableEntry entry ) : void | ||
RouteTimeTable ( |
Method | Description | |
---|---|---|
RouteTimeTable ( |
public AddDailyEntries ( RouteEntryDestination destination, System.TimeSpan time ) : void | ||
destination | RouteEntryDestination | |
time | System.TimeSpan | |
return | void |
public AddDailyEntries ( RouteEntryDestination destination, System.TimeSpan time, |
||
destination | RouteEntryDestination | |
time | System.TimeSpan | |
airliner | ||
return | void |
public AddEntry ( RouteTimeTableEntry entry ) : void | ||
entry | RouteTimeTableEntry | |
return | void |
public AddWeekDailyEntries ( RouteEntryDestination destination, System.TimeSpan time ) : void | ||
destination | RouteEntryDestination | |
time | System.TimeSpan | |
return | void |
public GetEntries ( |
||
destination | ||
return | List |
public GetEntries ( DayOfWeek day, System.Boolean useSeason = true ) : List |
||
day | DayOfWeek | |
useSeason | System.Boolean | |
return | List |
public GetEntry ( DayOfWeek day, System.TimeSpan startTime, System.TimeSpan endTime ) : RouteTimeTableEntry | ||
day | DayOfWeek | |
startTime | System.TimeSpan | |
endTime | System.TimeSpan | |
return | RouteTimeTableEntry |
public GetNextEntry ( System.DateTime time ) : RouteTimeTableEntry | ||
time | System.DateTime | |
return | RouteTimeTableEntry |
public GetNextEntry ( System.DateTime time, |
||
time | System.DateTime | |
airport | ||
return | RouteTimeTableEntry |
public GetNextEntry ( System.DateTime time, |
||
time | System.DateTime | |
airliner | ||
return | RouteTimeTableEntry |
public GetNextEntry ( RouteTimeTableEntry entry ) : RouteTimeTableEntry | ||
entry | RouteTimeTableEntry | |
return | RouteTimeTableEntry |
public GetObjectData ( |
||
info | ||
context | ||
return | void |
public RemoveEntry ( RouteTimeTableEntry entry ) : void | ||
entry | RouteTimeTableEntry | |
return | void |
public RouteTimeTable ( |
||
route | ||
return | System |