프로젝트

일반

사용자정보

개정판 3a4649f8

ID3a4649f844d819faab593cd2b8868da65641505b
상위 fad4d1c0
하위 6f67c93d

김태성이(가) 5년 이상 전에 추가함

pemss user ID 추가

Change-Id: I620a5be0476887df902b52ab26645011ab3fceea

차이점 보기:

IKCOM/Interface.cs
55 55
        public bool IsCustomPage { get; set; }
56 56
    }
57 57

  
58
    public class DisplayColorInfo
58
    public class PEMSSInfo
59
    {
60
        public string UserID { get; set; }
61
    }
62

  
63
        public class DisplayColorInfo
59 64
    {
60 65
        public string UserID { get; set; }
61 66
        public string DisplayColor { get; set; }
KCOM/App.xaml.cs
66 66
        public static string UserName;
67 67
        public static string UserIP;
68 68
        public static IKCOM.ViewInfo ViewInfo;
69
        public static IKCOM.PEMSSInfo PEMSSInfo;
69 70
        public static string urlHost;
70 71
        public static string urlPort;
71 72
        public static string urlHost_DB;
......
176 177
                        //UserID = "H2009115",
177 178
                        //Mode = 0 , 1 , 2
178 179
                    };
180

  
181
                    App.PEMSSInfo = new IKCOM.PEMSSInfo
182
                    {
183
                        UserID = result.uId
184
                    };
185

  
179 186
                    ParameterMode = true;
180 187
                }
181 188
                else
......
199 206
                            //UserID = "H2009115",
200 207
                            //Mode = 0 , 1 , 2
201 208
                        };
209

  
210
                        App.PEMSSInfo = new IKCOM.PEMSSInfo
211
                        {
212
                            UserID = result.uId
213
                        };
214

  
202 215
                        ParameterMode = true;
203 216
                    }
204 217
                }
KCOM/ViewModel/RequirementViewModel.cs
164 164
                string projectNo = App.ViewInfo.ProjectNO;
165 165
                string docId = App.ViewInfo.DocumentItemID;
166 166
                string mdId = SelectRequirement.mdId;
167
                string userId = App.ViewInfo.UserID;
167
                string userId = App.PEMSSInfo.UserID;
168 168

  
169 169
                bool condition = true;
170 170
         

내보내기 Unified diff

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