Click or drag to resize
AircraftDetail Class
The DTO returned by IAircraftDetailFetcher.
Inheritance Hierarchy
SystemObject
  VirtualRadar.InterfaceAircraftDetail

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class AircraftDetail

The AircraftDetail type exposes the following members.

Constructors
  NameDescription
Public methodAircraftDetail
Initializes a new instance of the AircraftDetail class
Top
Properties
  NameDescription
Public propertyAircraft
Gets or sets the database aircraft record. This can be null if no database record has been fetched for the aircraft (yet).
Public propertyAircraftType
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.
Public propertyDatabaseRegistration
Gets the registration. If the BaseStation database record is present it takes precedence over the OnlineAircraft record.
Public propertyFlightsCount
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.
Public propertyIcao24
Gets or sets the ICAO24 for the aircraft. This is always supplied.
Public propertyManufacturer
Gets the manufacturer.
Public propertyModelIcao
Gets the model ICAO. If the BaseStation database record is present it takes precedence over the OnlineAircraft record.
Public propertyModelName
Gets the model name. If the BaseStation database record is present it takes precedence over the OnlineAircraft record.
Public propertyOnlineAircraft
Gets or sets the results of the aircraft online lookup. This can be null if no lookup has yet been performed.
Public propertyOperatorIcao
Gets the operator code. If the BaseStation database record is present it takes precedence over the OnlineAircraft record.
Public propertyOperatorName
Gets the operator name. If the BaseStation database record is present it takes precedence over the OnlineAircraft record.
Public propertyPicture
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).
Public propertySerial
Gets the serial number.
Public propertyYearBuilt
Gets the year built.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
See base docs.
(Overrides ObjectToString.)
Top
See Also