AircraftListJsonBuilderArgs Class |
Namespace: VirtualRadar.Interface.WebSite
The AircraftListJsonBuilderArgs type exposes the following members.
Name | Description | |
---|---|---|
![]() | AircraftListJsonBuilderArgs |
Creates a new object.
|
Name | Description | |
---|---|---|
![]() | AircraftList |
Gets or sets the aircraft list that provides details of the aircraft being tracked.
|
![]() | AlwaysShowIcao |
Gets or sets a value indicating that the ICAO should always be shown for each aircraft, even if it has not changed.
|
![]() | BrowserLatitude |
Gets or sets the latitude that the browser is located on.
|
![]() | BrowserLongitude |
Gets or sets the longitude that the browser is located on.
|
![]() | FeedsNotRequired |
Gets or sets a value indicating that the Feeds list does not need to be filled in.
|
![]() | Filter |
Gets or sets the filters used to suppress aircraft from the list.
|
![]() | IgnoreUnchanged |
Gets or sets a value indicating that aircraft that have not changed are not to be included in the
aircraft list.
|
![]() | IsFlightSimulatorList |
Gets or sets a value indicating that this is being used to build a list of flight simulator aircraft.
|
![]() | IsInternetClient |
Gets or sets a value indicating that the aircraft JSON list is going to be sent to an Internet client.
|
![]() | OnlyIncludeMessageFields |
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.
|
![]() | PreviousAircraft |
Gets the list of aircraft that the browser was told about the last time it asked for a list.
|
![]() | PreviousDataVersion |
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.
|
![]() | ResendTrails |
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.
|
![]() | SelectedAircraftId |
Gets or sets the ID of the selected aircraft or -1 if no aircraft was selected.
|
![]() | ServerTimeTicks |
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.
|
![]() | SortBy |
Gets a list of AircraftComparerColumn columns to sort by and a bool to indicate whether the sort direction
is ascending (true) or descending (false).
|
![]() | SourceFeedId |
Gets or sets the ID of the source receiver.
|
![]() | TrailType |
Gets or sets a value indicating what type of trail is required.
|
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |