| | |
| | | ) |
| | | { |
| | | this.Checked = vmo.ID > 0; |
| | | this.Relation = visual.Name; |
| | | this.Parter = visual.Name; |
| | | this.PropName = HydroMonitorPropHelper.GetName(vmo.PropName); |
| | | this.PropValue = propValue; |
| | | this.PropValue = vmo.GetPropValue(propValue); |
| | | this.UnitName = HydroMonitorPropHelper.GetUnit(vmo.PropName); |
| | | this.Flags = Yw.Untity.FlagsHelper.ToString(vmo.Flags); |
| | | this.SortCode = vmo.SortCode; |
| | |
| | | /// 构件 |
| | | /// </summary> |
| | | [DisplayName("构件")] |
| | | public string Relation { get; set; } |
| | | public string Parter { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 名称 |
| | |
| | | public Yw.Vmo.HydroMonitorVmo Vmo { get; set; } |
| | | |
| | | |
| | | |
| | | |
| | | } |
| | | } |