TestimoX

API Reference

Class

SummaryCounterDescriptor

Namespace TestimoX.Definitions
Assembly TestimoX
Modifiers sealed

Summary counter displayed as a compact chip with a computed count.

Inheritance

  • Object
  • SummaryCounterDescriptor

Constructors

public SummaryCounterDescriptor() #

Properties

public String Title { get; set; } #

Short label above/beside the counter value.

public String Path { get; set; } #

Property path to the enumerable being counted.

public String FilterProperty { get; set; } #

Property name within each item to compare.

public String EqualsValue { get; set; } #

Equals value for simple comparisons.

public String InProperty { get; set; } #

Limit counting to items where this property value appears in InValues.

public Object InValues { get; set; } #

Allowed set of values for InProperty (array or enumerable).