Click or drag to resize
DirectoryEntryJson Class
The JSON object that carries directory information back to the VRS mothership.
Inheritance Hierarchy
SystemObject
  VirtualRadar.Interface.WebSiteDirectoryEntryJson

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

The DirectoryEntryJson type exposes the following members.

Constructors
  NameDescription
Public methodDirectoryEntryJson
Initializes a new instance of the DirectoryEntryJson class
Top
Properties
  NameDescription
Public propertyNumberOfAircraft
Gets or sets the highest number of aircraft across all feeds that can be viewed from the site.
Public propertyNumberOfFeeds
Gets or sets the number of feeds that can be viewed from the site.
Public propertyVersion
Gets or sets the version number of VRS that the site is running.
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
Remarks
These are not sent automatically - rather the VRS site requests one when it is checking to see if the site is still alive. The user has to register the site with the directory before the mothership will start requesting directory entries.
See Also