Class CommonRecordFields
Common Record Fields
Inheritance
System.Object
CommonRecordFields
Implements
Inherited Members
Namespace: FpAssistantCore.Arinc424.Records
Assembly: FpAssistantCoreScl.dll
Syntax
public abstract class CommonRecordFields : BaseRecord, IBaseRecord
Constructors
View SourceCommonRecordFields(String)
Declaration
public CommonRecordFields(string record)
Parameters
Type | Name | Description |
---|---|---|
System.String | record | ARINC424 record read from navigation database file |
Properties
View SourceCycleDate
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 |