| | |
| | | |
| | | namespace HStation.WinFrmUI.Assets |
| | | { |
| | | public class ValveMainViewModel |
| | | public class AssetsValveMainViewModel |
| | | { |
| | | public ValveMainViewModel(Vmo.ValveMainVmo rhs) |
| | | public AssetsValveMainViewModel(Vmo.AssetsValveMainVmo rhs) |
| | | { |
| | | this.ID = rhs.ID; |
| | | this.Name = rhs.Name; |
| | |
| | | this.SortCode = rhs.SortCode; |
| | | } |
| | | |
| | | public void Reset(Vmo.ValveMainVmo rhs) |
| | | public void Reset(Vmo.AssetsValveMainVmo rhs) |
| | | { |
| | | this.ID = rhs.ID; |
| | | this.Name = rhs.Name; |
| | |
| | | /// </summary> |
| | | [DisplayName("类型")] |
| | | [Browsable(true)] |
| | | public HStation.Assets.eValveSeriesType SeriesType { get; set; } |
| | | public HStation.Assets.eAssetsValveSeriesType SeriesType { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 说明 |