Class FlowEditorDiagnostic
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
TargetstringSeverityDiagnosticSeverityMessagestringRecommendationstring
Properties
Message
public string Message { get; init; }
Property Value
Recommendation
public string? Recommendation { get; init; }
Property Value
Severity
public DiagnosticSeverity Severity { get; init; }
Property Value
Target
public string Target { get; init; }