API Reference
Class
PowerShellRuleSerialization
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
- Serialized rule payload.
- target TestimoX.Definitions.Rule
- Target rule to populate.