| | |
| | | using System.ComponentModel; |
| | | using HStation.Assets; |
| | | using System.ComponentModel; |
| | | |
| | | namespace HStation.WinFrmUI.Assets |
| | | { |
| | |
| | | this.SortCode = rhs.SortCode; |
| | | this.KeyWord = rhs.KeyWord; |
| | | this.IsDefault = rhs.IsDefault; |
| | | this.Angle = rhs.Angle; |
| | | this.ConnectionLength = rhs.ConnectionLength; |
| | | this.Coefficient = rhs.Coefficient; |
| | | } |
| | | |
| | |
| | | this.KeyWord = rhs.KeyWord; |
| | | this.IsDefault = rhs.IsDefault; |
| | | this.SortCode = rhs.SortCode; |
| | | this.Angle = rhs.Angle; |
| | | this.ConnectionLength = rhs.ConnectionLength; |
| | | this.Coefficient = rhs.Coefficient; |
| | | } |
| | | |
| | |
| | | [Browsable(true)] |
| | | public bool IsDefault { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 管路连接长度 |
| | | /// </summary> |
| | | [DisplayName("连接长度")] |
| | | [Browsable(true)] |
| | | public eLengthType? ConnectionLength { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 角度 |
| | | /// </summary> |
| | | [DisplayName("角度")] |
| | | [Browsable(true)] |
| | | public string Angle { get; set; } |
| | | public int? Angle { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 说明 |