SearchBaseStationCriteria Class |
Namespace: VirtualRadar.Interface.Database
The SearchBaseStationCriteria type exposes the following members.
Name | Description | |
---|---|---|
![]() | SearchBaseStationCriteria | Initializes a new instance of the SearchBaseStationCriteria class |
Name | Description | |
---|---|---|
![]() | Callsign |
Gets or sets the callsign to search for.
|
![]() | Country |
Gets or sets the ICAO24 country to search for.
|
![]() | Date |
Gets or sets the date range to search across.
|
![]() | FirstAltitude |
Gets or sets the first altitude range to search for.
|
![]() | Icao |
Gets or sets the ICAO24 code to search for.
|
![]() | IsEmergency |
Gets or sets a value indicating that only flights that broadcast an emergency squawk code should be included.
|
![]() | LastAltitude |
Gets or sets the last altitude range to search for.
|
![]() | Operator |
Gets or sets the aircraft owner / operator to search for.
|
![]() | Registration |
Gets or sets the registration to search for.
|
![]() | Type |
Gets or sets the model ICAO code to search for.
|
![]() | UseAlternateCallsigns |
Gets or sets a value indicating that alternate callsigns should be searched for.
|
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.) |