API Reference
Class
AuditPackageDocumentSet
In-memory representation of the package documents written to disk.
Inheritance
- Object
- AuditPackageDocumentSet
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 AuditPackageBuilder.Build
- Method AuditPackageReader.Load
Accepted by parameters
Constructors
public AuditPackageDocumentSet() #Inherited Methods
Properties
public AuditPackageManifest PackageManifest { get; set; } #Gets or sets the package manifest document.
public AuditRunManifest RunManifest { get; set; } #Gets or sets the run manifest document.
public AuditEnvironmentDocument Environment { get; set; } #Gets or sets the environment document.
public AuditSelectionDocument Selection { get; set; } #Gets or sets the selection document.
public AuditRuleCatalogDocument RuleCatalog { get; set; } #Gets or sets the rule catalog document.
public AuditPackageSummaryDocument Summary { get; set; } #Gets or sets the summary document.
public AuditAssessmentAreaSummaryDocument AssessmentAreas { get; set; } #Gets or sets the assessment area summary document.
public List<AuditRuleResultDocument> RuleResults { get; set; } #Gets or sets the per-rule result documents.
public AuditPackageChecksumsDocument Checksums { get; set; } #Gets or sets the package checksums document.