Show / Hide Table of Contents

Class CommonRecordFields

Common Record Fields

Inheritance
System.Object
BaseRecord
CommonRecordFields
Airport
AirportSidStarApproach
EnrouteAirway
Waypoint
Implements
IBaseRecord
Inherited Members
BaseRecord.Record
BaseRecord.Id
BaseRecord.Type
BaseRecord.UpdateRecord(String)
BaseRecord.UpdateField(Int32, String)
BaseRecord.GeoFenceWithin(GeoCoordinateBasic, LinearDistance)
BaseRecord.GetFieldContents(List<FieldStructure>, String)
BaseRecord.UpdateThisProperty(String, String, List<FieldStructure>)
Namespace: FpAssistantCore.Arinc424.Records
Assembly: FpAssistantCoreScl.dll
Syntax
public abstract class CommonRecordFields : BaseRecord, IBaseRecord

Constructors

CommonRecordFields(String)

Declaration
public CommonRecordFields(string record)
Parameters
Type Name Description
System.String record

ARINC424 record read from navigation database file

Properties

CycleDate

Cycle Date - identifies the calendar period in which the record was added to the file or last revised.

Declaration
public CycleDate CycleDate { get; }
Property Value
Type Description
CycleDate

FileRecordNumber

File Record Number - number assigned to the record for housekeeping purposes

Declaration
public long FileRecordNumber { get; }
Property Value
Type Description
System.Int64
Remarks

If the file reaches 99999, the next record number will start over with 00000

RecordType

Type of record: Standard or Tailored

Declaration
public Arinc424RecordGroupTypes RecordType { get; }
Property Value
Type Description
Arinc424RecordGroupTypes

Arinc424RecordGroupTypes representation of value

Remarks
RecordType

Implements

IBaseRecord
In This Article
Back to top Copyright 2018-2022 CADology Limited