TestimoX

API Reference

Class

SourceDetails

Namespace TestimoX.Definitions
Assembly TestimoX

Human‑readable metadata for a rule's source used by UIs and reports.

Inheritance

  • Object
  • SourceDetails

Constructors

Properties

public Category[] Category { get; set; } #

Category classification for the rule.

public Area[] Area { get; set; } #

Functional area classification.

public Importance Importance { get; set; } #

Importance level.

public String Description { get; set; } #

Short description shown in lists and detail views.

public List<String> Resources { get; set; } #

Helpful links (KBs, docs, references).

public IEnumerable<String> Tags { get; set; } #

Free‑form tags for filtering/search.

public TestimoStatus StatusTrue { get; set; } #

Status applied when the source returns expected/healthy data.

public TestimoStatus StatusFalse { get; set; } #

Status applied when the source returns unexpected/unhealthy data.