mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-03-20 00:06:45 +08:00
重写了Script的解释器代码,使其更加直观。重写了流程控制的部分代码,分离运行环境IOC与流程IOC。
This commit is contained in:
@@ -335,7 +335,7 @@ namespace Serein.Library
|
||||
|
||||
|
||||
|
||||
#region “枚举-类型”转换器
|
||||
/*#region “枚举-类型”转换器
|
||||
if (ExplicitType is not null && ExplicitType.IsEnum && DataType != ExplicitType)
|
||||
{
|
||||
var resultEnum = Enum.Parse(ExplicitType, DataValue);
|
||||
@@ -347,7 +347,7 @@ namespace Serein.Library
|
||||
return value;
|
||||
}
|
||||
}
|
||||
#endregion
|
||||
#endregion*/
|
||||
|
||||
// 需要获取预入参数据
|
||||
object inputParameter;
|
||||
|
||||
Reference in New Issue
Block a user