Regelsteuerung grafisch und per C# Templates

This commit is contained in:
2026-04-16 08:47:13 +02:00
parent d02f4abb57
commit a25e5900c7
11 changed files with 205 additions and 14 deletions
@@ -18,6 +18,9 @@ public class FieldTransformationRule
[Required]
public string TransformationType { get; set; } = "Copy";
[Required]
public string RuleScope { get; set; } = "Value";
public string Argument { get; set; } = string.Empty;
public int SortOrder { get; set; }