API Reference
Class
BenchmarkReviewedCrosswalkEntry
Records one human-reviewed semantic mapping between exact recommendations in two benchmark packs.
Inheritance
- Object
- BenchmarkReviewedCrosswalkEntry
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 BenchmarkReviewedCrosswalk.Entries
Constructors
public BenchmarkReviewedCrosswalkEntry() #Inherited Methods
Properties
public String Id { get; set; } #Gets or sets the stable reviewed mapping identifier.
public String ControlKey { get; set; } #Gets or sets the canonical organization key carried across both packs.
public List<String> SourceControlIds { get; set; } #Gets or sets exact source pack control IDs.
public List<String> TargetControlIds { get; set; } #Gets or sets exact target pack control IDs.
public BenchmarkCrosswalkRelationship Relationship { get; set; } #Gets or sets the reviewed cardinality.
public String Reason { get; set; } #Gets or sets why the recommendations are semantically equivalent or intentionally related.
public String ReviewedBy { get; set; } #Gets or sets the reviewing authority.
public String Reference { get; set; } #Gets or sets an external review, ticket, or policy reference.