Table of Contents

Class ValidationResult

Namespace
AiDotNet.Postprocessing.Document
Assembly
AiDotNet.dll

Result of document schema validation.

public class ValidationResult
Inheritance
ValidationResult
Inherited Members

Properties

Errors

Validation errors.

public IList<string> Errors { get; set; }

Property Value

IList<string>

IsValid

Whether the data is valid.

public bool IsValid { get; set; }

Property Value

bool

Warnings

Validation warnings.

public IList<string> Warnings { get; set; }

Property Value

IList<string>