| | |
| | | using System.ComponentModel; |
| | | using HStation.Vmo; |
| | | using System.ComponentModel; |
| | | |
| | | namespace HStation.WinFrmUI.Assets |
| | | { |
| | |
| | | this.KeyWord = string.Join(",", rhs.KeyWord); |
| | | this.SortCode = rhs.SortCode; |
| | | this.Description = rhs.Description; |
| | | this.Vmo = rhs; |
| | | } |
| | | |
| | | public void Reset(Vmo.AssetsTankMainVmo rhs) |
| | |
| | | this.KeyWord = string.Join(",", rhs.KeyWord); |
| | | this.SortCode = rhs.SortCode; |
| | | this.Description = rhs.Description; |
| | | this.Vmo = rhs; |
| | | } |
| | | |
| | | /// <summary> |
| | |
| | | [DisplayName("说明")] |
| | | [Browsable(true)] |
| | | public string Description { get; set; } |
| | | |
| | | public AssetsTankMainVmo Vmo { get; set; } |
| | | } |
| | | } |