API Reference
Class
BenchmarkSelectionConflict
Describes incompatible desired states selected for one technical setting.
Inheritance
- Object
- BenchmarkSelectionConflict
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 BenchmarkSelectionResult.Conflicts
Constructors
public BenchmarkSelectionConflict() #Inherited Methods
Properties
public String TechnicalId { get; set; } #Gets or sets the conflicting technical setting identifier.
public List<String> ControlIds { get; set; } #Gets or sets control identifiers contributing incompatible requirements.
public List<String> DesiredStates { get; set; } #Gets or sets normalized desired-state descriptions.