ÎļþÃû´Ó Service/HStation.Service.Assets.Core/02-model/01-PumpMain/PumpMain.cs ÐÞ¸Ä |
| | |
| | | this.ID = rhs.ID; |
| | | this.Name = rhs.Name; |
| | | this.Paras = rhs.Paras == null ? null : new Dictionary<string, string>(rhs.Paras); |
| | | this.PumpSeriesID = rhs.PumpSeriesID; |
| | | this.SeriesID = rhs.SeriesID; |
| | | this.Flags = rhs.Flags?.ToList(); |
| | | this.RatedEfficiency = rhs.RatedEfficiency; |
| | | this.RatedPower = rhs.RatedPower; |
| | | this.Erosion = rhs.Erosion; |
| | | this.D2 = rhs.D2; |
| | | this.TagName = rhs.TagName; |
| | | this.KeyWord = rhs.KeyWord; |
| | | this.RatedSpeed = rhs.RatedSpeed; |
| | | this.RatedHead = rhs.RatedHead; |
| | | this.RatedFlow = rhs.RatedFlow; |
| | |
| | | public void Reset(AssetsPumpMain rhs) |
| | | { |
| | | this.ID = rhs.ID; |
| | | this.SeriesID = rhs.SeriesID; |
| | | this.Name = rhs.Name; |
| | | this.PumpSeriesID = rhs.PumpSeriesID; |
| | | this.RatedEfficiency = rhs.RatedEfficiency; |
| | | this.RatedPower = rhs.RatedPower; |
| | | this.Erosion = rhs.Erosion; |
| | | this.D2 = rhs.D2; |
| | | this.Paras = rhs.Paras == null ? null : new Dictionary<string, string>(rhs.Paras); |
| | | this.PumpSeriesID = rhs.PumpSeriesID; |
| | | this.KeyWord = rhs.KeyWord; |
| | | this.Flags = rhs.Flags?.ToList(); |
| | | this.TagName = rhs.TagName; |
| | | this.RatedSpeed = rhs.RatedSpeed; |
| | |
| | | /// <summary> |
| | | /// 泵系åID |
| | | /// </summary> |
| | | public long PumpSeriesID { get; set; } |
| | | public long SeriesID { get; set; } |
| | | |
| | | /// <summary> |
| | | /// åæ° |
| | |
| | | public List<string> Flags { get; set; } |
| | | |
| | | /// <summary> |
| | | /// è¯å«å
³é®å |
| | | /// </summary> |
| | | public List<string> KeyWord { get; set; } |
| | | |
| | | /// <summary> |
| | | /// æ å¿ |
| | | /// </summary> |
| | | public string TagName { get; set; } |