프로젝트

일반

사용자정보

개정판 335b7a24

ID335b7a245e0cf6a23f082212f90455fc144e275d
상위 30a9ffce
하위 cf127e54

gaqhf 이(가) 5년 이상 전에 추가함

dev issue #000 : add Branch Logic and Line Join Logic

Change-Id: I7fcee5115816a1d1d1b218321b40a2670fa6358b

차이점 보기:

DTI_PID/SPPIDConverter/Util/SPPIDUtil.cs
258 258

  
259 259
            return null;
260 260
        }
261
        public static List<Line> FindLinesByModelId(Document document, string ModelItemId)
262
        {
263
            List<Line> lines = new List<Line>();
264
            foreach (Line item in document.LINES)
265
            {
266
                if (item.SPPID.ModelItemId == ModelItemId)
267
                    lines.Add(item);
268
            }
269

  
270
            return lines;
271
        }
261 272
        #endregion
262 273
    }
263 274
}

내보내기 Unified diff

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