Click or drag to resize
AircraftListJsonBuilderArgs Class
The object that passes arguments to the Build(AircraftListJsonBuilderArgs) method.
Inheritance Hierarchy
SystemObject
  VirtualRadar.Interface.WebSiteAircraftListJsonBuilderArgs

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

The AircraftListJsonBuilderArgs type exposes the following members.

Constructors
  NameDescription
Public methodAircraftListJsonBuilderArgs
Creates a new object.
Top
Properties
  NameDescription
Public propertyAircraftList
Gets or sets the aircraft list that provides details of the aircraft being tracked.
Public propertyAlwaysShowIcao
Gets or sets a value indicating that the ICAO should always be shown for each aircraft, even if it has not changed.
Public propertyBrowserLatitude
Gets or sets the latitude that the browser is located on.
Public propertyBrowserLongitude
Gets or sets the longitude that the browser is located on.
Public propertyFeedsNotRequired
Gets or sets a value indicating that the Feeds list does not need to be filled in.
Public propertyFilter
Gets or sets the filters used to suppress aircraft from the list.
Public propertyIgnoreUnchanged
Gets or sets a value indicating that aircraft that have not changed are not to be included in the aircraft list.
Public propertyIsFlightSimulatorList
Gets or sets a value indicating that this is being used to build a list of flight simulator aircraft.
Public propertyIsInternetClient
Gets or sets a value indicating that the aircraft JSON list is going to be sent to an Internet client.
Public propertyOnlyIncludeMessageFields
Gets or sets a value indicating that fields derived from aircraft messages are to be suppressed, only fields taken directly from an aircraft are to be included in the aircraft JSON.
Public propertyPreviousAircraft
Gets the list of aircraft that the browser was told about the last time it asked for a list.
Public propertyPreviousDataVersion
Gets or sets the DataVersion of the data that was last sent to the browser. Use -1 if the browser does not report the previous data version.
Public propertyResendTrails
Gets or sets a flag indicating that the entire trail for each aircraft should be sent regardless of whether the browser has been previously sent the trail or not.
Public propertySelectedAircraftId
Gets or sets the ID of the selected aircraft or -1 if no aircraft was selected.
Public propertyServerTimeTicks
Gets or sets the time (in ticks) that the last aircraft list received by the site was generated by the server. This is -1 if the stm query string parameter is not present or not parseable.
Public propertySortBy
Gets a list of AircraftComparerColumn columns to sort by and a bool to indicate whether the sort direction is ascending (true) or descending (false).
Public propertySourceFeedId
Gets or sets the ID of the source receiver.
Public propertyTrailType
Gets or sets a value indicating what type of trail is required.
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