| | |
| | | public AssetsPumpMainViewModel(Vmo.AssetsPumpMainVmo rhs) : base() |
| | | { |
| | | this.ID = rhs.ID; |
| | | this.PumpSeriesID = rhs.PumpSeriesID; |
| | | this.PumpSeriesID = rhs.SeriesID; |
| | | this.Paras = rhs.Paras; |
| | | this.RatedPower = rhs.RatedPower; |
| | | this.RatedEfficiency = rhs.RatedEfficiency; |
| | |
| | | |
| | | /* public AssetsPumpMainViewModel(Vmo.AssetsPumpMainVmo rhs) : base() |
| | | { |
| | | this.PumpSeriesID = rhs.PumpSeriesID; |
| | | this.SeriesID = rhs.SeriesID; |
| | | this.RatedPower = rhs.RatedPower; |
| | | this.RatedEfficiency = rhs.RatedEfficiency; |
| | | this.Erosion = rhs.Erosion; |
| | |
| | | public void Reset(Vmo.AssetsPumpMainVmo rhs) |
| | | { |
| | | this.ID = rhs.ID; |
| | | this.PumpSeriesID = rhs.PumpSeriesID; |
| | | this.PumpSeriesID = rhs.SeriesID; |
| | | this.RatedPower = rhs.RatedPower; |
| | | this.RatedEfficiency = rhs.RatedEfficiency; |
| | | this.Erosion = rhs.Erosion; |