Table of Contents

Class LinkDiagnostic

Namespace
Arinc424.Diagnostics
Assembly
Arinc424.dll
public class LinkDiagnostic : Diagnostic
Inheritance
LinkDiagnostic
Inherited Members

Constructors

LinkDiagnostic(Record424, string, KeyRanges, (int, int)?)

public LinkDiagnostic(Record424 record, string problem, KeyRanges ranges, (int, int)? section = null)

Parameters

record Record424
problem string
ranges KeyRanges
section (int, int)?

Properties

Ranges

public KeyRanges Ranges { get; }

Property Value

KeyRanges

Section

public (int Index, int SubIndex)? Section { get; }

Property Value

(int, int)?