프로젝트

일반

사용자정보

개정판 5a25b6b0

ID5a25b6b03659fbadfa9ca500ed1f31689ec0327e
상위 28199b11
하위 c6a4c467, c3d85e7d, a99adf81

gaqhf 이(가) 약 4년 전에 추가함

dev issue #000 : edit

Change-Id: Id63d24cd851dd6623a640ebb1cf01067a2091cef

차이점 보기:

DTI_PID/SPPIDConverter/BaseModel/Document.cs
145 145
                        HASINSTRUMENTLABEL = item.Element("HASINSTRUMENTLABEL").Value,
146 146
                        AREA = item.Element("AREA").Value,
147 147
                        FLIP = Convert.ToInt32(item.Element("FLIP").Value),
148
                        CURRENTPOINTMODEINDEX = Convert.ToInt32(item.Element("CURRENTPOINTMODEINDEX").Value)
148
                        //CURRENTPOINTMODEINDEX = Convert.ToInt32(item.Element("CURRENTPOINTMODEINDEX").Value)
149 149
                    };
150 150
                    SetAssociations(item.Element("ASSOCIATIONS"), specBreak.ASSOCIATIONS);
151 151
                    SetSymbolConnectors(item.Element("CONNECTORS"), specBreak.CONNECTORS, specBreak.CONNECTIONPOINT);
......
174 174
                        HASINSTRUMENTLABEL = item.Element("HASINSTRUMENTLABEL").Value,
175 175
                        AREA = item.Element("AREA").Value,
176 176
                        FLIP = Convert.ToInt32(item.Element("FLIP").Value),
177
                        CURRENTPOINTMODEINDEX = Convert.ToInt32(item.Element("CURRENTPOINTMODEINDEX").Value)
177
                        //CURRENTPOINTMODEINDEX = Convert.ToInt32(item.Element("CURRENTPOINTMODEINDEX").Value)
178 178
                    };
179 179
                    SetAssociations(item.Element("ASSOCIATIONS"), endBreak.ASSOCIATIONS);
180 180
                    SetSymbolConnectors(item.Element("CONNECTORS"), endBreak.CONNECTORS, endBreak.CONNECTIONPOINT);
......
231 231
                        HASINSTRUMENTLABEL = item.Element("HASINSTRUMENTLABEL").Value,
232 232
                        AREA = item.Element("AREA").Value,
233 233
                        FLIP = Convert.ToInt32(item.Element("FLIP").Value),
234
                        CURRENTPOINTMODEINDEX = Convert.ToInt32(item.Element("CURRENTPOINTMODEINDEX").Value)
234
                        //CURRENTPOINTMODEINDEX = Convert.ToInt32(item.Element("CURRENTPOINTMODEINDEX").Value)
235 235
                    };
236 236

  
237 237
                    SetAssociations(item.Element("ASSOCIATIONS"), symbol.ASSOCIATIONS);

내보내기 Unified diff

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