프로젝트

일반

사용자정보

개정판 bca86986

IDbca869866ff5e064be5c9036fd598e22fc65f2f6
상위 0d8062b2
하위 60a617ec

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

dev issue #000 : mapping logic

Change-Id: I9cb888f07e99b902f23fc46081be2ffa69449229

차이점 보기:

DTI_PID/BaseModel/Project_Info.cs
15 15
        private bool _Enable;
16 16
        private string _DBFilePath;
17 17
        private string _TempDirPath;
18
        private string _ImageDirPath;
18 19

  
19 20
        public string DefaultPath {
20 21
            get { return _DefaultPath; }
......
23 24
                _Name = Path.GetFileName(value);
24 25
                _DBFilePath = value + @"\db\ITI_PID.db";
25 26
                _TempDirPath = value + @"\Temp\";
27
                _ImageDirPath = value + @"\image\";
26 28
            }
27 29
        }
28 30

  
......
35 37
        {
36 38
            get { return _DBFilePath; }
37 39
        }
38

  
39 40
        public string TempDirPath
40 41
        {
41 42
            get { return _TempDirPath; }
42 43
        }
43 44

  
45
        public string ImageDirPath
46
        {
47
            get { return _ImageDirPath; }
48
        }
49

  
44 50
        public bool Enable { get => _Enable; set => _Enable = value; }
45 51

  
46 52

  

내보내기 Unified diff

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