Click or drag to resize
AircraftListJson Class
The list of aircraft that is sent to the browser as a JSON file.
Inheritance Hierarchy
SystemObject
  VirtualRadar.Interface.WebSiteAircraftListJson

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

The AircraftListJson type exposes the following members.

Constructors
  NameDescription
Public methodAircraftListJson
Creates a new object.
Top
Properties
  NameDescription
Public propertyAircraft
Gets the list of aircraft to show to the user.
Public propertyAvailableAircraft
Gets or sets the total number of aircraft that the server is currently tracking.
Public propertyFeeds
Gets a collection of feeds that VRS has been configured to listen to and are currently enabled.
Public propertyFlagHeight
Gets or sets the height of the operator flags.
Public propertyFlagWidth
Gets or sets the width of the operator flags.
Public propertyLastDataVersion
Gets or sets the latest DataVersion for the aircraft in the aircraft list.
Public propertyServerConfigChanged
Gets or sets a value indicating that the server configuration has changed since their last update.
Public propertyServerTime
Gets or sets the server's current time as the number of Javascript ticks in a UTC DateTime.
Public propertyShortTrailLengthSeconds
Gets or sets the number of seconds of positions to show in short trails.
Public propertyShowFlags
Gets or sets a value indicating that operator flags can be shown for aircraft.
Public propertyShowPictures
Gets or sets a value indicating that pictures can be shown for aircraft.
Public propertyShowSilhouettes
Gets or sets a value indicating that silhouettes can be shown for aircraft.
Public propertySource
Gets or sets the source of the aircraft list (see AircraftListSource).
Public propertySourceFeedId
Gets or sets the ID of the feed that this aircraft list is showing.
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