cloudflight
2024-06-08 970022ca59c5c22cf572c458c01e0328be85a253
Hydraulic/Hydro.ConfigModel/LogicPoint.cs
@@ -202,28 +202,28 @@
            }
        }
        [DisplayName("编号")]
        [Category("1、基本信息")]
        [Category("基本信息")]
        public int Id { get; set; }
        [DisplayName("名称")]
        [Category("1、基本信息")]
        [Category("基本信息")]
        public string Name { get; set; }
        /// <summary>
        /// 逻辑类型
        /// </summary>
        [DisplayName("类型")]
        [Category("1、基本信息")]
        [Category("基本信息")]
        public string LogicType { get; set; }
        /// <summary>
        /// 数据来源类型(接口值、基准值、计算值、变化值、初始计算值、最小、最大、∈、∉)
        /// </summary>
        [DisplayName("数据来源")]
        [Category("2、计算参数")]
        [Category("计算参数")]
        public string ExpressionType { get; set; }
        /// <summary>
        /// 数值表达式(接口值、基准值)
        /// </summary>
        [DisplayName("值")]
        [Category("2、计算参数")]
        [Category("计算参数")]
        public string Expression { get; set; }
        private string _fullAddress;
@@ -254,16 +254,16 @@
            }
        }
        [DisplayName("监测类型")]
        [Category("1、基本信息")]
        [Category("基本信息")]
        public string IndicatorType { get; set; }
        [DisplayName("模型编号或内容")]
        [Category("2、计算参数")]
        [Category("计算参数")]
        public string ModelObjectID { get; set; }
        [DisplayName("排序")]
        [Category("4、其他")]
        [Category("其他")]
        public int Sort { get; set; }
        [DisplayName("父节点编号")]
        [Category("4、其他")]
        [Category("其他")]
        public int ParentId { get; set; }
        [Browsable(false)]
@@ -298,7 +298,7 @@
        [Browsable(false)]
        public byte[] VPN { get; set; } = null;
        [DisplayName("结果")]
        [Category("2、计算参数")]
        [Category("计算参数")]
        public string Result 
        { 
            get
@@ -396,56 +396,56 @@
        public string Text_change = null;
        [DisplayName("对象名称")]
        [Category("1、基本信息")]
        [Category("基本信息")]
        public string ObjectType
        {
            get { return this.Ext.ObjectType; }
            set { this.Ext.ObjectType = value; }
        }
        [DisplayName("精度")]
        [Category("2、计算参数")]
        [Category("计算参数")]
        public string accurary
        {
            get { return this.Ext.accurary; }
            set { this.Ext.accurary = value; }
        }
        [DisplayName("子方案名称")]
        [Category("3、子方案")]
        [Category("子方案")]
        public string childSolution
        {
            get { return this.Ext.childSolution; }
            set { this.Ext.childSolution = value; }
        }
        [DisplayName("子方案键")]
        [Category("3、子方案")]
        [Category("子方案")]
        public string childTag
        {
            get { return this.Ext.childTag; }
            set { this.Ext.childTag = value; }
        }
        [DisplayName("子方案传输")]
        [Category("3、子方案")]
        [Category("子方案")]
        public string childType
        {
            get { return this.Ext.childType; }
            set { this.Ext.childType = value; }
        }
        [DisplayName("子搜索精度")]
        [Category("3、子方案")]
        [Category("子方案")]
        public string SaveAcc
        {
            get { return this.Ext.SaveAcc; }
            set { this.Ext.SaveAcc = value; }
        }
        [DisplayName("是否存储")]
        [Category("3、子方案")]
        [Category("子方案")]
        public string isSave
        {
            get { return this.Ext.isSave; }
            set { this.Ext.isSave = value; }
        }
        [DisplayName("存储键值")]
        [Category("3、子方案")]
        [Category("子方案")]
        public string SaveRange
        {
            get { return this.Ext.SaveRange; }
@@ -453,35 +453,35 @@
        }
        [DisplayName("是否内存存储")]
        [Category("3、子方案")]
        [Category("子方案")]
        public string isMemSave
        {
            get { return this.Ext.isMemSave; }
            set { this.Ext.isMemSave = value; }
        }
        [DisplayName("内存存储范围")]
        [Category("3、子方案")]
        [Category("子方案")]
        public string MemSaveRange
        {
            get { return this.Ext.MemSaveRange; }
            set { this.Ext.MemSaveRange = value; }
        }
        [DisplayName("内存存储精度")]
        [Category("3、子方案")]
        [Category("子方案")]
        public string MemSaveAcc
        {
            get { return this.Ext.MemSaveAcc; }
            set { this.Ext.MemSaveAcc = value; }
        }
        [DisplayName("内存存储次序")]
        [Category("3、子方案")]
        [Category("子方案")]
        public string MemSaveIndex
        {
            get { return this.Ext.MemSaveIndex; }
            set { this.Ext.MemSaveIndex = value; }
        }
        [DisplayName("启用")]
        [Category("1、基本信息")]
        [Category("基本信息")]
        public bool Enable
        {
            get { return this.Ext.Enable; }
@@ -489,14 +489,14 @@
        }
        [DisplayName("可见性")]
        [Category("1、基本信息")]
        [Category("基本信息")]
        public bool Visible
        {
            get { return this.Ext.Visible; }
            set { this.Ext.Visible = value; }
        }
        [DisplayName("标签")]
        [Category("1、基本信息")]
        [Category("基本信息")]
        public string Tag 
        {
            get { return this.Ext.Tag; }
@@ -504,14 +504,14 @@
        }
        [DisplayName("收藏")]
        [Category("1、基本信息")]
        [Category("基本信息")]
        public bool Prefer
        {
            get { return this.Ext.Prefer; }
            set { this.Ext.Prefer = value; }
        }
        [DisplayName("使用自定义色")]
        [Category("4、自定义")]
        [Category("自定义")]
        public bool isUseCustomColor
        {
            get { return this.Ext.isUseCustomColor; }
@@ -519,7 +519,7 @@
        }
        [DisplayName("内容色")]
        [Category("4、自定义")]
        [Category("自定义")]
        public MetroColorStyle_Inner ContentColor
        {
            get { return this.Ext.ContentColor; }