Class FieldStructure
Class to hold the field structure of ARINC 424 records (ASCII format in 132 columns)
Inheritance
System.Object
FieldStructure
Namespace: FpAssistantCore.Arinc424.Records
Assembly: FpAssistantCoreScl.dll
Syntax
public class FieldStructure : object
Constructors
View SourceFieldStructure(String, Int32, Int32)
Declaration
public FieldStructure(string fieldName, int columnStart, int columnEnd)
Parameters
Type | Name | Description |
---|---|---|
System.String | fieldName | |
System.Int32 | columnStart | |
System.Int32 | columnEnd |
Properties
View SourceColumnEnd
Column number that field end at
Declaration
public int ColumnEnd { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ColumnStart
Column number that field starts at
Declaration
public int ColumnStart { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
FieldLength
Declaration
public int FieldLength { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
FieldName
Class to hold the field structure of ARINC 424 records (ASCII format in 132 columns)
Declaration
public string FieldName { get; set; }
Property Value
Type | Description |
---|---|
System.String |