Show / Hide Table of Contents

Class FieldStructure

Class to hold the field structure of ARINC 424 records (ASCII format in 132 columns)

Inheritance
object
FieldStructure
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: FpAssistantCore.Arinc424.Records
Assembly: FpAssistantCoreScl.dll
Syntax
public class FieldStructure

Constructors

View Source

FieldStructure(string, int, int)

Declaration
public FieldStructure(string fieldName, int columnStart, int columnEnd)
Parameters
Type Name Description
string fieldName
int columnStart
int columnEnd

Properties

View Source

ColumnEnd

Column number that field end at

Declaration
public int ColumnEnd { get; set; }
Property Value
Type Description
int
View Source

ColumnStart

Column number that field starts at

Declaration
public int ColumnStart { get; set; }
Property Value
Type Description
int
View Source

FieldLength

The maximum number of characters that the field is allowed in the record

Declaration
public int FieldLength { get; }
Property Value
Type Description
int
View Source

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
string
  • View Source
In this article
Back to top Copyright 2018-2025 CADology Limited