TestimoX

API Reference

Enum

AuditOverlayStatus

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

Tracks review state for an analyst overlay item.

Inheritance

  • Enum
  • AuditOverlayStatus

Usage

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

Values

public const AuditOverlayStatus Draft #

The overlay item is still being drafted.

Value: 0
public const AuditOverlayStatus Reviewed #

The overlay item has been reviewed internally.

Value: 1
public const AuditOverlayStatus Approved #

The overlay item is approved for delivery use.

Value: 2
public const AuditOverlayStatus Superseded #

The overlay item has been replaced by newer guidance.

Value: 3