TestimoX

API Reference

Enum

AuditOverlayEffort

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

Estimates the implementation effort for an overlay recommendation.

Inheritance

  • Enum
  • AuditOverlayEffort

Usage

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

Values

public const AuditOverlayEffort Unspecified #

No effort has been assigned.

Value: 0
public const AuditOverlayEffort Small #

The remediation is expected to be relatively small.

Value: 1
public const AuditOverlayEffort Medium #

The remediation requires moderate effort.

Value: 2
public const AuditOverlayEffort Large #

The remediation is a larger piece of work.

Value: 3
public const AuditOverlayEffort Programmatic #

The remediation likely spans a wider program of work.

Value: 4