API Reference
Class
AuditDeliverySummaryAssessmentAreaSection
Represents one assessment-area section in a delivery summary.
Inheritance
- Object
- AuditDeliverySummaryAssessmentAreaSection
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 AuditDeliverySummaryAssessmentAreaSection() #Inherited Methods
Properties
public String AssessmentArea { get; set; } #Gets or sets the assessment area represented by the section.
public Int32 Count { get; set; } #Gets or sets the number of recommendations in the area.
public Int32 CriticalHighCount { get; set; } #Gets or sets the number of critical or high-priority recommendations.
public Int32 ImmediateCount { get; set; } #Gets or sets the number of immediate actions in the area.
public List<AuditDeliverySummaryItem> TopItems { get; set; } #Gets or sets the top recommendations surfaced for the area.