프로젝트

일반

사용자정보

개정판 f947c634

IDf947c6344a33e68ec7c09162159f9f2c035e1ecd
상위 c050ce7c
하위 1f0ae149

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

dev issue #000 : 정리후 다시 개발

Change-Id: I45771e7307f15e5b2e77fee28de5d9f0f9565e35

차이점 보기:

DTI_PID/SPPIDConverter/Model/SPPID_Document.cs
15 15

  
16 16
        }
17 17

  
18
        public List<SymbolMapping> SymbolMappings { get; set; }
19
        public List<LineMapping> LineMappings { get; set; }
20
        public List<LineNumberMapping> LineNumberMappings { get; set; }
21
        public List<AssociationMapping> AssociationMappings { get; set; }
22

  
23 18
        public string DrawingName { get; set; }
24 19
        public string DrawingNumber { get; set; }
25 20
        public string Unit { get; set; }
26 21
        public string Template { get; set; }
22

  
23
        public void SetSPPIDInfo()
24
        {
25
            foreach (var item in SYMBOLS)
26
            {
27
                //item.SPPID.MAPPINGNAME = 
28
            }
29

  
30
        }
27 31
    }
28 32
}

내보내기 Unified diff

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