TestimoX

API Reference

Class

AuditPackageValidationResult

Namespace TestimoX.AuditPackages
Assembly TestimoX
Modifiers sealed

Validation result for an audit package on disk.

Inheritance

  • Object
  • AuditPackageValidationResult

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Constructors

Properties

public AuditPackageValidationStatus Status { get; set; } #

Gets or sets the overall validation status.

public List<String> Warnings { get; set; } #

Gets or sets the validation warnings.

public List<String> Errors { get; set; } #

Gets or sets the validation errors.

public Boolean IsValid { get; } #

Gets a value indicating whether the package is valid.