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.PropertyNameAndValues()
BaseRecord.UpdateThisProperty(String, String, List<FieldStructure>)
BaseRecord.Humanize(String)
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

View Source

Header2()

Constructor: Creating new default record

Declaration
public Header2()
View Source

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

View Source

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

HeaderIdent

Contains “HDR”

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

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

View Source

DescriptiveText

Contains information specific to data supplier

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

(Optional)

View Source

EffectiveDate

Effective Date is the date associated with the Cycle Date

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

(Optional)

View Source

ExpirationDate

Expiration Date is the date associated with the Cycle Date

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

(Optional)

View Source

SupplierTextField

Contains information specific to data supplier

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

(Optional)

Implements

IBaseRecord
  • View Source
In This Article
Back to top Copyright 2018-2024 CADology Limited