| | |
| | | this.SeriesID = rhs.SeriesID; |
| | | this.Name = rhs.Name; |
| | | this.MinorLoss = rhs.MinorLoss; |
| | | this.Diameter = rhs.Diameter; |
| | | this.StartDiameter = rhs.StartDiameter; |
| | | this.EndDiameter = rhs.EndDiameter; |
| | | this.TranslationType = rhs.TranslationType; |
| | |
| | | this.SeriesID = rhs.SeriesID; |
| | | this.Name = rhs.Name; |
| | | this.MinorLoss = rhs.MinorLoss; |
| | | this.Diameter = rhs.Diameter; |
| | | this.StartDiameter = rhs.StartDiameter; |
| | | this.EndDiameter = rhs.EndDiameter; |
| | | this.TranslationType = rhs.TranslationType; |
| | |
| | | public double MinorLoss { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 直径 |
| | | /// </summary> |
| | | |
| | | [Display(Name = "直径")] |
| | | public double Diameter { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 上游直径 |
| | | /// </summary> |
| | | |
| | |
| | | public double EndDiameter { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 过渡件类型 |
| | | /// 类型 |
| | | /// </summary> |
| | | [Display(Name = "过渡件类型")] |
| | | [Display(Name = " 类型")] |
| | | public HStation.Assets.eTranslationType TranslationType { get; set; } |
| | | |
| | | /// <summary> |