| | |
| | | //所有工况列表 |
| | | private List<HydroWorkingVmo> _allWorkingList = null; |
| | | //所有监测列表 |
| | | private List<HydroVisualMonitorValueViewModel> _allMonitorList = null; |
| | | private List<HydroMonitorValueViewModel> _allMonitorValueList = null; |
| | | |
| | | /// <summary> |
| | | /// 绑定数据 |
| | | /// </summary> |
| | | public void SetBindingData(Yw.Model.HydroModelInfo hydroInfo, List<HydroWorkingVmo> allWorkingList, List<HydroVisualMonitorValueViewModel> allMonitorList) |
| | | public void SetBindingData |
| | | ( |
| | | Yw.Model.HydroModelInfo hydroInfo, |
| | | List<HydroWorkingVmo> allWorkingList, |
| | | List<HydroMonitorValueViewModel> allMonitorValueList |
| | | ) |
| | | { |
| | | _hydroInfo = hydroInfo; |
| | | _allWorkingList = allWorkingList; |
| | | _allMonitorList = allMonitorList; |
| | | this.setHydroWorkingCtrl1.SetBindingData(hydroInfo, allWorkingList, allMonitorList); |
| | | _allMonitorValueList = allMonitorValueList; |
| | | this.setHydroWorkingCtrl1.SetBindingData(hydroInfo, allWorkingList, allMonitorValueList); |
| | | } |
| | | |
| | | //计算 |