文件名从 WinFrmUI/HStation.WinFrmUI.Assets.Core/00-Core/AdaptingViewModel.cs 修改 |
| | |
| | | |
| | | public AdaptingViewModel(Vmo.AdaptingManageVmo rhs) |
| | | { |
| | | this.EquipmentType = (Service.Assets.eAdaptingType)rhs.AdaptingType; |
| | | this.AdaptingType = rhs.AdaptingType; |
| | | this.Coefficient = rhs.Coefficient; |
| | | this.Material = rhs.Material; |
| | | this.ID = rhs.ID; |
| | |
| | | |
| | | public void Reset(Vmo.AdaptingManageVmo rhs) |
| | | { |
| | | this.EquipmentType = (Service.Assets.eAdaptingType)rhs.AdaptingType; |
| | | this.AdaptingType = (Service.Assets.eAdaptingType)rhs.AdaptingType; |
| | | this.Coefficient = rhs.Coefficient; |
| | | this.Material = rhs.Material; |
| | | this.ID = rhs.ID; |
| | |
| | | /// </summary> |
| | | [DisplayName("闄勪欢绫诲瀷")] |
| | | [Browsable(true)] |
| | | public Service.Assets.eAdaptingType EquipmentType { get; set; } |
| | | public Service.Assets.eAdaptingType AdaptingType { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 鍚嶇О |