TestimoX

API Reference

Enum

AuditCaptureLevel

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

Describes how much evidence is captured in an audit package.

Inheritance

  • Enum
  • AuditCaptureLevel

Usage

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

Values

public const AuditCaptureLevel Summary #

Minimal package suitable for light summaries and validation.

Value: 0
public const AuditCaptureLevel StandardAudit #

Default replay-oriented package intended for standard audit work.

Value: 1
public const AuditCaptureLevel Extended #

Extended package intended for later richer evidence capture.

Value: 2