Table of Contents

Method Validate

Namespace
DocWright.Reporting
Assembly
DocWright.Reporting.dll

Validate(ReportDefinition)

Validates a definition.

public static IReadOnlyList<ConversionDiagnostic> Validate(ReportDefinition definition)

Parameters

definition ReportDefinition

The definition to check.

Returns

IReadOnlyList<ConversionDiagnostic>

The findings, in document order. Empty when nothing was found.

Exceptions

ArgumentNullException

definition is null.