文件名从 WinFrmUI/HStation.WinFrmUI.Assets.Core/04-pipe/01-series/PipeLineSeriesViewModel.cs 修改 |
| | |
| | | 锘縰sing DevExpress.XtraRichEdit.Model.History; |
| | | using Yw.Untity; |
| | | |
| | | namespace HStation.WinFrmUI.Assets |
| | | { |
| | | public class PipeLineSeriesViewModel |
| | | public class AssetsPipeSeriesViewModel |
| | | { |
| | | public PipeLineSeriesViewModel() |
| | | public AssetsPipeSeriesViewModel() |
| | | { |
| | | } |
| | | |
| | | public PipeLineSeriesViewModel(Vmo.AssetsPipeSeriesVmo rhs) |
| | | public AssetsPipeSeriesViewModel(Vmo.AssetsPipeSeriesVmo rhs) |
| | | { |
| | | this.Name = rhs.Name; |
| | | this.ID = rhs.ID; |
| | | this.ParentID = TreeParentIdsHelper.GetLastParentID(rhs.ParentIds); |
| | | this.Description = rhs.Description; |
| | | } |
| | | |
| | |
| | | { |
| | | this.Name = rhs.Name; |
| | | this.ID = rhs.ID; |
| | | this.ParentID = TreeParentIdsHelper.GetLastParentID(rhs.ParentIds); |
| | | this.Description = rhs.Description; |
| | | } |
| | | |