TestimoX

API Reference

Class

PowerShellRuleSerialization

Namespace TestimoX.RulesPowerShell.Generated

Handles conversion between Rule instances and DTOs suitable for JSON serialization.

Inheritance

  • Object
  • PowerShellRuleSerialization

Methods

PopulateRule(TestimoX.RulesPowerShell.Generated.PowerShellRuleDto dto, TestimoX.Definitions.Rule target) #

Applies a serialized PowerShell rule payload to an existing Rule instance.

Parameters

dto TestimoX.RulesPowerShell.Generated.PowerShellRuleDto required
Serialized rule payload.
target TestimoX.Definitions.Rule required
Target rule to populate.