| | |
| | | { |
| | | } |
| | | |
| | | public ThreeLinkViewModel(Vmo.ThreeLinkMainVmo rhs) |
| | | public ThreeLinkViewModel(Vmo.AssetsThreelinkMainVmo rhs) |
| | | { |
| | | this.ID = rhs.ID; |
| | | this.Description = rhs.Description; |
| | |
| | | this.Coefficient = rhs.Coefficient; |
| | | } |
| | | |
| | | public void Reset(Vmo.ThreeLinkMainVmo rhs) |
| | | public void Reset(Vmo.AssetsThreelinkMainVmo rhs) |
| | | { |
| | | this.ID = rhs.ID; |
| | | if (rhs.Caliber == null) |
| | |
| | | public double? Coefficient { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 运行通过损失系数 |
| | | /// </summary> |
| | | [DisplayName("运行通过损失系数")] |
| | | [Browsable(true)] |
| | | public double? RunThroughCoefficient { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 支管通过损失系数 |
| | | /// </summary> |
| | | [DisplayName("支管通过损失系数")] |
| | | [Browsable(true)] |
| | | public double? BranchThroughCoefficient { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 排序码 |
| | | /// </summary> |
| | | [DisplayName("排序码")] |