| | |
| | | /// <summary> |
| | | /// |
| | | /// </summary> |
| | | public HydroPumpListItemExtendViewModel(Yw.Model.HydroPumpInfo rhs, List<Yw.Model.HydroPumpInfo> allPumpList) |
| | | public HydroPumpListItemExtendViewModel |
| | | ( |
| | | Yw.Model.HydroPumpInfo rhs, |
| | | List<Yw.Model.HydroPumpInfo> allPumpList, |
| | | Yw.Model.HydroModelInfo hydroInfo |
| | | ) |
| | | { |
| | | this.Code = rhs.Code; |
| | | this.Name = rhs.Name; |
| | |
| | | this.Extend = 100; |
| | | this.RunStatus = rhs.LinkStatus == Yw.Hydro.LinkStatus.Open; |
| | | this.Vmo = rhs; |
| | | this.HydroInfo = hydroInfo; |
| | | } |
| | | |
| | | /// <summary> |
| | |
| | | /// </summary> |
| | | public Yw.Model.HydroPumpInfo Vmo { get; set; } |
| | | |
| | | /// <summary> |
| | | /// |
| | | /// </summary> |
| | | public Yw.Model.HydroModelInfo HydroInfo { get; set; } |
| | | |
| | | |
| | | } |
| | | } |