API Reference
Class
CrosswalkDocRow
Row describing a documentation cross-reference for a rule (PingCastle/PurpleKnight).
Inheritance
- Object
- CrosswalkDocRow
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
- Method CrosswalkService.BuildDocs
- Property RuleCrosswalkDto.Docs
Constructors
public CrosswalkDocRow() #Inherited Methods
Properties
public String RuleName { get; set; } #TestimoX rule name (fully qualified).
public String Display { get; set; } #Human‑friendly rule display name.
public String Source { get; set; } #Documentation source (e.g., PingCastle, PurpleKnight).
public String Id { get; set; } #External document identifier (vendor id or short name).
public String Title { get; set; } #External document title.
public String Description { get; set; } #Optional short description.