Table of Contents

Class ValidationResult

Namespace
Cress.Core.Models
Assembly
Cress.Core.dll
public record ValidationResult : IEquatable<ValidationResult>
Inheritance
ValidationResult
Implements
Inherited Members

Properties

Diagnostics

public IReadOnlyList<Diagnostic> Diagnostics { get; init; }

Property Value

IReadOnlyList<Diagnostic>

IsValid

public bool IsValid { get; }

Property Value

bool