ÎļþÃû´Ó WinFrmUI/Yw.WinFrmUI.Hydro.Core/04-parter/17-pipe/HydroPipeViewModel.cs ÐÞ¸Ä |
| | |
| | | /// <summary> |
| | | /// |
| | | /// </summary> |
| | | public HydroPipeViewModel() { } |
| | | public HydroPipeViewModel() : base() { } |
| | | |
| | | /// <summary> |
| | | /// |
| | | /// </summary> |
| | | public HydroPipeViewModel(Yw.Model.HydroPipeInfo rhs) : base(rhs) |
| | | { |
| | | this.Material = rhs.Material; |
| | | this.Diameter = rhs.Diameter; |
| | | this.Length = rhs.Length; |
| | | this.Material = rhs.Material; |
| | | this.Roughness = rhs.Roughness; |
| | | this.MinorLoss = rhs.MinorLoss; |
| | | |
| | |
| | | /// </summary> |
| | | public HydroPipeViewModel(Yw.Model.HydroPipeInfo rhs, Yw.WinFrmUI.HydroCalcuLinkResult calcuResult) : base(rhs, calcuResult) |
| | | { |
| | | this.Material = rhs.Material; |
| | | this.Diameter = rhs.Diameter; |
| | | this.Length = rhs.Length; |
| | | this.Material = rhs.Material; |
| | | this.Roughness = rhs.Roughness; |
| | | this.MinorLoss = rhs.MinorLoss; |
| | | |
| | |
| | | public override string LinkStatus { get; set; } |
| | | |
| | | /// <summary> |
| | | /// æè´¨ |
| | | /// </summary> |
| | | [DisplayName("æè´¨")] |
| | | public string Material { get; set; } |
| | | |
| | | /// <summary> |
| | | /// ç´å¾ï¼mmï¼ |
| | | /// </summary> |
| | | [DisplayName("ç´å¾(mm)")] |
| | |
| | | /// </summary> |
| | | [DisplayName("é¿åº¦(m)")] |
| | | public double Length { get; set; } |
| | | |
| | | /// <summary> |
| | | /// æè´¨ |
| | | /// </summary> |
| | | [DisplayName("æè´¨")] |
| | | public string Material { get; set; } |
| | | |
| | | /// <summary> |
| | | /// ç²ç³ç³»æ° |