Table of Contents

Class FlowEditorDiagnostic

Namespace
Cress.Studio.Services
Assembly
Cress.Studio.Core.dll
public sealed record FlowEditorDiagnostic : IEquatable<FlowEditorDiagnostic>
Inheritance
FlowEditorDiagnostic
Implements
Inherited Members

Constructors

FlowEditorDiagnostic(string, DiagnosticSeverity, string, string?)

public FlowEditorDiagnostic(string Target, DiagnosticSeverity Severity, string Message, string? Recommendation)

Parameters

Target string
Severity DiagnosticSeverity
Message string
Recommendation string

Properties

Message

public string Message { get; init; }

Property Value

string

Recommendation

public string? Recommendation { get; init; }

Property Value

string

Severity

public DiagnosticSeverity Severity { get; init; }

Property Value

DiagnosticSeverity

Target

public string Target { get; init; }

Property Value

string