API Reference
Class
BenchmarkChangeEntry
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
- Property BenchmarkChangeTransaction.Entries
Constructors
public BenchmarkChangeEntry() #Inherited Methods
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.