| | |
| | | this.KitID = kitID; |
| | | this.PumpID = rhs.PumpMainID; |
| | | this.Name = rhs.PumpOtherName; |
| | | if (pump != null) |
| | | { |
| | | this.OtherName = pump.Name; |
| | | this.RatedFlow = pump.RatedFlow; |
| | | this.RatedEfficiency = pump.RatedEfficiency; |
| | |
| | | this.RatedPower = pump.RatedPower; |
| | | this.Erosion = pump.Erosion; |
| | | this.RatedSpeed = pump.RatedSpeed; |
| | | } |
| | | } |
| | | |
| | | public void Reset(Vmo.AssetsPackagePumpMappingVmo rhs, Vmo.AssetsPumpMainVmo pump, long kitID) |
| | |
| | | this.KitID = kitID; |
| | | this.PumpID = rhs.PumpMainID; |
| | | this.Name = rhs.PumpOtherName; |
| | | if (pump != null) |
| | | { |
| | | this.OtherName = pump.Name; |
| | | this.RatedFlow = pump.RatedFlow; |
| | | this.RatedEfficiency = pump.RatedEfficiency; |
| | |
| | | this.Erosion = pump.Erosion; |
| | | this.RatedSpeed = pump.RatedSpeed; |
| | | } |
| | | } |
| | | |
| | | /// <summary> |
| | | /// UserID |