Show / Hide Table of Contents

Class Header2

Class object for Arinc424 Header Record 2

Inheritance
System.Object
BaseRecord
Header2
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.UpdateThisProperty(String, String, List<FieldStructure>)
Namespace: FpAssistantCore.Arinc424.Records
Assembly: FpAssistantCoreScl.dll
Syntax
public class Header2 : BaseRecord, IBaseRecord
Remarks

Header record fields are considered required unless specified otherwise. Header records are identified by HDR in columns 1 through 3 of the record

Constructors

Header2()

Constructor: Creating new default record

Declaration
public Header2()

Header2(String)

Constructor for class Header2

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

ARINC424 record read from navigation database file

Fields

Fields

List of ARINC 424 Field with column details within the record ASCII format

Declaration
public static List<FieldStructure> Fields
Field Value
Type Description
List<FieldStructure>

HeaderIdent

Contains “HDR”

Declaration
public const string HeaderIdent = null
Field Value
Type Description
System.String

HeaderNumber

Contains decimal 01 to indicate this is the first Header Record

Declaration
public const string HeaderNumber = null
Field Value
Type Description
System.String

Properties

DescriptiveText

Contains information specific to data supplier

Declaration
public string DescriptiveText { get; set; }
Property Value
Type Description
System.String
Remarks

(Optional)

EffectiveDate

Effective Date is the date associated with the Cycle Date

Declaration
public DateTime EffectiveDate { get; set; }
Property Value
Type Description
DateTime
Remarks

(Optional)

ExpirationDate

Expiration Date is the date associated with the Cycle Date

Declaration
public DateTime ExpirationDate { get; set; }
Property Value
Type Description
DateTime
Remarks

(Optional)

SupplierTextField

Contains information specific to data supplier

Declaration
public string SupplierTextField { get; set; }
Property Value
Type Description
System.String
Remarks

(Optional)

Implements

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