| | |
| | | this.SeriesType = rhs.Type; |
| | | this.ValveLift = rhs.ValveLift; |
| | | this.SortCode = rhs.SortCode; |
| | | this.IsDefault = rhs.IsDefault; |
| | | this.KeyWord = rhs.KeyWord; |
| | | this.ValveSetting = rhs.ValveSetting; |
| | | } |
| | | |
| | | public void Reset(Vmo.AssetsValveMainVmo rhs) |
| | |
| | | this.SeriesType = rhs.Type; |
| | | this.SortCode = rhs.SortCode; |
| | | this.ValveLift = rhs.ValveLift; |
| | | this.IsDefault = rhs.IsDefault; |
| | | this.KeyWord = rhs.KeyWord; |
| | | this.ValveSetting = rhs.ValveSetting; |
| | | } |
| | | |
| | | [DisplayName("ID")] |
| | |
| | | /// </summary> |
| | | [DisplayName("说明")] |
| | | [Browsable(true)] |
| | | public string? Description { get; set; } |
| | | public string Description { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 阀门开度 |
| | |
| | | public string KeyWord { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 是否默认 |
| | | /// 阀门设置 |
| | | /// </summary> |
| | | [DisplayName("是否默认")] |
| | | [DisplayName("阀门设置")] |
| | | [Browsable(true)] |
| | | public bool IsDefault { get; set; } |
| | | public string ValveSetting { get; set; } |
| | | } |
| | | } |