API Reference
Class
AuditAssessmentAreaEntry
Aggregate counts for a single assessment area.
Inheritance
- Object
- AuditAssessmentAreaEntry
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
Constructors
public AuditAssessmentAreaEntry() #Inherited Methods
Properties
public String AssessmentAreaId { get; set; } #Gets or sets the assessment area identifier or display name.
public String DisplayName { get; set; } #Gets or sets the user-facing display name of the assessment area.
public Int32 RuleCount { get; set; } #Gets or sets the number of rules mapped into the area.
public Int32 FailedRuleCount { get; set; } #Gets or sets the number of failed rules in the area.
public Int32 FindingCount { get; set; } #Gets or sets the number of normalized findings attached to the area.
public List<String> TopRuleIds { get; set; } #Gets or sets representative rule identifiers for the area.