개정판 7881ec8f
dev issue #000 : add
Change-Id: I36938467c8d357f79b0414501a13dcedddcddc29
DTI_PID/ID2PSN/Object/Item.cs | ||
---|---|---|
30 | 30 |
} |
31 | 31 |
|
32 | 32 |
public string UID { get; set; } |
33 |
public string Type { get; set; } |
|
33 |
public string ID2DBCategory { get; set; } |
|
34 |
public string ID2DBType { get; set; } |
|
34 | 35 |
public string Name { get; set; } |
35 | 36 |
public string Owner { get; set; } |
36 |
public string Parent { get; set; }
|
|
37 |
public string ID2DBName { get; set; }
|
|
37 | 38 |
public string ANGLE { get; set; } |
38 | 39 |
public double[] POINT { get; set; } |
39 | 40 |
public List<Relation> Relations { get; set; } |
... | ... | |
48 | 49 |
public PSNItem PSNItem { get; set; } |
49 | 50 |
public LineNumber LineNumber { get; set; } |
50 | 51 |
public Equipment Equipment { get; set; } |
52 |
public Document Document { get; set; } |
|
51 | 53 |
} |
52 | 54 |
|
53 | 55 |
public class Relation |
내보내기 Unified diff