Click or drag to resize
BaseStationAircraftAndFlightsCount Class
An extension of the BaseStationAircraft object that includes a count of flights.
Inheritance Hierarchy
SystemObject
  VirtualRadar.Interface.DatabaseBaseStationAircraft
    VirtualRadar.Interface.DatabaseBaseStationAircraftAndFlightsCount

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

The BaseStationAircraftAndFlightsCount type exposes the following members.

Constructors
  NameDescription
Public methodBaseStationAircraftAndFlightsCount
Initializes a new instance of the BaseStationAircraftAndFlightsCount 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.
(Inherited from BaseStationAircraft.)
Public propertyAircraftID
Gets or sets the unique identifier of the aircraft in the database.
(Inherited from BaseStationAircraft.)
Public propertyCofACategory
Gets or sets the certificate of airworthiness category.
(Inherited from BaseStationAircraft.)
Public propertyCofAExpiry
Gets or sets the date that the certificate of airworthiness expires.
(Inherited from BaseStationAircraft.)
Public propertyCountry
Gets or sets the country of the operator.
(Inherited from BaseStationAircraft.)
Public propertyCurrentRegDate
Gets or sets the date that the aircraft was registered.
(Inherited from BaseStationAircraft.)
Public propertyDeRegDate
Gets or sets the date that the plane was taken off the register.
(Inherited from BaseStationAircraft.)
Public propertyEngines
Gets or sets a description of the engines on the aircraft.
(Inherited from BaseStationAircraft.)
Public propertyFirstCreated
Gets or sets the date and time (UTC) that the record was created.
(Inherited from BaseStationAircraft.)
Public propertyFirstRegDate
Gets or sets the date that the aircraft was first placed onto the register.
(Inherited from BaseStationAircraft.)
Public propertyFlightsCount
Gets or sets the number of flight records for the aircraft.
Public propertyGenericName
Gets or sets the generic name for the type of aircraft.
(Inherited from BaseStationAircraft.)
Public propertyICAOTypeCode
Gets or sets the ICAO 8643 type code for the aircraft.
(Inherited from BaseStationAircraft.)
Public propertyInfoUrl
Gets or sets the URL of a web page showing more information about the aircraft.
(Inherited from BaseStationAircraft.)
Public propertyInterested
Gets or sets a value indicating that the BaseStation operator wants to be alerted when this aircraft appears.
(Inherited from BaseStationAircraft.)
Public propertyLastModified
Gets or sets the date and time (UTC) that the record was last changed.
(Inherited from BaseStationAircraft.)
Public propertyManufacturer
Gets or sets the full name of the aircraft's manufacturer.
(Inherited from BaseStationAircraft.)
Public propertyModeS
Gets or sets the 24-bit Mode-S identifier assigned to the aircraft.
(Inherited from BaseStationAircraft.)
Public propertyModeSCountry
Gets or sets the country of registration.
(Inherited from BaseStationAircraft.)
Public propertyMTOW
Gets or sets the maximum takeoff weight of the aircraft.
(Inherited from BaseStationAircraft.)
Public propertyOperatorFlagCode
Gets or sets the ICAO code for the aircraft's operator.
(Inherited from BaseStationAircraft.)
Public propertyOwnershipStatus
Gets or sets a value describing whether the aircraft is owned outright, leased etc.
(Inherited from BaseStationAircraft.)
Public propertyPictureUrl1
Gets or sets the URL of a picture of the aircraft.
(Inherited from BaseStationAircraft.)
Public propertyPictureUrl2
Gets or sets the URL of a picture of the aircraft.
(Inherited from BaseStationAircraft.)
Public propertyPictureUrl3
Gets or sets the URL of a picture of the aircraft.
(Inherited from BaseStationAircraft.)
Public propertyPopularName
Gets or sets the popular name for the type of aircraft.
(Inherited from BaseStationAircraft.)
Public propertyPreviousID
Gets or sets the previous Mode-S ID of the aircraft (I think? not sure, never seen this set).
(Inherited from BaseStationAircraft.)
Public propertyRegisteredOwners
Gets or sets the operator of the aircraft.
(Inherited from BaseStationAircraft.)
Public propertyRegistration
Gets or sets the registration of the aircraft.
(Inherited from BaseStationAircraft.)
Public propertySerialNo
Gets or sets the manufacturers serial number assigned to the aircraft.
(Inherited from BaseStationAircraft.)
Public propertyStatus
Gets or sets a value describing whether the aircraft is in service, mothballed etc.
(Inherited from BaseStationAircraft.)
Public propertyTotalHours
Gets or sets the total hours flown by the aircraft.
(Inherited from BaseStationAircraft.)
Public propertyType
Gets or sets a description of the model of the aircraft.
(Inherited from BaseStationAircraft.)
Public propertyUserNotes
Gets or sets the user's notes on the aircraft.
(Inherited from BaseStationAircraft.)
Public propertyUserString1
Gets or sets the user string 1 field.
(Inherited from BaseStationAircraft.)
Public propertyUserTag
Gets or sets the user tag on the aircraft.
(Inherited from BaseStationAircraft.)
Public propertyYearBuilt
Gets or sets the year the aircraft was manufactured.
(Inherited from BaseStationAircraft.)
Top
Methods
  NameDescription
Public methodEquals
See base docs.
(Inherited from BaseStationAircraft.)
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