AircraftOnlineLookupDetail Class |
Namespace: VirtualRadar.Interface
The AircraftOnlineLookupDetail type exposes the following members.
Name | Description | |
---|---|---|
AircraftOnlineLookupDetail | Initializes a new instance of the AircraftOnlineLookupDetail class |
Name | Description | |
---|---|---|
AircraftDetailId |
Gets or sets the cache's identifier for the record. This is not sent by the online service, it
is for use by the cache. This is ignored by ContentEquals(AircraftOnlineLookupDetail).
| |
Country |
Gets or sets the aircraft's country of registration.
| |
CreatedUtc |
Gets or sets the date that the cache record was created. This is not sent by the online service, it
is for use by the cache. It is not considered by ContentEquals(AircraftOnlineLookupDetail).
| |
Icao |
Gets or sets the aircraft's ICAO.
| |
Manufacturer |
Gets or sets the aircraft's manufacturer.
| |
Model |
Gets or sets the aircraft model.
| |
ModelIcao |
Gets or sets the aircraft model's ICAO 8643 code.
| |
Operator |
Gets or sets the aircraft's operator.
| |
OperatorIcao |
Gets or sets the aircraft's operator ICAO.
| |
Registration |
Gets or sets the aircraft's registration.
| |
Serial |
Gets or sets the aircraft's serial number.
| |
UpdatedUtc |
Gets or sets the date that the cache record was last updated. This is not sent by the online service,
it is for use by the cache. It is not considered by ContentEquals(AircraftOnlineLookupDetail).
| |
YearBuilt |
Gets or sets the aircraft's year of manufacture.
|
Name | Description | |
---|---|---|
ContentEquals |
Returns true if the content (everything excluding AircraftDetailId, CreatedUtc and UpdatedUtc)
of the other object passed in is the same as this object's content.
| |
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.) |