| | |
| | | /// <summary> |
| | | /// |
| | | /// </summary> |
| | | public XhsProjectMgrViewModel(Vmo.Xhs.XhsProjectExtensions project) |
| | | public XhsProjectMgrViewModel(Vmo.Xhs.XhsProjectExtensions project, bool IsHaveBimface) |
| | | { |
| | | this.ID = project.ID; |
| | | this.ParentID = project.ParentID; |
| | |
| | | this.TagName = project.TagName; |
| | | this.SortCode = project.SortCode; |
| | | this.Description = project.Description; |
| | | this.IsHaveBimface = IsHaveBimface; |
| | | } |
| | | |
| | | /// <summary> |
| | | /// |
| | | /// </summary> |
| | | public XhsProjectMgrViewModel(Vmo.Xhs.XhsProjectExtensions project, bool hasLocation) : this(project) |
| | | { |
| | | this.HasLocation = hasLocation; |
| | | } |
| | | /* /// <summary> |
| | | /// |
| | | /// </summary> |
| | | public XhsProjectMgrViewModel(Vmo.Xhs.XhsProjectExtensions project, bool hasLocation) : this(project) |
| | | { |
| | | this.HasLocation = hasLocation; |
| | | }*/ |
| | | |
| | | public void Reset(Vmo.Xhs.XhsProjectExtensions project) |
| | | { |
| | |
| | | [Display(Name = "说明")] |
| | | public string Description { get; set; } |
| | | |
| | | /* /// <summary> |
| | | /// 定位 |
| | | /// </summary> |
| | | [Display(Name = "定位")] |
| | | public bool HasLocation { get; set; }*/ |
| | | |
| | | /// <summary> |
| | | /// 定位 |
| | | /// 是否存在三维模型 |
| | | /// </summary> |
| | | [Display(Name = "定位")] |
| | | public bool HasLocation { get; set; } |
| | | public bool IsHaveBimface { get; set; } |
| | | } |
| | | } |