| | |
| | | this.Angle = rhs.Angle; |
| | | this.MinorLoss = rhs.MinorLoss; |
| | | this.ElbowType = rhs.ElbowType; |
| | | this.KeyWord = rhs.KeyWord; |
| | | this.KeyWords = rhs.KeyWords; |
| | | this.Paras = rhs.Paras == null ? null : new Dictionary<string, string>(rhs.Paras); |
| | | this.Flags = rhs.Flags?.ToList(); |
| | | this.TagName = rhs.TagName; |
| | |
| | | this.Angle = rhs.Angle; |
| | | this.MinorLoss = rhs.MinorLoss; |
| | | this.ElbowType = rhs.ElbowType; |
| | | this.KeyWord = rhs.KeyWord; |
| | | this.KeyWords = rhs.KeyWords; |
| | | this.Paras = rhs.Paras == null ? null : new Dictionary<string, string>(rhs.Paras); |
| | | this.Flags = rhs.Flags?.ToList(); |
| | | this.TagName = rhs.TagName; |
| | |
| | | /// <summary> |
| | | /// 识别关键字 |
| | | /// </summary> |
| | | public List<string> KeyWord { get; set; } |
| | | public List<string> KeyWords { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 排序码 |