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
@@ -95,6 +95,7 @@ public class ConfigTransferService : IConfigTransferService
SourceField = r.SourceField,
TargetField = r.TargetField,
TransformationType = r.TransformationType,
RuleScope = r.RuleScope,
Argument = r.Argument,
SortOrder = r.SortOrder,
IsActive = r.IsActive
@@ -265,6 +266,7 @@ public class ConfigTransferService : IConfigTransferService
SourceField = r.SourceField,
TargetField = r.TargetField,
TransformationType = r.TransformationType,
RuleScope = r.RuleScope,
Argument = r.Argument,
SortOrder = r.SortOrder,
IsActive = r.IsActive