개정판 8701de36
dev issue #707 : Line Number 모델링
Change-Id: I365cac2f117678cdc9f8e193262794d99016ef9c
DTI_PID/SPPIDConverter/BaseModel/Document.cs | ||
---|---|---|
279 | 279 |
}; |
280 | 280 |
if (item.Element("CONNLINE") != null) |
281 | 281 |
lineNumber.CONNLINE = item.Element("CONNLINE").Value; |
282 |
else |
|
283 |
{ |
|
284 |
validationStringBuilder.AppendLine("Not exist CONNLINE!" + "\r\nLineNumber UID : " + lineNumber.CONNLINE); |
|
285 |
validationStringBuilder.AppendLine(); |
|
286 |
validationResult = true; |
|
287 |
} |
|
282 | 288 |
|
283 | 289 |
SetLineNumberRuns(item, lineNumber.RUNS); |
284 | 290 |
SetProperties(item.Element("PROPERTIES"), lineNumber.PROPERTIES); |
내보내기 Unified diff