mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-03-06 17:50:48 +08:00
从DLL导入方法将按照方法名称首字母开始排序;规范化方法参数描述中的输入类型,改为枚举。
This commit is contained in:
@@ -71,7 +71,7 @@ namespace Serein.NodeFlow.Model
|
||||
ArgDataSourceType = ConnectionArgSourceType.GetPreviousNodeData,
|
||||
NodeModel = this,
|
||||
//Convertor = null,
|
||||
ExplicitTypeName = "Value",
|
||||
InputType = ParameterValueInputType.Input,
|
||||
Items = null,
|
||||
};
|
||||
this.MethodDetails.ParameterDetailss = [..pd];
|
||||
|
||||
Reference in New Issue
Block a user