Click or drag to resize
ReportAircraftJson Class
Describes an aircraft in a report.
Inheritance Hierarchy
SystemObject
  VirtualRadar.Interface.WebSiteReportAircraftJson

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

The ReportAircraftJson type exposes the following members.

Constructors
  NameDescription
Public methodReportAircraftJson
Initializes a new instance of the ReportAircraftJson class
Top
Properties
  NameDescription
Public propertyAircraftClass
Gets or sets the aircraft's 'class' - can't find out what this actually is! Still report it though.
Public propertyAircraftId
Gets or sets the unique identifier of the aircraft in the database.
Public propertyAirframeReg Obsolete.
Gets or sets the registration as formatted for Airframes.org
Public propertyCofACategory
Gets or sets the certificate of airworthiness category.
Public propertyCofAExpiry
Gets or sets the date that the certificate of airworthiness expires.
Public propertyCountry
Gets or sets the country of the operator.
Public propertyCurrentRegDate
Gets or sets the date that the aircraft was registered.
Public propertyDeRegDate
Gets or sets the date that the plane was taken off the register.
Public propertyEnginePlacement
Gets or sets the placement of the engine on the aircraft.
Public propertyEngines
Gets or sets a value indicating how many engines there are, or whether the engines are coupled.
Public propertyEngineType
Gets or sets the engine type used by the aircraft cast to an int (see EngineType).
Public propertyFirstRegDate
Gets or sets the date that the aircraft was first placed onto the register.
Public propertyGenericName
Gets or sets the generic name for the type of aircraft.
Public propertyHasPicture
Gets or sets a value indicating that the user has a local picture of the aircraft.
Public propertyIcao
Gets or sets the 24-bit Mode-S identifier assigned to the aircraft.
Public propertyIcaoTypeCode
Gets or sets the ICAO 8643 type code for the aircraft.
Public propertyInfoUrl
Gets or sets the URL of a web page showing more information about the aircraft.
Public propertyInterested
Gets or sets a value indicating that the BaseStation operator wants to be alerted when this aircraft appears.
Public propertyIsUnknown
Gets or sets a value that indicates that the registraton does not correspond to any aircraft in the database.
Public propertyManufacturer
Gets or sets the full name of the aircraft's manufacturer.
Public propertyMilitary
Gets or sets a value indicating that the aircraft is operated by a military force.
Public propertyModeSCountry
Gets or sets the country of registration.
Public propertyMTOW
Gets or sets the maximum takeoff weight of the aircraft.
Public propertyNotes
Gets or sets the user's notes on the aircraft.
Public propertyOperatorFlagCode
Gets or sets the ICAO code for the aircraft's operator.
Public propertyOwnershipStatus
Gets or sets a value describing whether the aircraft is owned outright, leased etc.
Public propertyPictureHeight
Gets or sets the height of the picture in pixels.
Public propertyPictureUrl1
Gets or sets the URL of a picture of the aircraft.
Public propertyPictureUrl2
Gets or sets the URL of a picture of the aircraft.
Public propertyPictureUrl3
Gets or sets the URL of a picture of the aircraft.
Public propertyPictureWidth
Gets or sets the width of the picture in pixels.
Public propertyPopularName
Gets or sets the popular name for the type of aircraft.
Public propertyPreviousId
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...)
Public propertyRegisteredOwners
Gets or sets the operator of the aircraft.
Public propertyRegistration
Gets or sets the registration of the aircraft.
Public propertySerialNumber
Gets or sets the manufacturers serial number assigned to the aircraft.
Public propertySpecies
Gets or sets the species of the aircraft cast to an int (see Species).
Public propertyStatus
Gets or sets a value describing whether the aircraft is in service, mothballed etc.
Public propertyTotalHours
Gets or sets the total hours flown by the aircraft.
Public propertyType
Gets or sets a description of the model of the aircraft.
Public propertyWakeTurbulenceCategory
Gets or sets the ATC wake turbulence category for the aircraft (see WakeTurbulenceCategory) cast to an int.
Public propertyYearBuilt
Gets or sets the year the aircraft was manufactured.
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
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also