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