TestimoX

API Reference

Class

DirectoryCatalogScenarioResult`1

Namespace ADPlayground
Assembly ADPlayground
Modifiers sealed

Represents a typed catalog scenario result for directory reads.

Inheritance

  • Object
  • DirectoryCatalogScenarioResult`1

Type Parameters

TItem
Result item type.

Constructors

public DirectoryCatalogScenarioResult<TItem>() #

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.