| | |
| | | this.Model = rhs; |
| | | } |
| | | |
| | | /* public AssetsPumpMainViewModel(Vmo.AssetsPumpMainVmo rhs) : base() |
| | | { |
| | | this.SeriesID = rhs.SeriesID; |
| | | this.RatedPower = rhs.RatedPower; |
| | | this.RatedEfficiency = rhs.RatedEfficiency; |
| | | this.Erosion = rhs.Erosion; |
| | | this.D2 = rhs.D2; |
| | | this.Name = rhs.Name; |
| | | this.TagName = rhs.TagName; |
| | | this.SortCode = rhs.SortCode; |
| | | this.RatedSpeed = rhs.RatedSpeed; |
| | | this.RatedHead = rhs.RatedHead; |
| | | this.RatedFlow = rhs.RatedFlow; |
| | | this.Description = rhs.Description; |
| | | }*/ |
| | | |
| | | public void Reset(Vmo.AssetsPumpMainVmo rhs) |
| | | { |
| | | this.ID = rhs.ID; |
| | |
| | | this.RatedHead = rhs.RatedHead; |
| | | this.RatedFlow = rhs.RatedFlow; |
| | | this.Description = rhs.Description; |
| | | this.Model = rhs; |
| | | } |
| | | |
| | | /// <summary> |