TestimoX

API Reference

Class

ReportHints

Namespace TestimoX.Definitions
Assembly TestimoX
Modifiers sealed

UI hints used by the HTML/console renderers to arrange sections, summary fields, counters and row highlights for a rule.

Inheritance

  • Object
  • ReportHints

Constructors

Properties

public List<String> SummaryFields { get; } #

Simple summary fields resolved by property paths (displayed as values).

public List<SummaryFieldDescriptor> SummaryNamedFields { get; } #

Named summary fields (Title + Path).

public List<SummaryParameterDescriptor> SummaryParameters { get; } #

Summary chips sourced from rule parameters (Title + ParameterKey).

public List<ReportSectionDescriptor> Sections { get; } #

Detailed sections/tabs (tables, JSON, text) to render under the rule.

public List<SummaryCounterDescriptor> SummaryCounters { get; } #

Numeric counters to highlight at the top of the rule view.