| | |
| | | using DevExpress.Mvvm.POCO; |
| | | |
| | | namespace HStation.WinFrmUI |
| | | namespace HStation.WinFrmUI |
| | | { |
| | | /// <summary> |
| | | /// |
| | |
| | | this.Material = rhs.Material; |
| | | this.Caliber = rhs.Caliber; |
| | | this.Hazen = rhs.Hazen; |
| | | this.Coefficient = rhs.MinorLoss; |
| | | this.KeyWords = HStation.Service.Assets.KeyWordHelper.ToString(rhs.KeyWords); |
| | | this.Flags = Yw.Untity.FlagsHelper.ToString(rhs.Flags); |
| | | this.TagName = rhs.TagName; |
| | |
| | | /// </summary> |
| | | [DisplayName("口径(mm)")] |
| | | public double? Caliber { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 粗糙系数 |
| | | /// </summary> |
| | | [DisplayName("粗糙系数")] |
| | | public double Coefficient { get; set; } |
| | | |
| | | /// <summary> |
| | | ///威廉姆斯粗糙系数 |