| | |
| | | this.RatedQ = rhs.RatedQ; |
| | | this.MatchingRatedP = rhs.MatchingRatedP; |
| | | this.MatchingDbID = rhs.MatchingDbId; |
| | | this.MatchingChartDbID = rhs.MatchingCurveDbId; |
| | | this.MatchingCurveDbId = rhs.MatchingCurveDbId; |
| | | this.MatchingRatedH = rhs.MatchingRatedH; |
| | | this.MatchingRatedN = rhs.MatchingRatedN; |
| | | this.MatchingRatedP = rhs.MatchingRatedP; |
| | | this.MatchingRatedQ = rhs.MatchingRatedQ; |
| | | if (rhs.DbId == null) |
| | | if (rhs.DbId == null || rhs.DbId == string.Empty) |
| | | { |
| | | MatchingType = eMatchingStatus.Failed; |
| | | } |
| | |
| | | |
| | | [DisplayName("匹配后ChartDbID")] |
| | | [Browsable(false)] |
| | | public long? MatchingChartDbID { get; set; } |
| | | public string MatchingCurveDbId { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 修改后额定功率 |