Class Header2
Class object for Arinc424 Header Record 2
Implements
Inherited Members
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 SourceHeader2()
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
View SourceFields
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
View SourceDescriptiveText
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)