| | |
| | | } |
| | | this.Coefficient = rhs.MinorLoss; |
| | | this.SeriesID = rhs.SeriesID; |
| | | this.ValveType = rhs.ValveType; |
| | | this.SortCode = rhs.SortCode; |
| | | this.KeyWord = string.Join(",", rhs.KeyWords); |
| | | this.ValveSetting = rhs.ValveSetting; |
| | |
| | | } |
| | | this.Coefficient = rhs.MinorLoss; |
| | | this.SeriesID = rhs.SeriesID; |
| | | this.ValveType = rhs.ValveType; |
| | | this.SortCode = rhs.SortCode; |
| | | this.KeyWord = string.Join(",", rhs.KeyWords); |
| | | this.ValveSetting = rhs.ValveSetting; |
| | |
| | | [DisplayName("损失系数")] |
| | | [Browsable(true)] |
| | | public double Coefficient { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 类型 |
| | | /// </summary> |
| | | [DisplayName("类型")] |
| | | [Browsable(true)] |
| | | public HStation.Assets.eValveType ValveType { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 说明 |