API Reference
Class
ExplorerView
Typed view for UI/consumers that want both the trust list and a flattened suffix list.
Inheritance
- Object
- ExplorerView
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 TrustExplorer.ExploreView
Constructors
public ExplorerView() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public IReadOnlyList<Assessment> Items { get; set; } #Full list of discovered trusts (one Assessment per trust).
public IReadOnlyList<ForestTrustSuffixRow> Suffixes { get; set; } #Flattened forest-trust suffix rows with source/target context.
public IReadOnlyList<TrustPostureRow> Projected { get; set; } #Unified, high-signal posture rows used by UIs and reports.
public IReadOnlyList<NameSuffixRoutingRow> Nsr { get; set; } #Name Suffix Routing diagnostic rows (trust × suffix × domain match).