API Reference
BenchmarkRequirementFulfillmentSummary
Separates technical compliance, approved exceptions, outstanding work, and evidence completeness.
Inheritance
- Object
- BenchmarkRequirementFulfillmentSummary
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 BenchmarkRequirementFulfillmentSummary() #Inherited Methods
Properties
public Int32 TotalApplicable { get; set; } #Gets or sets the number of applicable requirements.
public Int32 Passed { get; set; } #Gets or sets requirements passing technically, including accepted manual evidence.
public Int32 ApprovedExceptions { get; set; } #Gets or sets requirements covered by active approved company waivers.
public Int32 Outstanding { get; set; } #Gets or sets technically failed or otherwise unresolved requirements.
public Int32 NeedsEvidence { get; set; } #Gets or sets requirements awaiting manual evidence.
public Int32 NotApplicable { get; set; } #Gets or sets the number of non-applicable recommendations.
public Nullable<Decimal> TechnicalCompliancePercent { get; set; } #Gets or sets pass percentage over automatically scored pass/fail outcomes.
public Nullable<Decimal> RequirementFulfillmentPercent { get; set; } #Gets or sets satisfied percentage including approved exceptions and accepted manual evidence.
public Nullable<Decimal> EvidenceCompletenessPercent { get; set; } #Gets or sets evidence completeness across applicable requirements.
public Boolean IsSatisfied { get; set; } #Gets whether every applicable company requirement is satisfied or covered by an approved exception.