개정판 0f065e57
issue #745 markus client log
KCOM/Controls/FavoritePanel.xaml.cs | ||
---|---|---|
41 | 41 |
InitializeComponent(); |
42 | 42 |
//System.Diagnostics.Debug.WriteLine("FavoritePanel() : " + sw.ElapsedMilliseconds.ToString() + "ms"); |
43 | 43 |
Common.ViewerDataModel.Instance.SystemMain.dzMainMenu.BaseClient.GetFavoriteVPCompleted += BaseClient_GetFavoriteVPCompleted; |
44 |
Common.ViewerDataModel.Instance.SystemMain.dzMainMenu.BaseClient.EditFavoriteVPCompleted += BaseClient_EditFavoriteVPCompleted; |
|
45 |
Common.ViewerDataModel.Instance.SystemMain.dzMainMenu.BaseClient.DeleteMarkupCompleted += BaseClient_DeleteMarkupCompleted; |
|
46 |
|
|
44 |
Common.ViewerDataModel.Instance.SystemMain.dzMainMenu.BaseClient.EditFavoriteVPCompleted += BaseClient_EditFavoriteVPCompleted; |
|
45 |
Common.ViewerDataModel.Instance.SystemMain.dzMainMenu.BaseClient.DeleteMarkupCompleted += BaseClient_DeleteMarkupCompleted; |
|
47 | 46 |
if (!IsLoaded) |
48 | 47 |
{ |
49 | 48 |
if (App.ViewInfo != null && App.ViewInfo.ProjectNO != "") |
50 | 49 |
{ |
50 |
Logger.sendReqLog("GetFavoriteVPAsync: ", App.ViewInfo.ProjectNO + "," + App.ViewInfo.UserID + "," + App.ViewInfo.DocumentItemID, 1); |
|
51 | 51 |
Common.ViewerDataModel.Instance.SystemMain.dzMainMenu.BaseClient.GetFavoriteVPAsync(App.ViewInfo.ProjectNO, App.ViewInfo.UserID, App.ViewInfo.DocumentItemID); |
52 | 52 |
//autoSearchSymbol.Visibility = Visibility.Visible; |
53 | 53 |
} |
... | ... | |
65 | 65 |
{ |
66 | 66 |
if (e.Error == null && e.Result != null) |
67 | 67 |
{ |
68 |
Logger.sendReqLog("GetFavoriteVPAsync: ", App.ViewInfo.ProjectNO + "," + App.ViewInfo.UserID + "," + App.ViewInfo.DocumentItemID, 1); |
|
68 | 69 |
Common.ViewerDataModel.Instance.SystemMain.dzMainMenu.BaseClient.GetFavoriteVPAsync(App.ViewInfo.ProjectNO, App.ViewInfo.UserID, App.ViewInfo.DocumentItemID); |
69 | 70 |
} |
70 | 71 |
else |
71 | 72 |
{ |
72 | 73 |
|
73 | 74 |
} |
75 |
Logger.sendResLog("DeleteMarkupCompleted", "UserState : " + e.UserState + "\r Result :" + e.Result + "\r Cancelled :" + e.Cancelled + "\r Error :" + e.Error, 1); |
|
74 | 76 |
} |
75 | 77 |
private void BaseClient_EditFavoriteVPCompleted(object sender, ServiceDeepView.EditFavoriteVPCompletedEventArgs e) |
76 | 78 |
{ |
77 | 79 |
if (e.Error == null && e.Result != null) |
78 | 80 |
{ |
81 |
Logger.sendReqLog("GetFavoriteVPAsync: ", App.ViewInfo.ProjectNO + "," + App.ViewInfo.UserID + "," + App.ViewInfo.DocumentItemID, 1); |
|
79 | 82 |
Common.ViewerDataModel.Instance.SystemMain.dzMainMenu.BaseClient.GetFavoriteVPAsync(App.ViewInfo.ProjectNO, App.ViewInfo.UserID, App.ViewInfo.DocumentItemID); |
80 | 83 |
} |
84 |
Logger.sendResLog("EditFavoriteVPCompleted", "UserState : " + e.UserState + "\r Result :" + e.Result + "\r Cancelled :" + e.Cancelled + "\r Error :" + e.Error, 1); |
|
81 | 85 |
} |
82 | 86 |
|
83 | 87 |
private void BaseClient_GetFavoriteVPCompleted(object sender, ServiceDeepView.GetFavoriteVPCompletedEventArgs e) |
... | ... | |
103 | 107 |
ViewerDataModel.Instance.SystemMain.dzMainMenu.pageNavigator._FavoriteSet = InVp; |
104 | 108 |
} |
105 | 109 |
} |
110 |
Logger.sendResLog("GetFavoriteVPCompleted", "UserState : " + e.UserState + "\r Result :" + e.Result + "\r Cancelled :" + e.Cancelled + "\r Error :" + e.Error, 1); |
|
106 | 111 |
} |
107 | 112 |
|
108 | 113 |
private void cbState_Loaded(object sender, RoutedEventArgs e) |
... | ... | |
194 | 199 |
{ |
195 | 200 |
if (addFavorite.DialogResult == true) |
196 | 201 |
{ |
202 |
Logger.sendReqLog("GetFavoriteVPAsync: ", App.ViewInfo.ProjectNO + "," + App.ViewInfo.UserID + "," + App.ViewInfo.DocumentItemID, 1); |
|
197 | 203 |
Common.ViewerDataModel.Instance.SystemMain.dzMainMenu.BaseClient.GetFavoriteVPAsync(App.ViewInfo.ProjectNO, App.ViewInfo.UserID, App.ViewInfo.DocumentItemID); |
198 | 204 |
} |
199 | 205 |
}; |
... | ... | |
241 | 247 |
|
242 | 248 |
if (favoInstance.MEMBER_USER_ID == App.ViewInfo.UserID) |
243 | 249 |
{ |
250 |
Logger.sendReqLog("DelFavoriteVPAsync: ", favoInstance.PROJECT_NO + "," + favoInstance.MEMBER_USER_ID + "," + favoInstance.PAGE_NO, 1); |
|
244 | 251 |
Common.ViewerDataModel.Instance.SystemMain.dzMainMenu.BaseClient.DelFavoriteVPAsync(favoInstance.PROJECT_NO, favoInstance.MEMBER_USER_ID, favoInstance.PAGE_NO, |
245 | 252 |
favoInstance.ID); |
246 | 253 |
} |
... | ... | |
267 | 274 |
{ |
268 | 275 |
if (addFavorite.DialogResult == true) |
269 | 276 |
{ |
277 |
Logger.sendReqLog("GetFavoriteVPAsync: ", App.ViewInfo.ProjectNO + "," + App.ViewInfo.UserID + "," + App.ViewInfo.DocumentItemID, 1); |
|
270 | 278 |
Common.ViewerDataModel.Instance.SystemMain.dzMainMenu.BaseClient.GetFavoriteVPAsync(App.ViewInfo.ProjectNO, App.ViewInfo.UserID, App.ViewInfo.DocumentItemID); |
271 | 279 |
} |
272 | 280 |
}; |
내보내기 Unified diff