| | |
| | | /// <summary> |
| | | /// |
| | | /// </summary> |
| | | public HydroTankMatchingViewModel(Yw.Model.HydroTankInfo rhs, Yw.Model.HydroModelInfo hydroInfo, HydroCalcuNodeResult calcuResult) : this(rhs, hydroInfo) |
| | | { |
| | | |
| | | } |
| | | |
| | | /// <summary> |
| | | /// |
| | | /// </summary> |
| | | public HydroTankMatchingViewModel(HydroTankViewModel rhs) : this(rhs.Vmo, rhs.HydroInfo) |
| | | { |
| | | |
| | | } |
| | | public HydroTankMatchingViewModel(HydroTankViewModel rhs) : this(rhs.Vmo, rhs.HydroInfo) { } |
| | | |
| | | /// <summary> |
| | | /// ID |
| | |
| | | /// 匹配容积曲线 |
| | | /// </summary> |
| | | public List<HydroCurvePointViewModel> MatchingVolCurve { get; set; } |
| | | |
| | | |
| | | } |
| | | } |
| | | } |