TestimoX

API Reference

Class

RuleProviderInfo

Namespace TestimoX.Providers
Assembly TestimoX

Describes a rule provider (human‑readable name and purpose).

Inheritance

  • Object
  • RuleProviderInfo

Constructors

public RuleProviderInfo(String name, String description) #

Initializes a new RuleProviderInfo.

Parameters

name System.String requiredposition: 0
description System.String requiredposition: 1

Properties

public String Name { get; set; } #

Provider short name (e.g., "CSharp", "PowerShell").

public String Description { get; set; } #

One‑line description of the provider’s purpose.