TestimoX

API Reference

Class

BenchmarkPolicyResolution

Namespace TestimoX.Benchmarks.Policy
Assembly TestimoX
Modifiers sealed

Contains an effective cloned pack and an audit trail of decisions applied to it.

Inheritance

  • Object
  • BenchmarkPolicyResolution

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

Constructors

Properties

public String SourcePackHash { get; set; } #

Gets or sets the immutable source pack hash.

public BenchmarkPack EffectivePack { get; set; } #

Gets or sets the effective cloned pack.

public String PolicyId { get; set; } #

Gets or sets the policy identifier.

public String PolicyHash { get; set; } #

Gets or sets the verified policy hash.

public List<BenchmarkAppliedPolicyDecision> AppliedDecisions { get; set; } #

Gets or sets applied decision records.