TestimoX

API Reference

Class

ActiveDirectoryDocumentationExecutionResult

Namespace TestimoX.Documentation
Assembly TestimoX
Modifiers sealed

Contains the generated Active Directory documentation snapshot, rendered artifacts, and replay storage result.

Inheritance

  • Object
  • ActiveDirectoryDocumentationExecutionResult

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Constructors

public ActiveDirectoryDocumentationExecutionResult() #

Properties

public DocumentationSnapshot Snapshot { get; set; } #

Gets or sets the final documentation snapshot, including artifact metadata.

public IReadOnlyList<DocumentationOutputArtifact> Artifacts { get; set; } #

Gets or sets rendered output artifacts.

public DocumentationSnapshotStorageResult StorageResult { get; set; } #

Gets or sets the replay storage targets written by the execution.

public DocumentationLocalizationValidationResult LocalizationValidation { get; set; } #

Gets or sets localization validation evidence for the rendered report.