| | |
| | | { |
| | | this.ID = rhs.ID; |
| | | this.Name = rhs.Name; |
| | | this.Caliber = rhs.Caliber; |
| | | this.Material = rhs.Material; |
| | | this.MinorLoss = rhs.MinorLoss; |
| | | this.FlowMinorLoss = rhs.FlowMinorLoss; |
| | | this.Description = rhs.Description; |
| | | this.Vmo = rhs; |
| | | } |
| | |
| | | { |
| | | this.ID = rhs.ID; |
| | | this.Name = rhs.Name; |
| | | this.Caliber = rhs.Caliber; |
| | | this.Material = rhs.Material; |
| | | this.MinorLoss = rhs.MinorLoss; |
| | | this.FlowMinorLoss = rhs.FlowMinorLoss; |
| | | this.Description = rhs.Description; |
| | | this.Vmo = rhs; |
| | | } |
| | |
| | | public string Name { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 口径 |
| | | /// </summary> |
| | | [Display(Name = "口径")] |
| | | public double? Caliber { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 材料 |
| | | /// </summary> |
| | | [Display(Name = "材料")] |
| | | public string Material { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 局阻系数 |
| | | /// </summary> |
| | | [Display(Name = "局阻系数")] |
| | | public double MinorLoss { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 流量系数 |
| | | /// </summary> |
| | | public double? FlowMinorLoss { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 排序码 |
| | | /// </summary> |
| | | [Display(Name = "排序码")] |