Class ValidationOptions

Namespace
EInvoice.Core.Abstractions
Assembly
EInvoice.Core.dll

Options that control how validation is performed.

public sealed class ValidationOptions
Inheritance
ValidationOptions
Inherited Members

Properties

FailFast

When true, validation stops after the first error is found.

public bool FailFast { get; init; }

Property Value

bool