| | |
| | | public AddElbowMianInput() |
| | | { } |
| | | |
| | | public AddElbowMianInput(Model.ElbowMain rhs) |
| | | public AddElbowMianInput(Model.AssetsElbowMain rhs) |
| | | { |
| | | this.ID = rhs.ID; |
| | | this.Coefficient = rhs.Coefficient; |
| | |
| | | this.Description = rhs.Description; |
| | | this.KeyWord = rhs.KeyWord; |
| | | this.IsDefault = rhs.IsDefault; |
| | | this.Angle = rhs.Angle; |
| | | this.ConnectionLength = rhs.ConnectionLength; |
| | | this.SeriesID = rhs.SeriesID; |
| | | } |
| | | |
| | |
| | | public long SeriesID { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 角度 |
| | | /// </summary> |
| | | public int? Angle { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 管路连接长度 |
| | | /// </summary> |
| | | public eLengthType? ConnectionLength { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 口径 |
| | | /// </summary> |
| | | public double? Caliber { get; set; } |