Click or drag to resize
BaseStationAircraft Class
A simple data transfer object that describes a record from the BaseStation database for an aircraft.
Inheritance Hierarchy

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

The BaseStationAircraft type exposes the following members.

Constructors
  NameDescription
Public methodBaseStationAircraft
Initializes a new instance of the BaseStationAircraft class
Top
Properties
  NameDescription
Public propertyAircraftClass
Gets or sets the aircraft's 'class' - can't find out what this field actually is, guessing it's the species? We derive the species from the model ICAO, this is just for the sake of completeness.
Public propertyAircraftID
Gets or sets the unique identifier of the aircraft in the database.
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 propertyEngines
Gets or sets a description of the engines on the aircraft.
Public propertyFirstCreated
Gets or sets the date and time (UTC) that the record was created.
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 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 propertyLastModified
Gets or sets the date and time (UTC) that the record was last changed.
Public propertyManufacturer
Gets or sets the full name of the aircraft's manufacturer.
Public propertyModeS
Gets or sets the 24-bit Mode-S identifier assigned to the aircraft.
Public propertyModeSCountry
Gets or sets the country of registration.
Public propertyMTOW
Gets or sets the maximum takeoff weight of 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 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 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? not sure, never seen this set).
Public propertyRegisteredOwners
Gets or sets the operator of the aircraft.
Public propertyRegistration
Gets or sets the registration of the aircraft.
Public propertySerialNo
Gets or sets the manufacturers serial number assigned to the aircraft.
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 propertyUserNotes
Gets or sets the user's notes on the aircraft.
Public propertyUserString1
Gets or sets the user string 1 field.
Public propertyUserTag
Gets or sets the user tag on the aircraft.
Public propertyYearBuilt
Gets or sets the year the aircraft was manufactured.
Top
Methods
  NameDescription
Public methodEquals
See base docs.
(Overrides ObjectEquals(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