| | |
| | | this.Type = rhs.Type; |
| | | } |
| | | |
| | | //名称 |
| | | [DisplayName("名称")] |
| | | //构件属性 |
| | | [DisplayName("构件属性")] |
| | | [Browsable(true)] |
| | | public string Name { get; set; } |
| | | |
| | | //错误信息 |
| | | [DisplayName("错误信息")] |
| | | //状态信息 |
| | | [DisplayName("状态信息")] |
| | | [Browsable(true)] |
| | | public string Description { get; set; } |
| | | |
| | | //构建编码 |
| | | [DisplayName("构建编码")] |
| | | //构件编码 |
| | | [DisplayName("构件编码")] |
| | | [Browsable(true)] |
| | | public string Code { get; set; } |
| | | |
| | | //构建属性 |
| | | [DisplayName("构建属性")] |
| | | //构件类型 |
| | | [DisplayName("构件类型")] |
| | | [Browsable(true)] |
| | | public string Type { get; set; } |
| | | |
| | | //解析状态 |
| | | [DisplayName("解析状态")] |
| | | [Browsable(true)] |
| | | public string PropStatus { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 错误等级 |
| | | /// </summary> |