Table of Contents

Class Diagnostic

Namespace
Arinc424.Diagnostics
Assembly
Arinc424.dll
public abstract class Diagnostic
Inheritance
Diagnostic
Derived

Constructors

Diagnostic(Record424, string, DiagnosticType)

protected Diagnostic(Record424 record, string problem, DiagnosticType diagnosticType)

Parameters

record Record424
problem string
diagnosticType DiagnosticType

Properties

DiagnosticType

public DiagnosticType DiagnosticType { get; }

Property Value

DiagnosticType

Problem

public string Problem { get; }

Property Value

string

Record

[Obsolete("the need is in question")]
public Record424 Record { get; }

Property Value

Record424

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.