API Reference
Class
CrosswalkDocRow
Row describing a documentation cross-reference for a rule (PingCastle/PurpleKnight).
Inheritance
- Object
- CrosswalkDocRow
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.