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

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