| | |
| | | using DevExpress.XtraRichEdit.Model.History; |
| | | using Yw.Untity; |
| | | |
| | | namespace HStation.WinFrmUI.Assets |
| | | namespace HStation.WinFrmUI.Assets |
| | | { |
| | | public class AssetsValveSeriesViewModel |
| | | { |
| | |
| | | { |
| | | this.Name = rhs.Name; |
| | | this.ID = rhs.ID; |
| | | this.ParentID = TreeParentIdsHelper.GetLastParentID(rhs.ParentIds); |
| | | this.ParentID = rhs.ParentID; |
| | | this.Description = rhs.Description; |
| | | } |
| | | |
| | |
| | | { |
| | | this.Name = rhs.Name; |
| | | this.ID = rhs.ID; |
| | | this.ParentID = TreeParentIdsHelper.GetLastParentID(rhs.ParentIds); |
| | | this.ParentID = rhs.ParentID; |
| | | this.Description = rhs.Description; |
| | | } |
| | | |