TestimoX

API Reference

Class

RuleResultEnvelope

Namespace TestimoX.Execution
Assembly TestimoX
Modifiers sealed

Wraps a rule execution result set with metadata.

Inheritance

  • Object
  • RuleResultEnvelope

Constructors

Properties

public String[] Rules { get; set; } #

Rule names included in the result.

public Int32 Count { get; set; } #

Number of result rows.

public IReadOnlyList<Object> Data { get; set; } #

Result data objects.