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.IsContinuationRecord()
BaseRecord.GetFieldContents(List<FieldStructure>, String)
BaseRecord.PropertyNameAndValues()
BaseRecord.UpdateThisProperty(String, String, List<FieldStructure>)
BaseRecord.Humanize(String)
Namespace: FpAssistantCore.Arinc424.Records
Assembly: FpAssistantCoreScl.dll
Syntax
public abstract class CommonRecordFields : BaseRecord, IBaseRecord

Constructors

View Source

CommonRecordFields(String)

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

ARINC424 record read from navigation database file

Properties

View Source

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
View Source

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

View Source

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
  • View Source
In This Article
Back to top Copyright 2018-2024 CADology Limited