개정판 f28a350a
issue #663: setCurrentPidSource method 제거로 인한 오류 수정
Change-Id: Ia7c67a83ae51228dee1d13344dc300a3f10302bd
DTI_PID/SPPIDConverter/SPPIDModel/SPPID_Document.cs | ||
---|---|---|
11 | 11 |
{ |
12 | 12 |
public class SPPID_Document : Document |
13 | 13 |
{ |
14 |
public SPPID_Document(string xmlPath) : base(xmlPath)
|
|
14 |
public SPPID_Document(string xmlPath, DataTable ID2SymbolTypeDT) : base(xmlPath, ID2SymbolTypeDT)
|
|
15 | 15 |
{ |
16 | 16 |
|
17 | 17 |
} |
... | ... | |
22 | 22 |
public List<LineNumberMapping> LineNumberMappings; |
23 | 23 |
public List<AttributeMapping> AttributeMappings; |
24 | 24 |
public ETCSetting ETCSetting; |
25 |
|
|
25 | 26 |
public DataTable SymbolTable { get; set; } |
26 | 27 |
|
27 | 28 |
public List<Group> GROUPS = new List<Group>(); |
내보내기 Unified diff