API Reference
Class
BenchmarkChangePreview
Contains a read-only apply preview and any reasons that block execution.
Inheritance
- Object
- BenchmarkChangePreview
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
Accepted by parameters
Constructors
public BenchmarkChangePreview() #Inherited Methods
Properties
public BenchmarkAssessment Assessment { get; set; } #Gets or sets the selected assessment.
public List<BenchmarkPlannedChange> Changes { get; set; } #Gets or sets distinct technical changes that would be made.
public List<String> BlockReasons { get; set; } #Gets or sets reasons that prevent a safe apply.
public Boolean CanApply { get; } #Gets whether the preview can be applied safely.