TestimoX

API Reference

Enum

AuditOverlayTargetType

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

Identifies the package or workspace scope targeted by an overlay item.

Inheritance

  • Enum
  • AuditOverlayTargetType

Usage

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

Values

public const AuditOverlayTargetType Engagement #

The overlay applies to the whole engagement/workspace.

Value: 0
public const AuditOverlayTargetType AssessmentArea #

The overlay applies to an assessment area.

Value: 1
public const AuditOverlayTargetType Rule #

The overlay applies to a rule result.

Value: 2
public const AuditOverlayTargetType Finding #

The overlay applies to a normalized finding.

Value: 3