IStandingDataManager Interface |
Namespace: VirtualRadar.Interface.StandingData
The IStandingDataManager type exposes the following members.
Name | Description | |
---|---|---|
![]() | CodeBlocksLoaded |
Returns true if the code blocks have been loaded.
|
![]() | Lock |
Gets the lock object.
|
![]() | Provider |
Gets or sets the object that abstracts away the environment to make testing easier.
|
![]() | RouteStatus |
Returns status information about the current route files.
|
![]() | Singleton |
Gets the single instance of the class that should be used throughout the application.
(Inherited from ISingletonT.) |
Name | Description | |
---|---|---|
![]() | FindAircraftType |
Returns the ICAO8643 type information for the aircraft type passed across.
|
![]() | FindAirlinesForCode |
Returns the airlines that have the IATA or ICAO code passed across.
|
![]() | FindCodeBlock |
Returns the code block for the ICAO24 aircraft identifier passed across.
|
![]() | FindRoute |
Returns the route that the aircraft using the callsign passed across is most likely following.
|
![]() | Load |
Forces the manager to load the data if it hasn't already been loaded. Does
nothing if the data is already loaded.
|
Name | Description | |
---|---|---|
![]() | LoadCompleted |
Raised after Load has finished loading the data and RouteStatus has been updated.
|