Class DiagnosticEntry
- Namespace
- Cress.LivingDocs
- Assembly
- Cress.LivingDocs.dll
public sealed record DiagnosticEntry : IEquatable<DiagnosticEntry>
- Inheritance
-
DiagnosticEntry
- Implements
- Inherited Members
Constructors
DiagnosticEntry(string, string, string)
public DiagnosticEntry(string Severity, string FlowId, string Message)
Parameters
Properties
FlowId
public string FlowId { get; init; }
Property Value
Message
public string Message { get; init; }
Property Value
Severity
public string Severity { get; init; }