| | |
| | | this.PrjNumber = rhs.PrjNumber; |
| | | this.Flags = rhs.Flags; |
| | | this.TagName = rhs.TagName; |
| | | this.Address = rhs.Address; |
| | | this.UseStatus = rhs.UseStatus; |
| | | this.SortCode = rhs.SortCode; |
| | | this.Description = rhs.Description; |
| | |
| | | this.CreateUserID = rhs.CreateUserID; |
| | | this.Version = rhs.Version; |
| | | this.MapPosition = rhs.MapPosition; |
| | | this.CreateDisplayName = CreateUserID.ToString(); |
| | | this.CreateUserDisplayName = rhs.CreateUserDisplayName; |
| | | } |
| | | |
| | | public void Reset(ProjectViewModel rhs) |
| | |
| | | this.CreateUserID = rhs.CreateUserID; |
| | | this.Version = rhs.Version; |
| | | this.MapPosition = rhs.MapPosition; |
| | | this.CreateDisplayName = CreateUserID.ToString(); |
| | | this.CreateUserDisplayName = rhs.CreateUserDisplayName; |
| | | } |
| | | |
| | | public void Reset(UpdateXhsProjectInput rhs) |
| | |
| | | this.CreateUserID = rhs.CreateUserID; |
| | | this.Version = rhs.Version; |
| | | this.MapPosition = rhs.MapPosition; |
| | | this.CreateDisplayName = CreateUserID.ToString(); |
| | | this.CreateUserDisplayName = rhs.CreateUserDisplayName; |
| | | } |
| | | |
| | | /// <summary> |
| | | /// 创建人显示名字 |
| | | /// </summary> |
| | | public string CreateDisplayName { get; set; } |
| | | } |
| | | } |