TestimoX

API Reference

Enum

RuleSourceType

Namespace TestimoX.Definitions
Assembly TestimoX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Identifies the source format of a rule.

Inheritance

  • Enum
  • RuleSourceType

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Values

public const RuleSourceType PowerShell #

Rule implemented as a PowerShell script.

Value: 0
public const RuleSourceType CSharp #

Rule implemented as a C# method.

Value: 1