AircraftDetail Class |
Namespace: VirtualRadar.Interface
The AircraftDetail type exposes the following members.
Name | Description | |
---|---|---|
AircraftDetail | Initializes a new instance of the AircraftDetail class |
Name | Description | |
---|---|---|
Aircraft |
Gets or sets the database aircraft record. This can be null if no database record has been
fetched for the aircraft (yet).
| |
AircraftType |
Gets or sets the information gleaned from the aircraft's type. This can be null if the SDM
files aren't in place, or they don't contain information about the type, or if the database
record doesn't exist.
| |
DatabaseRegistration |
Gets the registration. If the BaseStation database record is present it takes precedence over the OnlineAircraft record.
| |
FlightsCount |
Gets or sets the number of flights seen for the aircraft. This is only set once, when the
aircraft record is first read. It is never refreshed.
| |
Icao24 |
Gets or sets the ICAO24 for the aircraft. This is always supplied.
| |
Manufacturer |
Gets the manufacturer.
| |
ModelIcao |
Gets the model ICAO. If the BaseStation database record is present it takes precedence over the OnlineAircraft record.
| |
ModelName |
Gets the model name. If the BaseStation database record is present it takes precedence over the OnlineAircraft record.
| |
OnlineAircraft |
Gets or sets the results of the aircraft online lookup. This can be null if no lookup has yet
been performed.
| |
OperatorIcao |
Gets the operator code. If the BaseStation database record is present it takes precedence over the OnlineAircraft record.
| |
OperatorName |
Gets the operator name. If the BaseStation database record is present it takes precedence over the OnlineAircraft record.
| |
Picture |
Gets or sets information about the picture associated with the aircraft. This can be null if
no picture has been found for the aircraft (yet).
| |
Serial |
Gets the serial number.
| |
YearBuilt |
Gets the year built.
|
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString |
See base docs.
(Overrides ObjectToString.) |