Click or drag to resize

ICompilerDiagnostic Interface

Represents one compiler diagnostic entry.

Namespace: Altaxo.Main.Services.ScriptCompilation
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public interface ICompilerDiagnostic

The ICompilerDiagnostic type exposes the following members.

Properties
 NameDescription
Public propertyColumn Gets the text column number, or null if no column number applies.
Public propertyLine Gets the text line number, or null if no line number applies.
Public propertyMessageText Gets the message text.
Public propertySeverity Gets the severity level (0: Hidden, 1: Info, 2: Warning, 3: Error).
Public propertySeverityText Gets the severity text, e.g. Hidden, Info, Warning, Error.
Top
See Also