| | |
| | | this.Diameter = rhs.Diameter; |
| | | this.StartDiameter = rhs.StartDiameter; |
| | | this.EndDiameter = rhs.EndDiameter; |
| | | this.Roughness = rhs.Roughness; |
| | | this.eAlgorithmType = rhs.eAlgorithmType; |
| | | this.TranslationType = rhs.TranslationType; |
| | | this.KeyWords = KeyWordHelper.ToString(rhs.KeyWords); |
| | | this.Flags = Yw.Untity.FlagsHelper.ToString(rhs.Flags); |
| | | this.TagName = rhs.TagName; |
| | |
| | | this.Diameter = rhs.Diameter; |
| | | this.StartDiameter = rhs.StartDiameter; |
| | | this.EndDiameter = rhs.EndDiameter; |
| | | this.Roughness = rhs.Roughness; |
| | | this.eAlgorithmType = rhs.eAlgorithmType; |
| | | this.TranslationType = rhs.TranslationType; |
| | | this.KeyWords = KeyWordHelper.ToString(rhs.KeyWords); |
| | | this.Flags = Yw.Untity.FlagsHelper.ToString(rhs.Flags); |
| | | this.TagName = rhs.TagName; |
| | |
| | | public long SeriesID { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 名称 |
| | | /// 型号 |
| | | /// </summary> |
| | | [Display(Name = "名称")] |
| | | [Display(Name = "型号")] |
| | | public string Name { get; set; } |
| | | |
| | | /// <summary> |
| | |
| | | public double EndDiameter { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 粗糙系数 |
| | | /// 过渡件类型 |
| | | /// </summary> |
| | | [Display(Name = "粗糙系数")] |
| | | public double Roughness { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 算法类型 |
| | | /// </summary> |
| | | [Display(Name = "算法类型")] |
| | | public HStation.Assets.eAlgorithmType eAlgorithmType { get; set; } |
| | | [Display(Name = "过渡件类型")] |
| | | public HStation.Assets.eTranslationType TranslationType { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 关键字 |