TestimoX

API Reference

Class

BenchmarkChangeEntry

Namespace TestimoX.Benchmarks.Transactions
Assembly TestimoX
Modifiers sealed

Records one captured and optionally changed technical setting.

Inheritance

  • Object
  • BenchmarkChangeEntry

Usage

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

Returned or exposed by

Constructors

Properties

public List<String> ControlIds { get; set; } #

Gets or sets recommendation identifiers satisfied by this technical change.

public BenchmarkCheckDefinition Check { get; set; } #

Gets or sets the complete check definition used for write and rollback.

public BenchmarkBackupValue Before { get; set; } #

Gets or sets the exact pre-change state.

public JsonElement RequestedValue { get; set; } #

Gets or sets the concrete requested remediation value.

public BenchmarkChangeStatus Status { get; set; } #

Gets or sets the entry lifecycle state.

public String Error { get; set; } #

Gets or sets a write, verification, or rollback error.