TestimoX

API Reference

Class

ToolingRuleDiscoveryResult

Namespace TestimoX.Execution
Assembly TestimoX
Modifiers sealed

Result contract for tooling-oriented rule discovery.

Inheritance

  • Object
  • ToolingRuleDiscoveryResult

Constructors

public ToolingRuleDiscoveryResult() #

Properties

public Int32 DiscoveredCount { get; set; } #

Number of discovered rules before any tool filters are applied.

public Int32 MatchedCount { get; set; } #

Number of rows matching filters before optional cap/truncation is applied.

public Int32 ReturnedCount { get; set; } #

Number of rows returned after optional cap/truncation is applied.

public Boolean Truncated { get; set; } #

Indicates returned rows were truncated by the request cap.

public Int32 Count { get; } #

Backward-compat alias for ReturnedCount.

public IReadOnlyList<ToolingRuleCatalogRow> Rules { get; set; } #

Returned tooling-oriented rule rows.