API Reference
Class
BenchmarkCrosswalkEntry
Maps one canonical setting across two versioned benchmark packs.
Inheritance
- Object
- BenchmarkCrosswalkEntry
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 BenchmarkCrosswalkResult.Entries
Constructors
public BenchmarkCrosswalkEntry() #Inherited Methods
Properties
public String ControlKey { get; set; } #Gets or sets the stable canonical setting key.
public BenchmarkCrosswalkRelationship Relationship { get; set; } #Gets or sets the mapping cardinality.
public Boolean RequirementChanged { get; set; } #Gets or sets whether the comparator or desired state changed between packs.
public List<String> SourceControlIds { get; set; } #Gets or sets source pack control IDs.
public List<String> SourceRuleIds { get; set; } #Gets or sets source-publisher recommendation IDs.
public List<String> TargetControlIds { get; set; } #Gets or sets target pack control IDs.
public List<String> TargetRuleIds { get; set; } #Gets or sets target-publisher recommendation IDs.
public List<String> SourceRequirements { get; set; } #Gets or sets normalized source requirements used to disclose semantic changes.
public List<String> TargetRequirements { get; set; } #Gets or sets normalized target requirements used to disclose semantic changes.