TestimoX

API Reference

Class

RuleCrosswalkReport

Namespace TestimoX.Baselines.Crosswalk
Assembly TestimoX
Modifiers sealed

Aggregated crosswalk information for a rule: baseline matches, related docs and coverage glyphs.

Inheritance

  • Object
  • RuleCrosswalkReport

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

Properties

public String RuleName { get; set; } #

TestimoX rule name.

public String Display { get; set; } #

Human-friendly display name.

public List<VendorMatch> BaselineMatches { get; set; } #

Matched vendor baseline controls.

public List<DocEntry> Docs { get; set; } #

Related documentation entries (PingCastle/PurpleKnight/etc.).

public CoverageRow Coverage { get; set; } #

Coverage glyph row for quick report rendering.