API Reference
Class
FilteredResults
Structured view of result sets after applying test filters. Captures the original results as well as per-test filtered subsets.
Inheritance
- Object
- FilteredResults
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
- Property RuleComplete.ProcessedResults
Constructors
public FilteredResults() #Initializes empty collections for original and filtered sets.
Inherited Methods
Properties
public PSDataCollection<PSObject> OriginalResults { get; set; } #The unfiltered result set produced by the rule (PowerShell-friendly representation).
public Dictionary<String, PSDataCollection<PSObject>> FilteredSets { get; set; } #Per-test filtered result sets keyed by test name (PowerShell-friendly representation).