| | |
| | | public AssetsElbowMainDto(Model.AssetsElbowMain rhs) |
| | | { |
| | | this.ID = rhs.ID; |
| | | this.MaterialName = rhs.MaterialName; |
| | | this.Caliber = rhs.Caliber; |
| | | this.Coefficient = rhs.Coefficient; |
| | | this.Description = rhs.Description; |
| | | this.SortCode = rhs.SortCode; |
| | | this.KeyWord = rhs.KeyWord; |
| | | this.IsDefault = rhs.IsDefault; |
| | | this.Name = rhs.Name; |
| | | this.SeriesID = rhs.SeriesID; |
| | | this.Material = rhs.Material; |
| | | this.Caliber = rhs.Caliber; |
| | | this.Name = rhs.Name; |
| | | this.MinorLoss = rhs.MinorLoss; |
| | | this.KeyWord = rhs.KeyWord; |
| | | this.Angle = rhs.Angle; |
| | | this.ConnectionLength = rhs.ConnectionLength; |
| | | this.ElbowLengthType = rhs.ElbowLengthType; |
| | | this.SortCode = rhs.SortCode; |
| | | this.Description = rhs.Description; |
| | | } |
| | | |
| | | public long ID { get; set; } |
| | |
| | | /// <summary> |
| | | /// 管路连接长度 |
| | | /// </summary> |
| | | public eLengthType ConnectionLength { get; set; } |
| | | public eLengthType? ElbowLengthType { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 角度 |
| | |
| | | /// <summary> |
| | | /// 材料 |
| | | /// </summary> |
| | | public string MaterialName { get; set; } |
| | | public string Material { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 系数 |
| | | /// </summary> |
| | | public double? Coefficient { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 排序码 |
| | | /// </summary> |
| | | public int SortCode { get; set; } |
| | | public double MinorLoss { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 识别关键字 |
| | |
| | | public string KeyWord { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 是否默认 |
| | | /// 排序码 |
| | | /// </summary> |
| | | public bool IsDefault { get; set; } |
| | | public int SortCode { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 说明 |