개정판 31e27b2f
issue #0000
ProejctInfo copy 추가
Change-Id: Icebd1f674bc1be9fe5f7d5f48daca05f2a2264a4
ID2.Manager/ID2.Manager.Data/Models/ProjectInfo.cs | ||
---|---|---|
27 | 27 |
public string GroupName { get; set; } |
28 | 28 |
[DataMember] |
29 | 29 |
public int Level { get; set; } |
30 |
|
|
31 |
public ProjectInfo DeepCopy(ProjectInfo data) |
|
32 |
{ |
|
33 |
return new ProjectInfo() |
|
34 |
{ |
|
35 |
ProjectID = data.ProjectID, |
|
36 |
Code = data.Code, |
|
37 |
Name = data.Name, |
|
38 |
Description = data.Description, |
|
39 |
ID2Path = data.ID2Path, |
|
40 |
GroupID = data.GroupID, |
|
41 |
GroupName = data.GroupName, |
|
42 |
Level = data.Level |
|
43 |
}; |
|
44 |
} |
|
30 | 45 |
} |
31 | 46 |
|
32 | 47 |
[DataContract] |
내보내기 Unified diff