Skip to main content

This is documentation for Caché & Ensemble. See the InterSystems IRIS version of this content.Opens in a new tab

For information on migrating to InterSystems IRISOpens in a new tab, see Why Migrate to InterSystems IRIS?

Aviation.Aircraft

persistent class Aviation.Aircraft extends %Library.Persistent

SQL Table Name: Aviation.Aircraft

This class represents the details on aircraft involved in events registered by the National Transportation Safety BoardOpens in a new tab.

Note on the data: The dataset provided in this sample demo is only a lightweight subset of the full NTSB dataset, which is available from http://www.ntsb.govOpens in a new tab. This data is supplied here for demonstration purposes only and neither intended nor warranted to be accurate.
Courtesy: National Transportation Safety Board

Property Inventory

Properties

property AccidentExplosion as %Library.String (MAXLEN = 20);
Property methods: AccidentExplosionDisplayToLogical(), AccidentExplosionGet(), AccidentExplosionGetStored(), AccidentExplosionIsValid(), AccidentExplosionLogicalToDisplay(), AccidentExplosionLogicalToOdbc(), AccidentExplosionNormalize(), AccidentExplosionSet()
property AccidentFire as %Library.String (MAXLEN = 20);
Property methods: AccidentFireDisplayToLogical(), AccidentFireGet(), AccidentFireGetStored(), AccidentFireIsValid(), AccidentFireLogicalToDisplay(), AccidentFireLogicalToOdbc(), AccidentFireNormalize(), AccidentFireSet()
property AirFrameHours as %Library.String (MAXLEN = 50);
Property methods: AirFrameHoursDisplayToLogical(), AirFrameHoursGet(), AirFrameHoursGetStored(), AirFrameHoursIsValid(), AirFrameHoursLogicalToDisplay(), AirFrameHoursLogicalToOdbc(), AirFrameHoursNormalize(), AirFrameHoursSet()
property AirFrameHoursSince as %Library.String (MAXLEN = 4);
Property methods: AirFrameHoursSinceDisplayToLogical(), AirFrameHoursSinceGet(), AirFrameHoursSinceGetStored(), AirFrameHoursSinceIsValid(), AirFrameHoursSinceLogicalToDisplay(), AirFrameHoursSinceLogicalToOdbc(), AirFrameHoursSinceNormalize(), AirFrameHoursSinceSet()
property AirFrameHoursSinceLastInspection as %Library.String (MAXLEN = 50);
Property methods: AirFrameHoursSinceLastInspectionDisplayToLogical(), AirFrameHoursSinceLastInspectionGet(), AirFrameHoursSinceLastInspectionGetStored(), AirFrameHoursSinceLastInspectionIsValid(), AirFrameHoursSinceLastInspectionLogicalToDisplay(), AirFrameHoursSinceLastInspectionLogicalToOdbc(), AirFrameHoursSinceLastInspectionNormalize(), AirFrameHoursSinceLastInspectionSet()
property AircraftCategory as %Library.String (MAXLEN = 20);
Property methods: AircraftCategoryDisplayToLogical(), AircraftCategoryGet(), AircraftCategoryGetStored(), AircraftCategoryIsValid(), AircraftCategoryLogicalToDisplay(), AircraftCategoryLogicalToOdbc(), AircraftCategoryNormalize(), AircraftCategorySet()
property AircraftCertMaxGrossWeight as %Library.Integer;
Property methods: AircraftCertMaxGrossWeightDisplayToLogical(), AircraftCertMaxGrossWeightGet(), AircraftCertMaxGrossWeightGetStored(), AircraftCertMaxGrossWeightIsValid(), AircraftCertMaxGrossWeightLogicalToDisplay(), AircraftCertMaxGrossWeightNormalize(), AircraftCertMaxGrossWeightSet()
property AircraftHomeBuilt as %Library.String (MAXLEN = 3);
Property methods: AircraftHomeBuiltDisplayToLogical(), AircraftHomeBuiltGet(), AircraftHomeBuiltGetStored(), AircraftHomeBuiltIsValid(), AircraftHomeBuiltLogicalToDisplay(), AircraftHomeBuiltLogicalToOdbc(), AircraftHomeBuiltNormalize(), AircraftHomeBuiltSet()
property AircraftKey as %Library.Integer [ Required ];
Property methods: AircraftKeyDisplayToLogical(), AircraftKeyGet(), AircraftKeyGetStored(), AircraftKeyIsValid(), AircraftKeyLogicalToDisplay(), AircraftKeyNormalize(), AircraftKeySet()
property AircraftManufacturer as %Library.String (MAXLEN = 30);
Property methods: AircraftManufacturerDisplayToLogical(), AircraftManufacturerGet(), AircraftManufacturerGetStored(), AircraftManufacturerIsValid(), AircraftManufacturerLogicalToDisplay(), AircraftManufacturerLogicalToOdbc(), AircraftManufacturerNormalize(), AircraftManufacturerSet()
property AircraftModel as %Library.String (MAXLEN = 20);
Property methods: AircraftModelDisplayToLogical(), AircraftModelGet(), AircraftModelGetStored(), AircraftModelIsValid(), AircraftModelLogicalToDisplay(), AircraftModelLogicalToOdbc(), AircraftModelNormalize(), AircraftModelSet()
property AircraftRegistrationClass as %Library.String (MAXLEN = 50);
Property methods: AircraftRegistrationClassDisplayToLogical(), AircraftRegistrationClassGet(), AircraftRegistrationClassGetStored(), AircraftRegistrationClassIsValid(), AircraftRegistrationClassLogicalToDisplay(), AircraftRegistrationClassLogicalToOdbc(), AircraftRegistrationClassNormalize(), AircraftRegistrationClassSet()
property AircraftSerialNo as %Library.String (MAXLEN = 20);
Property methods: AircraftSerialNoDisplayToLogical(), AircraftSerialNoGet(), AircraftSerialNoGetStored(), AircraftSerialNoIsValid(), AircraftSerialNoLogicalToDisplay(), AircraftSerialNoLogicalToOdbc(), AircraftSerialNoNormalize(), AircraftSerialNoSet()
property AircraftSeries as %Library.String (MAXLEN = 10);
Property methods: AircraftSeriesDisplayToLogical(), AircraftSeriesGet(), AircraftSeriesGetStored(), AircraftSeriesIsValid(), AircraftSeriesLogicalToDisplay(), AircraftSeriesLogicalToOdbc(), AircraftSeriesNormalize(), AircraftSeriesSet()
relationship Crew as array of Aviation.Crew [ InitialExpression = $listbuild("Aviation.Crew","Aircraft",+$this,"children",1,1) , Transient , Inverse = Aircraft , Cardinality = children ];
Property methods: CrewGet(), CrewGetObject(), CrewGetObjectId(), CrewGetSwizzled(), CrewIsEmpty(), CrewIsValid(), CrewNewObject(), CrewRClose(), CrewRExec(), CrewRFetch(), CrewRelate(), CrewSQLCompute(), CrewSet(), CrewUnRelate()
property Damage as %Library.String (MAXLEN = 20);
Property methods: DamageDisplayToLogical(), DamageGet(), DamageGetStored(), DamageIsValid(), DamageLogicalToDisplay(), DamageLogicalToOdbc(), DamageNormalize(), DamageSet()
property DepartureAirportId as %Library.String (MAXLEN = 4);
Property methods: DepartureAirportIdDisplayToLogical(), DepartureAirportIdGet(), DepartureAirportIdGetStored(), DepartureAirportIdIsValid(), DepartureAirportIdLogicalToDisplay(), DepartureAirportIdLogicalToOdbc(), DepartureAirportIdNormalize(), DepartureAirportIdSet()
property DepartureCity as %Library.String (MAXLEN = 50);
Property methods: DepartureCityDisplayToLogical(), DepartureCityGet(), DepartureCityGetStored(), DepartureCityIsValid(), DepartureCityLogicalToDisplay(), DepartureCityLogicalToOdbc(), DepartureCityNormalize(), DepartureCitySet()
property DepartureCountry as %Library.String (MAXLEN = 3);
Property methods: DepartureCountryDisplayToLogical(), DepartureCountryGet(), DepartureCountryGetStored(), DepartureCountryIsValid(), DepartureCountryLogicalToDisplay(), DepartureCountryLogicalToOdbc(), DepartureCountryNormalize(), DepartureCountrySet()
property DepartureSameAsEvent as %Library.String (MAXLEN = 1);
Property methods: DepartureSameAsEventDisplayToLogical(), DepartureSameAsEventGet(), DepartureSameAsEventGetStored(), DepartureSameAsEventIsValid(), DepartureSameAsEventLogicalToDisplay(), DepartureSameAsEventLogicalToOdbc(), DepartureSameAsEventNormalize(), DepartureSameAsEventSet()
property DepartureState as %Library.String (MAXLEN = 2);
Property methods: DepartureStateDisplayToLogical(), DepartureStateGet(), DepartureStateGetStored(), DepartureStateIsValid(), DepartureStateLogicalToDisplay(), DepartureStateLogicalToOdbc(), DepartureStateNormalize(), DepartureStateSet()
property DepartureTime as %Library.Integer;
Property methods: DepartureTimeDisplayToLogical(), DepartureTimeGet(), DepartureTimeGetStored(), DepartureTimeIsValid(), DepartureTimeLogicalToDisplay(), DepartureTimeNormalize(), DepartureTimeSet()
property DepartureTimeZone as %Library.String (MAXLEN = 3);
Property methods: DepartureTimeZoneDisplayToLogical(), DepartureTimeZoneGet(), DepartureTimeZoneGetStored(), DepartureTimeZoneIsValid(), DepartureTimeZoneLogicalToDisplay(), DepartureTimeZoneLogicalToOdbc(), DepartureTimeZoneNormalize(), DepartureTimeZoneSet()
property DestinationAirportId as %Library.String (MAXLEN = 4);
Property methods: DestinationAirportIdDisplayToLogical(), DestinationAirportIdGet(), DestinationAirportIdGetStored(), DestinationAirportIdIsValid(), DestinationAirportIdLogicalToDisplay(), DestinationAirportIdLogicalToOdbc(), DestinationAirportIdNormalize(), DestinationAirportIdSet()
property DestinationCity as %Library.String (MAXLEN = 50);
Property methods: DestinationCityDisplayToLogical(), DestinationCityGet(), DestinationCityGetStored(), DestinationCityIsValid(), DestinationCityLogicalToDisplay(), DestinationCityLogicalToOdbc(), DestinationCityNormalize(), DestinationCitySet()
property DestinationCountry as %Library.String (MAXLEN = 3);
Property methods: DestinationCountryDisplayToLogical(), DestinationCountryGet(), DestinationCountryGetStored(), DestinationCountryIsValid(), DestinationCountryLogicalToDisplay(), DestinationCountryLogicalToOdbc(), DestinationCountryNormalize(), DestinationCountrySet()
property DestinationSameAsLocal as %Library.String (MAXLEN = 4);
Property methods: DestinationSameAsLocalDisplayToLogical(), DestinationSameAsLocalGet(), DestinationSameAsLocalGetStored(), DestinationSameAsLocalIsValid(), DestinationSameAsLocalLogicalToDisplay(), DestinationSameAsLocalLogicalToOdbc(), DestinationSameAsLocalNormalize(), DestinationSameAsLocalSet()
property DestinationState as %Library.String (MAXLEN = 2);
Property methods: DestinationStateDisplayToLogical(), DestinationStateGet(), DestinationStateGetStored(), DestinationStateIsValid(), DestinationStateLogicalToDisplay(), DestinationStateLogicalToOdbc(), DestinationStateNormalize(), DestinationStateSet()
property EngineCount as %Library.Integer;
Property methods: EngineCountDisplayToLogical(), EngineCountGet(), EngineCountGetStored(), EngineCountIsValid(), EngineCountLogicalToDisplay(), EngineCountNormalize(), EngineCountSet()
property EvacuationOccurred as %Library.String (MAXLEN = 1);
Property methods: EvacuationOccurredDisplayToLogical(), EvacuationOccurredGet(), EvacuationOccurredGetStored(), EvacuationOccurredIsValid(), EvacuationOccurredLogicalToDisplay(), EvacuationOccurredLogicalToOdbc(), EvacuationOccurredNormalize(), EvacuationOccurredSet()
relationship Event as Aviation.Event [ Required , Inverse = Aircraft , Cardinality = parent ];
Property methods: EventGet(), EventGetObject(), EventGetObjectId(), EventGetStored(), EventGetSwizzled(), EventIsValid(), EventNewObject(), EventOnDelete(), EventRClose(), EventRExec(), EventRFetch(), EventRelate(), EventSQLCompute(), EventSet(), EventSetObject(), EventSetObjectId(), EventUnRelate(), EventUnSwizzle()
property EventId as %String [ Required ];
Property methods: EventIdDisplayToLogical(), EventIdGet(), EventIdGetStored(), EventIdIsValid(), EventIdLogicalToDisplay(), EventIdLogicalToOdbc(), EventIdNormalize(), EventIdSet()
property FlightMedical as %Library.String (MAXLEN = 1);
Property methods: FlightMedicalDisplayToLogical(), FlightMedicalGet(), FlightMedicalGetStored(), FlightMedicalIsValid(), FlightMedicalLogicalToDisplay(), FlightMedicalLogicalToOdbc(), FlightMedicalNormalize(), FlightMedicalSet()
property FlightMedicalType as %Library.String (MAXLEN = 15);
Property methods: FlightMedicalTypeDisplayToLogical(), FlightMedicalTypeGet(), FlightMedicalTypeGetStored(), FlightMedicalTypeIsValid(), FlightMedicalTypeLogicalToDisplay(), FlightMedicalTypeLogicalToOdbc(), FlightMedicalTypeNormalize(), FlightMedicalTypeSet()
property FlightPhase as %Library.Integer;
Property methods: FlightPhaseDisplayToLogical(), FlightPhaseGet(), FlightPhaseGetStored(), FlightPhaseIsValid(), FlightPhaseLogicalToDisplay(), FlightPhaseNormalize(), FlightPhaseSet()
property FlightPlan as %Library.String (MAXLEN = 20);
Property methods: FlightPlanDisplayToLogical(), FlightPlanGet(), FlightPlanGetStored(), FlightPlanIsValid(), FlightPlanLogicalToDisplay(), FlightPlanLogicalToOdbc(), FlightPlanNormalize(), FlightPlanSet()
property FlightPlanActivated as %Library.String (MAXLEN = 1);
Property methods: FlightPlanActivatedDisplayToLogical(), FlightPlanActivatedGet(), FlightPlanActivatedGetStored(), FlightPlanActivatedIsValid(), FlightPlanActivatedLogicalToDisplay(), FlightPlanActivatedLogicalToOdbc(), FlightPlanActivatedNormalize(), FlightPlanActivatedSet()
property FlightSiteSeeing as %Library.String (MAXLEN = 1);
Property methods: FlightSiteSeeingDisplayToLogical(), FlightSiteSeeingGet(), FlightSiteSeeingGetStored(), FlightSiteSeeingIsValid(), FlightSiteSeeingLogicalToDisplay(), FlightSiteSeeingLogicalToOdbc(), FlightSiteSeeingNormalize(), FlightSiteSeeingSet()
property FlightType as %Library.String (MAXLEN = 20);
Property methods: FlightTypeDisplayToLogical(), FlightTypeGet(), FlightTypeGetStored(), FlightTypeIsValid(), FlightTypeLogicalToDisplay(), FlightTypeLogicalToOdbc(), FlightTypeNormalize(), FlightTypeSet()
property GearType as %Library.String (MAXLEN = 4);
Property methods: GearTypeDisplayToLogical(), GearTypeGet(), GearTypeGetStored(), GearTypeIsValid(), GearTypeLogicalToDisplay(), GearTypeLogicalToOdbc(), GearTypeNormalize(), GearTypeSet()
property LastInspectionDate as %Library.TimeStamp;
Property methods: LastInspectionDateDisplayToLogical(), LastInspectionDateGet(), LastInspectionDateGetStored(), LastInspectionDateIsValid(), LastInspectionDateLogicalToDisplay(), LastInspectionDateNormalize(), LastInspectionDateOdbcToLogical(), LastInspectionDateSet()
property LastInspectionType as %Library.String (MAXLEN = 50);
Property methods: LastInspectionTypeDisplayToLogical(), LastInspectionTypeGet(), LastInspectionTypeGetStored(), LastInspectionTypeIsValid(), LastInspectionTypeLogicalToDisplay(), LastInspectionTypeLogicalToOdbc(), LastInspectionTypeNormalize(), LastInspectionTypeSet()
property Missing as %Library.String (MAXLEN = 1);
Property methods: MissingDisplayToLogical(), MissingGet(), MissingGetStored(), MissingIsValid(), MissingLogicalToDisplay(), MissingLogicalToOdbc(), MissingNormalize(), MissingSet()
property OperationDomestic as %Library.String (MAXLEN = 20);
Property methods: OperationDomesticDisplayToLogical(), OperationDomesticGet(), OperationDomesticGetStored(), OperationDomesticIsValid(), OperationDomesticLogicalToDisplay(), OperationDomesticLogicalToOdbc(), OperationDomesticNormalize(), OperationDomesticSet()
property OperationScheduled as %Library.String (MAXLEN = 20);
Property methods: OperationScheduledDisplayToLogical(), OperationScheduledGet(), OperationScheduledGetStored(), OperationScheduledIsValid(), OperationScheduledLogicalToDisplay(), OperationScheduledLogicalToOdbc(), OperationScheduledNormalize(), OperationScheduledSet()
property OperationType as %Library.String (MAXLEN = 20);
Property methods: OperationTypeDisplayToLogical(), OperationTypeGet(), OperationTypeGetStored(), OperationTypeIsValid(), OperationTypeLogicalToDisplay(), OperationTypeLogicalToOdbc(), OperationTypeNormalize(), OperationTypeSet()
property OperatorCertificate as %Library.String (MAXLEN = 4);
Property methods: OperatorCertificateDisplayToLogical(), OperatorCertificateGet(), OperatorCertificateGetStored(), OperatorCertificateIsValid(), OperatorCertificateLogicalToDisplay(), OperatorCertificateLogicalToOdbc(), OperatorCertificateNormalize(), OperatorCertificateSet()
property OperatorCertificateNum as %Library.String (MAXLEN = 11);
Property methods: OperatorCertificateNumDisplayToLogical(), OperatorCertificateNumGet(), OperatorCertificateNumGetStored(), OperatorCertificateNumIsValid(), OperatorCertificateNumLogicalToDisplay(), OperatorCertificateNumLogicalToOdbc(), OperatorCertificateNumNormalize(), OperatorCertificateNumSet()
property OperatorCode as %Library.String (MAXLEN = 4);
Property methods: OperatorCodeDisplayToLogical(), OperatorCodeGet(), OperatorCodeGetStored(), OperatorCodeIsValid(), OperatorCodeLogicalToDisplay(), OperatorCodeLogicalToOdbc(), OperatorCodeNormalize(), OperatorCodeSet()
property OperatorCountry as %Library.String (MAXLEN = 4);
Property methods: OperatorCountryDisplayToLogical(), OperatorCountryGet(), OperatorCountryGetStored(), OperatorCountryIsValid(), OperatorCountryLogicalToDisplay(), OperatorCountryLogicalToOdbc(), OperatorCountryNormalize(), OperatorCountrySet()
property OperatorIndividual as %Library.String (MAXLEN = 1);
Property methods: OperatorIndividualDisplayToLogical(), OperatorIndividualGet(), OperatorIndividualGetStored(), OperatorIndividualIsValid(), OperatorIndividualLogicalToDisplay(), OperatorIndividualLogicalToOdbc(), OperatorIndividualNormalize(), OperatorIndividualSet()
property OperatorName as %Library.String (MAXLEN = 50);
Property methods: OperatorNameDisplayToLogical(), OperatorNameGet(), OperatorNameGetStored(), OperatorNameIsValid(), OperatorNameLogicalToDisplay(), OperatorNameLogicalToOdbc(), OperatorNameNormalize(), OperatorNameSet()
property OperatorState as %Library.String (MAXLEN = 2);
Property methods: OperatorStateDisplayToLogical(), OperatorStateGet(), OperatorStateGetStored(), OperatorStateIsValid(), OperatorStateLogicalToDisplay(), OperatorStateLogicalToOdbc(), OperatorStateNormalize(), OperatorStateSet()
property Owner as %Library.String (MAXLEN = 50);
Property methods: OwnerDisplayToLogical(), OwnerGet(), OwnerGetStored(), OwnerIsValid(), OwnerLogicalToDisplay(), OwnerLogicalToOdbc(), OwnerNormalize(), OwnerSet()
property OwnerCertified as %Library.String (MAXLEN = 1);
Property methods: OwnerCertifiedDisplayToLogical(), OwnerCertifiedGet(), OwnerCertifiedGetStored(), OwnerCertifiedIsValid(), OwnerCertifiedLogicalToDisplay(), OwnerCertifiedLogicalToOdbc(), OwnerCertifiedNormalize(), OwnerCertifiedSet()
property OwnerCountry as %Library.String (MAXLEN = 4);
Property methods: OwnerCountryDisplayToLogical(), OwnerCountryGet(), OwnerCountryGetStored(), OwnerCountryIsValid(), OwnerCountryLogicalToDisplay(), OwnerCountryLogicalToOdbc(), OwnerCountryNormalize(), OwnerCountrySet()
property OwnerState as %Library.String (MAXLEN = 2);
Property methods: OwnerStateDisplayToLogical(), OwnerStateGet(), OwnerStateGetStored(), OwnerStateIsValid(), OwnerStateLogicalToDisplay(), OwnerStateLogicalToOdbc(), OwnerStateNormalize(), OwnerStateSet()
property RegistrationNumber as %Library.String (MAXLEN = 11);
Property methods: RegistrationNumberDisplayToLogical(), RegistrationNumberGet(), RegistrationNumberGetStored(), RegistrationNumberIsValid(), RegistrationNumberLogicalToDisplay(), RegistrationNumberLogicalToOdbc(), RegistrationNumberNormalize(), RegistrationNumberSet()
property ReportedToICAO as %Library.String (MAXLEN = 1);
Property methods: ReportedToICAODisplayToLogical(), ReportedToICAOGet(), ReportedToICAOGetStored(), ReportedToICAOIsValid(), ReportedToICAOLogicalToDisplay(), ReportedToICAOLogicalToOdbc(), ReportedToICAONormalize(), ReportedToICAOSet()
property SeatsCabinCrew as %Library.Integer;
Property methods: SeatsCabinCrewDisplayToLogical(), SeatsCabinCrewGet(), SeatsCabinCrewGetStored(), SeatsCabinCrewIsValid(), SeatsCabinCrewLogicalToDisplay(), SeatsCabinCrewNormalize(), SeatsCabinCrewSet()
property SeatsFlightCrew as %Library.Integer;
Property methods: SeatsFlightCrewDisplayToLogical(), SeatsFlightCrewGet(), SeatsFlightCrewGetStored(), SeatsFlightCrewIsValid(), SeatsFlightCrewLogicalToDisplay(), SeatsFlightCrewNormalize(), SeatsFlightCrewSet()
property SeatsPassengers as %Library.Integer;
Property methods: SeatsPassengersDisplayToLogical(), SeatsPassengersGet(), SeatsPassengersGetStored(), SeatsPassengersIsValid(), SeatsPassengersLogicalToDisplay(), SeatsPassengersNormalize(), SeatsPassengersSet()
property SeatsTotal as %Library.Integer;
Property methods: SeatsTotalDisplayToLogical(), SeatsTotalGet(), SeatsTotalGetStored(), SeatsTotalIsValid(), SeatsTotalLogicalToDisplay(), SeatsTotalNormalize(), SeatsTotalSet()
property SecondPilot as %Library.String (MAXLEN = 1);
Property methods: SecondPilotDisplayToLogical(), SecondPilotGet(), SecondPilotGetStored(), SecondPilotIsValid(), SecondPilotLogicalToDisplay(), SecondPilotLogicalToOdbc(), SecondPilotNormalize(), SecondPilotSet()
property server as %Status;
Property methods: serverGet(), serverGetStored(), serverIsValid(), serverLogicalToOdbc(), serverSet()

Indexes

index (IDKEY on ) [IdKey, Type = key];
Index methods: IDKEYCheck(), IDKEYDelete(), IDKEYExists(), IDKEYOpen(), IDKEYSQLCheckUnique(), IDKEYSQLExists(), IDKEYSQLFindPKeyByConstraint(), IDKEYSQLFindRowIDByConstraint()
index (PKINDEX on EventId,AircraftKey) [PrimaryKey, Unique];
Index methods: PKINDEXCheck(), PKINDEXCheckUnique(), PKINDEXDelete(), PKINDEXExists(), PKINDEXOpen(), PKINDEXSQLCheckUnique(), PKINDEXSQLExists(), PKINDEXSQLFindPKeyByConstraint(), PKINDEXSQLFindRowIDByConstraint()

Inherited Members

Inherited Methods

Storage

Storage Model: CacheStorage (Aviation.Aircraft)

{%%PARENT}("Aircraft")(ID)
=
%%CLASSNAME
EventId
AircraftKey
RegistrationNumber
Missing
FlightPlan
FlightPlanActivated
Damage
AccidentFire
AccidentExplosion
AircraftManufacturer
AircraftModel
AircraftSeries
AircraftSerialNo
AircraftCertMaxGrossWeight
AircraftCategory
AircraftRegistrationClass
AircraftHomeBuilt
SeatsFlightCrew
SeatsCabinCrew
SeatsPassengers
SeatsTotal
EngineCount
GearType
LastInspectionType
LastInspectionDate
AirFrameHoursSinceLastInspection
AirFrameHours
Owner
OwnerState
OwnerCountry
OperatorIndividual
OperatorName
OperatorState
OperatorCountry
OperatorCode
OwnerCertified
OperatorCertificate
OperatorCertificateNum
OperationScheduled
OperationDomestic
OperationType
FlightType
SecondPilot
DepartureSameAsEvent
DepartureAirportId
DepartureCity
DepartureState
DepartureCountry
DepartureTime
DepartureTimeZone
DestinationSameAsLocal
DestinationAirportId
DestinationCity
DestinationState
DestinationCountry
FlightPhase
ReportedToICAO
EvacuationOccurred
AirFrameHoursSince
FlightSiteSeeing
FlightMedical
FlightMedicalType
server
FeedbackOpens in a new tab