Click or drag to resize
SearchBaseStationCriteria Class
An object that carries search criteria for use in searching the BaseStation database. All string criteria are case insensitive.
Inheritance Hierarchy
SystemObject
  VirtualRadar.Interface.DatabaseSearchBaseStationCriteria

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

The SearchBaseStationCriteria type exposes the following members.

Constructors
  NameDescription
Public methodSearchBaseStationCriteria
Initializes a new instance of the SearchBaseStationCriteria class
Top
Properties
  NameDescription
Public propertyCallsign
Gets or sets the callsign to search for.
Public propertyCountry
Gets or sets the ICAO24 country to search for.
Public propertyDate
Gets or sets the date range to search across.
Public propertyFirstAltitude
Gets or sets the first altitude range to search for.
Public propertyIcao
Gets or sets the ICAO24 code to search for.
Public propertyIsEmergency
Gets or sets a value indicating that only flights that broadcast an emergency squawk code should be included.
Public propertyLastAltitude
Gets or sets the last altitude range to search for.
Public propertyOperator
Gets or sets the aircraft owner / operator to search for.
Public propertyRegistration
Gets or sets the registration to search for.
Public propertyType
Gets or sets the model ICAO code to search for.
Public propertyUseAlternateCallsigns
Gets or sets a value indicating that alternate callsigns should be searched for.
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