using Serein.Library.Api;
using System;
using System.Collections.Generic;
using System.Diagnostics.Contracts;
using System.Linq;
using System.Text;
namespace Serein.Library
{
///
/// 节点入参参数详情
///
[AutoProperty(ValuePath = nameof(ParameterDetails))]
public partial class ParameterDetails
{
private readonly IFlowEnvironment env;
private readonly NodeModelBase nodeModel;
///
/// 参数索引
///
[PropertyInfo]
private int _index;
///
/// 是否为显式参数(固定值/表达式)
///
[PropertyInfo(IsNotification = true)]
private bool _isExplicitData ;
///
/// 转换器 IEnumConvertor<,>
///
[PropertyInfo]
private Func