프로젝트

일반

사용자정보

개정판 bd3be201

IDbd3be201c14fd544757e4ff2106054d4fa34b864
상위 436f60fe
하위 7106e181

함의성이(가) 약 3년 전에 추가함

참고 라인

Change-Id: I9edfdf886c1038e413e3f81ca524d104e5bb20cf

차이점 보기:

DTI_PID/ID2PSN/PSN.cs
453 453
                            //    pipeLineID.Add(item.TopologyData);//item.TopologyData += "-"; 
454 454
                            if (uid != "-")
455 455
                            {
456
                                Attribute itemAttr = item.Attributes.Find(x => x.Name == uid);
456
                                //Attribute itemAttr = item.Attributes.Find(x => x.Name == uid);
457 457

  
458 458
                                Attribute attribute = lineNumber.Attributes.Find(x => x.Name == uid);
459 459
                                if (attribute != null && !string.IsNullOrEmpty(attribute.Value))
......
1376 1376
                                        {
1377 1377
                                            newRow["Equipment_OID"] = item.Equipment.UID;
1378 1378
                                        }
1379

  
1379
                                        //string a = item.PSNPipeLineID;
1380 1380
                                        newRow["OID"] = itemOID;
1381 1381
                                        newRow["SequenceData_OID"] = string.Format(item.Topology.FullName + "_{0}", index);
1382 1382
                                        newRow["TopologySet_OID"] = item.Topology.FullName;
......
1387 1387
                                        newRow["Class"] = GetClass(item, itemOID);
1388 1388
                                        string subClass = GetSubClass(item, itemOID);                                           
1389 1389
                                        newRow["SubClass"] = subClass;
1390

  
1390
                                        
1391 1391
                                        if (item.ItemType == ItemType.Symbol)
1392 1392
                                            newRow["TYPE"] = item.ID2DBName;
1393 1393
                                        else if (item.ItemType == ItemType.Line)
......
1559 1559
                                        newRow["IsValid"] = PSNItem.IsValid;
1560 1560
                                        newRow["Status"] = status;
1561 1561
                                        newRow["PBS"] = PSNItem.GetPBSData();
1562

  
1562
                                        
1563 1563
                                        List<string> drawingNames = new List<string>();
1564 1564
                                        foreach (Group _group in PSNItem.Groups)
1565 1565
                                        {
......
1630 1630
                            newRow["TailItemTag"] = GetItemTag(topology.Items.First());
1631 1631
                            newRow["HeadItemSPID"] = topology.Items.Last().UID;
1632 1632
                            newRow["TailItemSPID"] = topology.Items.First().UID;
1633
                            //newRow["PSNOID"] = PSNItem.PSN_OID();
1633 1634
                            topologySetDT.Rows.Add(newRow);
1634 1635
                        }
1635 1636
                        

내보내기 Unified diff

클립보드 이미지 추가 (최대 크기: 500 MB)