mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-03-10 19:50:48 +08:00
重新设计了项目的保存文件结构
This commit is contained in:
@@ -14,7 +14,7 @@ namespace Serein.NodeFlow.Model
|
||||
{
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// <summary>
|
||||
/// Expression Operation - 表达式操作
|
||||
/// </summary>
|
||||
[NodeProperty(ValuePath = NodeValuePath.Node)]
|
||||
@@ -51,7 +51,11 @@ namespace Serein.NodeFlow.Model
|
||||
/// </summary>
|
||||
private NodeModelBase? DataNode;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 有节点被放置
|
||||
/// </summary>
|
||||
/// <param name="nodeModel"></param>
|
||||
/// <returns></returns>
|
||||
public bool PlaceNode(NodeModelBase nodeModel)
|
||||
{
|
||||
if(DataNode is null)
|
||||
|
||||
Reference in New Issue
Block a user