mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-03-23 01:26:34 +08:00
从节点Model解耦出容器接口,重新设计了节点的保存、加载。
This commit is contained in:
@@ -101,11 +101,11 @@ namespace Serein.Library.Utils.SereinExpression
|
||||
{
|
||||
result = InvokeMethod(targetObJ, operand);
|
||||
}
|
||||
//else if (operation.Equals("@set",StringComparison.OrdinalIgnoreCase))
|
||||
//{
|
||||
// isChange = true;
|
||||
// result = SetMember(targetObJ, operand);
|
||||
//}
|
||||
else if (operation.Equals("@set",StringComparison.OrdinalIgnoreCase))
|
||||
{
|
||||
isChange = true;
|
||||
result = SetMember(targetObJ, operand);
|
||||
}
|
||||
else
|
||||
{
|
||||
throw new NotSupportedException($"Operation {operation} is not supported.");
|
||||
|
||||
Reference in New Issue
Block a user