TestimoX

API Reference

Class

RuleListEntry

Namespace TestimoX.Execution
Assembly TestimoX
Modifiers sealed

Represents a rule entry for listing and export.

Inheritance

  • Object
  • RuleListEntry

Constructors

Properties

public String Name { get; set; } #

Rule name.

public String DisplayName { get; set; } #

Display name, when available.

public String SourceType { get; set; } #

Source type (CSharp or PowerShell).

public String Scope { get; set; } #

Rule scope.

public Boolean EnabledByDefault { get; set; } #

Whether the rule is enabled by default.

public IReadOnlyList<String> OverrideKeys { get; set; } #

Override keys available for the rule.