| | |
| | | this.Description = project.Description; |
| | | } |
| | | |
| | | public void Reset(XhsProjectMgrViewModel project, int BimfaceState) |
| | | { |
| | | this.ID = project.ID; |
| | | this.ParentID = project.ParentID; |
| | | this.NO = project.NO; |
| | | this.Name = project.Name; |
| | | this.Address = project.Address; |
| | | this.Customer = project.Customer; |
| | | this.TagName = project.TagName; |
| | | this.SortCode = project.SortCode; |
| | | this.Description = project.Description; |
| | | this.ModelState = (eFileStatus)BimfaceState; |
| | | } |
| | | |
| | | public XhsProjectMgrViewModel(HStation.WinFrmUI.ImportXhsProjectViewModel project, int BimfaceState) |
| | | { |
| | | this.ID = (long)project.ProjectID; |