ReportAircraftJson Class |
Namespace: VirtualRadar.Interface.WebSite
The ReportAircraftJson type exposes the following members.
Name | Description | |
---|---|---|
ReportAircraftJson | Initializes a new instance of the ReportAircraftJson class |
Name | Description | |
---|---|---|
AircraftClass |
Gets or sets the aircraft's 'class' - can't find out what this actually is! Still report it though.
| |
AircraftId |
Gets or sets the unique identifier of the aircraft in the database.
| |
AirframeReg | Obsolete.
Gets or sets the registration as formatted for Airframes.org
| |
CofACategory |
Gets or sets the certificate of airworthiness category.
| |
CofAExpiry |
Gets or sets the date that the certificate of airworthiness expires.
| |
Country |
Gets or sets the country of the operator.
| |
CurrentRegDate |
Gets or sets the date that the aircraft was registered.
| |
DeRegDate |
Gets or sets the date that the plane was taken off the register.
| |
EnginePlacement |
Gets or sets the placement of the engine on the aircraft.
| |
Engines |
Gets or sets a value indicating how many engines there are, or whether the engines are coupled.
| |
EngineType |
Gets or sets the engine type used by the aircraft cast to an int (see EngineType).
| |
FirstRegDate |
Gets or sets the date that the aircraft was first placed onto the register.
| |
GenericName |
Gets or sets the generic name for the type of aircraft.
| |
HasPicture |
Gets or sets a value indicating that the user has a local picture of the aircraft.
| |
Icao |
Gets or sets the 24-bit Mode-S identifier assigned to the aircraft.
| |
IcaoTypeCode |
Gets or sets the ICAO 8643 type code for the aircraft.
| |
InfoUrl |
Gets or sets the URL of a web page showing more information about the aircraft.
| |
Interested |
Gets or sets a value indicating that the BaseStation operator wants to be alerted when this aircraft appears.
| |
IsUnknown |
Gets or sets a value that indicates that the registraton does not correspond to any aircraft in the database.
| |
Manufacturer |
Gets or sets the full name of the aircraft's manufacturer.
| |
Military |
Gets or sets a value indicating that the aircraft is operated by a military force.
| |
ModeSCountry |
Gets or sets the country of registration.
| |
MTOW |
Gets or sets the maximum takeoff weight of the aircraft.
| |
Notes |
Gets or sets the user's notes on the aircraft.
| |
OperatorFlagCode |
Gets or sets the ICAO code for the aircraft's operator.
| |
OwnershipStatus |
Gets or sets a value describing whether the aircraft is owned outright, leased etc.
| |
PictureHeight |
Gets or sets the height of the picture in pixels.
| |
PictureUrl1 |
Gets or sets the URL of a picture of the aircraft.
| |
PictureUrl2 |
Gets or sets the URL of a picture of the aircraft.
| |
PictureUrl3 |
Gets or sets the URL of a picture of the aircraft.
| |
PictureWidth |
Gets or sets the width of the picture in pixels.
| |
PopularName |
Gets or sets the popular name for the type of aircraft.
| |
PreviousId |
Gets or sets the previous Mode-S ID of the aircraft (I think? doesn't make a great deal of sense, would be better off as an int back to another aircraft record - but mine is not to question why...)
| |
RegisteredOwners |
Gets or sets the operator of the aircraft.
| |
Registration |
Gets or sets the registration of the aircraft.
| |
SerialNumber |
Gets or sets the manufacturers serial number assigned to the aircraft.
| |
Species |
Gets or sets the species of the aircraft cast to an int (see Species).
| |
Status |
Gets or sets a value describing whether the aircraft is in service, mothballed etc.
| |
TotalHours |
Gets or sets the total hours flown by the aircraft.
| |
Type |
Gets or sets a description of the model of the aircraft.
| |
WakeTurbulenceCategory |
Gets or sets the ATC wake turbulence category for the aircraft (see WakeTurbulenceCategory) cast to an int.
| |
YearBuilt |
Gets or sets the year the aircraft was manufactured.
|
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 | Returns a string that represents the current object. (Inherited from Object.) |