API Reference
Class
DirectoryCatalogScenarioResult`1
Represents a typed catalog scenario result for directory reads.
Inheritance
- Object
- DirectoryCatalogScenarioResult`1
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
Type Parameters
- TItem
- Result item type.
Constructors
public DirectoryCatalogScenarioResult<TItem>() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public DirectoryScenarioOutputProfile Profile { get; set; } #Gets or sets the profile used by the scenario.
public IReadOnlyList<String> Domains { get; set; } #Gets or sets the effective domain list used by the scenario.
public IReadOnlyList<TItem> Items { get; set; } #Gets or sets the returned items.