API Reference
Class
RuleCrosswalkDto
Flattened, renderer-friendly projection of crosswalk data for a single rule.
Inheritance
- Object
- RuleCrosswalkDto
Constructors
public RuleCrosswalkDto() #Inherited Methods
Properties
public String RuleName { get; set; } #Technical TestimoX rule name.
public String Display { get; set; } #Human‑friendly rule display name.
public CoverageRow Coverage { get; set; } #Precomputed coverage glyph row for this rule (MSB/CIS/STIG/PC/PK).
public List<CrosswalkMatchRow> Matches { get; set; } #Matched vendor baseline controls for this rule.
public List<CrosswalkDocRow> Docs { get; set; } #Linked vendor documentation entries (PingCastle/PurpleKnight and others).
public Dictionary<String, Int32> VendorCounts { get; set; } #Quick counts per vendor for the About table.