TestimoX

API Reference

Enum

ScoreKind

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

Indicates to which scoring dimension a rule or test contributes.

Inheritance

  • Enum
  • ScoreKind

Values

public const ScoreKind Security #

Contributes to the security score only.

Value: 0
public const ScoreKind Health #

Contributes to the health score only.

Value: 1
public const ScoreKind Both #

Contributes to both security and health scores.

Value: 2
public const ScoreKind None #

Excluded from scoring (informational only).

Value: 3