| | |
| | | { |
| | | this.ID = rhs.ID; |
| | | this.Name = rhs.Name; |
| | | this.ParentID = rhs.PumpSeriesID; |
| | | this.ParentID = rhs.SeriesID; |
| | | this.IsPump = false; |
| | | } |
| | | |
| | |
| | | { |
| | | this.ID = rhs.ID; |
| | | this.Name = rhs.Name; |
| | | this.ParentID = rhs.PumpSeriesID; |
| | | this.ParentID = rhs.SeriesID; |
| | | this.IsPump = true; |
| | | this.Erosion = rhs.Erosion; |
| | | this.RatedPower = rhs.RatedPower; |
| | |
| | | /// </summary> |
| | | public string Description { get; set; } |
| | | } |
| | | } |
| | | |
| | | public class PhartViewModel |
| | | { |
| | | public long ID { get; set; } |
| | | public string OtherName { get; set; } |
| | | public int Importance { get; set; } |
| | | public int SortCode { get; set; } |
| | | } |