TestimoX

API Reference

Enum

AuditPackageValidationStatus

Namespace TestimoX.AuditPackages
Assembly TestimoX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Overall validation state for an audit package.

Inheritance

  • Enum
  • AuditPackageValidationStatus

Usage

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

Values

public const AuditPackageValidationStatus Valid #

The package is valid.

Value: 0
public const AuditPackageValidationStatus ValidWithWarnings #

The package is usable but contains warnings.

Value: 1
public const AuditPackageValidationStatus Invalid #

The package is invalid.

Value: 2