markus / KCOM / Connected Services / ServiceDeepView / Reference.cs @ 0c575433
이력 | 보기 | 이력해설 | 다운로드 (394 KB)
1 | 787a4489 | KangIngu | //------------------------------------------------------------------------------ |
---|---|---|---|
2 | // <auto-generated> |
||
3 | 992a98b4 | KangIngu | // 이 코드는 도구를 사용하여 생성되었습니다. |
4 | // 런타임 버전:4.0.30319.42000 |
||
5 | 787a4489 | KangIngu | // |
6 | 992a98b4 | KangIngu | // 파일 내용을 변경하면 잘못된 동작이 발생할 수 있으며, 코드를 다시 생성하면 |
7 | // 이러한 변경 내용이 손실됩니다. |
||
8 | 787a4489 | KangIngu | // </auto-generated> |
9 | //------------------------------------------------------------------------------ |
||
10 | |||
11 | namespace KCOM.ServiceDeepView { |
||
12 | using System.Runtime.Serialization; |
||
13 | using System; |
||
14 | |||
15 | |||
16 | [System.Diagnostics.DebuggerStepThroughAttribute()] |
||
17 | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] |
||
18 | 992a98b4 | KangIngu | [System.Runtime.Serialization.DataContractAttribute(Name="FinalPDFResult", Namespace="http://schemas.datacontract.org/2004/07/IFinalPDF")] |
19 | [System.SerializableAttribute()] |
||
20 | public partial struct FinalPDFResult : System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { |
||
21 | |||
22 | [System.NonSerializedAttribute()] |
||
23 | private System.Runtime.Serialization.ExtensionDataObject extensionDataField; |
||
24 | |||
25 | private int CurrentPageField; |
||
26 | |||
27 | private string ExceptionField; |
||
28 | |||
29 | private string FinalIDField; |
||
30 | |||
31 | private string ProjectNoField; |
||
32 | |||
33 | private KCOM.ServiceDeepView.FinalStatus StatusField; |
||
34 | |||
35 | public System.Runtime.Serialization.ExtensionDataObject ExtensionData { |
||
36 | get { |
||
37 | return this.extensionDataField; |
||
38 | } |
||
39 | set { |
||
40 | this.extensionDataField = value; |
||
41 | } |
||
42 | } |
||
43 | |||
44 | [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] |
||
45 | public int CurrentPage { |
||
46 | get { |
||
47 | return this.CurrentPageField; |
||
48 | } |
||
49 | set { |
||
50 | if ((this.CurrentPageField.Equals(value) != true)) { |
||
51 | this.CurrentPageField = value; |
||
52 | this.RaisePropertyChanged("CurrentPage"); |
||
53 | } |
||
54 | } |
||
55 | } |
||
56 | |||
57 | [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] |
||
58 | public string Exception { |
||
59 | get { |
||
60 | return this.ExceptionField; |
||
61 | } |
||
62 | set { |
||
63 | if ((object.ReferenceEquals(this.ExceptionField, value) != true)) { |
||
64 | this.ExceptionField = value; |
||
65 | this.RaisePropertyChanged("Exception"); |
||
66 | } |
||
67 | } |
||
68 | } |
||
69 | |||
70 | [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] |
||
71 | public string FinalID { |
||
72 | get { |
||
73 | return this.FinalIDField; |
||
74 | } |
||
75 | set { |
||
76 | if ((object.ReferenceEquals(this.FinalIDField, value) != true)) { |
||
77 | this.FinalIDField = value; |
||
78 | this.RaisePropertyChanged("FinalID"); |
||
79 | } |
||
80 | } |
||
81 | } |
||
82 | |||
83 | [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] |
||
84 | public string ProjectNo { |
||
85 | get { |
||
86 | return this.ProjectNoField; |
||
87 | } |
||
88 | set { |
||
89 | if ((object.ReferenceEquals(this.ProjectNoField, value) != true)) { |
||
90 | this.ProjectNoField = value; |
||
91 | this.RaisePropertyChanged("ProjectNo"); |
||
92 | } |
||
93 | } |
||
94 | } |
||
95 | |||
96 | [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] |
||
97 | public KCOM.ServiceDeepView.FinalStatus Status { |
||
98 | get { |
||
99 | return this.StatusField; |
||
100 | } |
||
101 | set { |
||
102 | if ((this.StatusField.Equals(value) != true)) { |
||
103 | this.StatusField = value; |
||
104 | this.RaisePropertyChanged("Status"); |
||
105 | } |
||
106 | } |
||
107 | } |
||
108 | |||
109 | public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; |
||
110 | |||
111 | void RaisePropertyChanged(string propertyName) { |
||
112 | System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; |
||
113 | if ((propertyChanged != null)) { |
||
114 | propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); |
||
115 | } |
||
116 | } |
||
117 | } |
||
118 | |||
119 | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] |
||
120 | [System.Runtime.Serialization.DataContractAttribute(Name="FinalStatus", Namespace="http://schemas.datacontract.org/2004/07/IFinalPDF")] |
||
121 | public enum FinalStatus : int { |
||
122 | |||
123 | [System.Runtime.Serialization.EnumMemberAttribute()] |
||
124 | Insert = 0, |
||
125 | |||
126 | [System.Runtime.Serialization.EnumMemberAttribute()] |
||
127 | Wait = 1, |
||
128 | |||
129 | [System.Runtime.Serialization.EnumMemberAttribute()] |
||
130 | Create = 2, |
||
131 | |||
132 | [System.Runtime.Serialization.EnumMemberAttribute()] |
||
133 | PdfStamp = 3, |
||
134 | |||
135 | [System.Runtime.Serialization.EnumMemberAttribute()] |
||
136 | Success = 4, |
||
137 | |||
138 | [System.Runtime.Serialization.EnumMemberAttribute()] |
||
139 | Error = 5, |
||
140 | } |
||
141 | |||
142 | 787a4489 | KangIngu | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
143 | [System.ServiceModel.ServiceContractAttribute(Namespace="", ConfigurationName="ServiceDeepView.ServiceDeepView")] |
||
144 | public interface ServiceDeepView { |
||
145 | |||
146 | 264c9309 | ljiyeon | [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetVersionData", ReplyAction="urn:ServiceDeepView/GetVersionDataResponse")] |
147 | string GetVersionData(bool is64BitProcess, string markusVer); |
||
148 | |||
149 | [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetVersionData", ReplyAction="urn:ServiceDeepView/GetVersionDataResponse")] |
||
150 | System.IAsyncResult BeginGetVersionData(bool is64BitProcess, string markusVer, System.AsyncCallback callback, object asyncState); |
||
151 | |||
152 | string EndGetVersionData(System.IAsyncResult result); |
||
153 | |||
154 | 787a4489 | KangIngu | [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetSystemData", ReplyAction="urn:ServiceDeepView/GetSystemDataResponse")] |
155 | IKCOM.KCOM_SystemInfo GetSystemData(); |
||
156 | |||
157 | [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetSystemData", ReplyAction="urn:ServiceDeepView/GetSystemDataResponse")] |
||
158 | System.IAsyncResult BeginGetSystemData(System.AsyncCallback callback, object asyncState); |
||
159 | |||
160 | IKCOM.KCOM_SystemInfo EndGetSystemData(System.IAsyncResult result); |
||
161 | |||
162 | 992a98b4 | KangIngu | [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetFavoriteVP", ReplyAction="urn:ServiceDeepView/GetFavoriteVPResponse")] |
163 | System.Collections.Generic.List<KCOMDataModel.DataModel.FAVORITE_DOC> GetFavoriteVP(string PrjNo, string userID, string sharepointItemID); |
||
164 | |||
165 | [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetFavoriteVP", ReplyAction="urn:ServiceDeepView/GetFavoriteVPResponse")] |
||
166 | System.IAsyncResult BeginGetFavoriteVP(string PrjNo, string userID, string sharepointItemID, System.AsyncCallback callback, object asyncState); |
||
167 | |||
168 | System.Collections.Generic.List<KCOMDataModel.DataModel.FAVORITE_DOC> EndGetFavoriteVP(System.IAsyncResult result); |
||
169 | |||
170 | [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/EditFavoriteVP", ReplyAction="urn:ServiceDeepView/EditFavoriteVPResponse")] |
||
171 | bool EditFavoriteVP(string prjNo, string userID, string docID, int state, string description); |
||
172 | |||
173 | [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/EditFavoriteVP", ReplyAction="urn:ServiceDeepView/EditFavoriteVPResponse")] |
||
174 | System.IAsyncResult BeginEditFavoriteVP(string prjNo, string userID, string docID, int state, string description, System.AsyncCallback callback, object asyncState); |
||
175 | |||
176 | bool EndEditFavoriteVP(System.IAsyncResult result); |
||
177 | |||
178 | [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/DelFavoriteVP", ReplyAction="urn:ServiceDeepView/DelFavoriteVPResponse")] |
||
179 | bool DelFavoriteVP(string prjNo, string userID, int SavePageNo, string docID); |
||
180 | |||
181 | [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/DelFavoriteVP", ReplyAction="urn:ServiceDeepView/DelFavoriteVPResponse")] |
||
182 | System.IAsyncResult BeginDelFavoriteVP(string prjNo, string userID, int SavePageNo, string docID, System.AsyncCallback callback, object asyncState); |
||
183 | |||
184 | bool EndDelFavoriteVP(System.IAsyncResult result); |
||
185 | |||
186 | 0c575433 | taeseongkim | [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetCompareRectsTargetSize", ReplyAction="urn:ServiceDeepView/GetCompareRectsTargetSizeResponse")] |
187 | System.Collections.Generic.List<System.Windows.Rect> GetCompareRectsTargetSize(string projectNo, string originDocItem_ID, string targetDocItem_ID, string originPageNo, string targetPageNo, bool IsResultTargatSize, string isInternalAddress); |
||
188 | |||
189 | [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetCompareRectsTargetSize", ReplyAction="urn:ServiceDeepView/GetCompareRectsTargetSizeResponse")] |
||
190 | System.IAsyncResult BeginGetCompareRectsTargetSize(string projectNo, string originDocItem_ID, string targetDocItem_ID, string originPageNo, string targetPageNo, bool IsResultTargatSize, string isInternalAddress, System.AsyncCallback callback, object asyncState); |
||
191 | |||
192 | System.Collections.Generic.List<System.Windows.Rect> EndGetCompareRectsTargetSize(System.IAsyncResult result); |
||
193 | |||
194 | 787a4489 | KangIngu | [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetCompareRect", ReplyAction="urn:ServiceDeepView/GetCompareRectResponse")] |
195 | 6c781c0c | djkim | System.Collections.Generic.List<System.Windows.Rect> GetCompareRect(string projectNo, string originDocItem_ID, string targetDocItem_ID, string originPageNo, string targetPageNo, string isInternalAddress); |
196 | 787a4489 | KangIngu | |
197 | [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetCompareRect", ReplyAction="urn:ServiceDeepView/GetCompareRectResponse")] |
||
198 | 6c781c0c | djkim | System.IAsyncResult BeginGetCompareRect(string projectNo, string originDocItem_ID, string targetDocItem_ID, string originPageNo, string targetPageNo, string isInternalAddress, System.AsyncCallback callback, object asyncState); |
199 | 787a4489 | KangIngu | |
200 | System.Collections.Generic.List<System.Windows.Rect> EndGetCompareRect(System.IAsyncResult result); |
||
201 | |||
202 | bae83c92 | taeseongkim | [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetComparefixSize", ReplyAction="urn:ServiceDeepView/GetComparefixSizeResponse")] |
203 | System.Collections.Generic.List<System.Windows.Rect> GetComparefixSize(string projectNo, string originDocItem_ID, string targetDocItem_ID, string originPageNo, string targetPageNo, System.Windows.Size FixSize, string isInternalAddress); |
||
204 | |||
205 | [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetComparefixSize", ReplyAction="urn:ServiceDeepView/GetComparefixSizeResponse")] |
||
206 | System.IAsyncResult BeginGetComparefixSize(string projectNo, string originDocItem_ID, string targetDocItem_ID, string originPageNo, string targetPageNo, System.Windows.Size FixSize, string isInternalAddress, System.AsyncCallback callback, object asyncState); |
||
207 | |||
208 | System.Collections.Generic.List<System.Windows.Rect> EndGetComparefixSize(System.IAsyncResult result); |
||
209 | |||
210 | 787a4489 | KangIngu | [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/SetFinalPDF", ReplyAction="urn:ServiceDeepView/SetFinalPDFResponse")] |
211 | KCOM.ServiceDeepView.FinalPDFResult SetFinalPDF(string ProjectNo, string DocInfoID, string MarkupInfoID, string CreateUserID); |
||
212 | |||
213 | [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/SetFinalPDF", ReplyAction="urn:ServiceDeepView/SetFinalPDFResponse")] |
||
214 | System.IAsyncResult BeginSetFinalPDF(string ProjectNo, string DocInfoID, string MarkupInfoID, string CreateUserID, System.AsyncCallback callback, object asyncState); |
||
215 | |||
216 | KCOM.ServiceDeepView.FinalPDFResult EndSetFinalPDF(System.IAsyncResult result); |
||
217 | |||
218 | [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetConversionState", ReplyAction="urn:ServiceDeepView/GetConversionStateResponse")] |
||
219 | bool GetConversionState(IKCOM.KCOM_BasicParam param); |
||
220 | |||
221 | [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetConversionState", ReplyAction="urn:ServiceDeepView/GetConversionStateResponse")] |
||
222 | System.IAsyncResult BeginGetConversionState(IKCOM.KCOM_BasicParam param, System.AsyncCallback callback, object asyncState); |
||
223 | |||
224 | bool EndGetConversionState(System.IAsyncResult result); |
||
225 | |||
226 | [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetVPRevisionHistory", ReplyAction="urn:ServiceDeepView/GetVPRevisionHistoryResponse")] |
||
227 | System.Collections.Generic.List<IKCOM.VPRevision> GetVPRevisionHistory(string ProjectNo, string vpNo, string DocumentId); |
||
228 | |||
229 | [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetVPRevisionHistory", ReplyAction="urn:ServiceDeepView/GetVPRevisionHistoryResponse")] |
||
230 | System.IAsyncResult BeginGetVPRevisionHistory(string ProjectNo, string vpNo, string DocumentId, System.AsyncCallback callback, object asyncState); |
||
231 | |||
232 | System.Collections.Generic.List<IKCOM.VPRevision> EndGetVPRevisionHistory(System.IAsyncResult result); |
||
233 | |||
234 | 6c781c0c | djkim | [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetVPRevisionFirstOrDefault", ReplyAction="urn:ServiceDeepView/GetVPRevisionFirstOrDefaultResponse")] |
235 | IKCOM.VPRevision GetVPRevisionFirstOrDefault(string ProjectNo, string DocumentId); |
||
236 | |||
237 | [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetVPRevisionFirstOrDefault", ReplyAction="urn:ServiceDeepView/GetVPRevisionFirstOrDefaultResponse")] |
||
238 | System.IAsyncResult BeginGetVPRevisionFirstOrDefault(string ProjectNo, string DocumentId, System.AsyncCallback callback, object asyncState); |
||
239 | |||
240 | IKCOM.VPRevision EndGetVPRevisionFirstOrDefault(System.IAsyncResult result); |
||
241 | |||
242 | 787a4489 | KangIngu | [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetDocInfo", ReplyAction="urn:ServiceDeepView/GetDocInfoResponse")] |
243 | KCOMDataModel.DataModel.DOCINFO GetDocInfo(IKCOM.KCOM_BasicParam param); |
||
244 | |||
245 | [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetDocInfo", ReplyAction="urn:ServiceDeepView/GetDocInfoResponse")] |
||
246 | System.IAsyncResult BeginGetDocInfo(IKCOM.KCOM_BasicParam param, System.AsyncCallback callback, object asyncState); |
||
247 | |||
248 | KCOMDataModel.DataModel.DOCINFO EndGetDocInfo(System.IAsyncResult result); |
||
249 | |||
250 | [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetCheckSystemAdmin", ReplyAction="urn:ServiceDeepView/GetCheckSystemAdminResponse")] |
||
251 | bool GetCheckSystemAdmin(string UserID); |
||
252 | |||
253 | [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetCheckSystemAdmin", ReplyAction="urn:ServiceDeepView/GetCheckSystemAdminResponse")] |
||
254 | System.IAsyncResult BeginGetCheckSystemAdmin(string UserID, System.AsyncCallback callback, object asyncState); |
||
255 | |||
256 | bool EndGetCheckSystemAdmin(System.IAsyncResult result); |
||
257 | |||
258 | [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetDocumentItemInfo", ReplyAction="urn:ServiceDeepView/GetDocumentItemInfoResponse")] |
||
259 | KCOMDataModel.DataModel.DOCUMENT_ITEM GetDocumentItemInfo(IKCOM.KCOM_BasicParam param); |
||
260 | |||
261 | [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetDocumentItemInfo", ReplyAction="urn:ServiceDeepView/GetDocumentItemInfoResponse")] |
||
262 | System.IAsyncResult BeginGetDocumentItemInfo(IKCOM.KCOM_BasicParam param, System.AsyncCallback callback, object asyncState); |
||
263 | |||
264 | KCOMDataModel.DataModel.DOCUMENT_ITEM EndGetDocumentItemInfo(System.IAsyncResult result); |
||
265 | |||
266 | c0977e97 | djkim | [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetDocItemID", ReplyAction="urn:ServiceDeepView/GetDocItemIDResponse")] |
267 | string GetDocItemID(string ensemble_id); |
||
268 | |||
269 | [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetDocItemID", ReplyAction="urn:ServiceDeepView/GetDocItemIDResponse")] |
||
270 | System.IAsyncResult BeginGetDocItemID(string ensemble_id, System.AsyncCallback callback, object asyncState); |
||
271 | |||
272 | string EndGetDocItemID(System.IAsyncResult result); |
||
273 | |||
274 | 787a4489 | KangIngu | [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetMarkupInfoItems", ReplyAction="urn:ServiceDeepView/GetMarkupInfoItemsResponse")] |
275 | System.Collections.Generic.List<IKCOM.MarkupInfoItem> GetMarkupInfoItems(string ProjectNo, string DocInfoId); |
||
276 | |||
277 | [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetMarkupInfoItems", ReplyAction="urn:ServiceDeepView/GetMarkupInfoItemsResponse")] |
||
278 | System.IAsyncResult BeginGetMarkupInfoItems(string ProjectNo, string DocInfoId, System.AsyncCallback callback, object asyncState); |
||
279 | |||
280 | System.Collections.Generic.List<IKCOM.MarkupInfoItem> EndGetMarkupInfoItems(System.IAsyncResult result); |
||
281 | |||
282 | [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetSyncMarkupInfoItems", ReplyAction="urn:ServiceDeepView/GetSyncMarkupInfoItemsResponse")] |
||
283 | System.Collections.Generic.List<IKCOM.MarkupInfoItem> GetSyncMarkupInfoItems(string ProjectNo, string DocInfoId, string currentUser); |
||
284 | |||
285 | [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetSyncMarkupInfoItems", ReplyAction="urn:ServiceDeepView/GetSyncMarkupInfoItemsResponse")] |
||
286 | System.IAsyncResult BeginGetSyncMarkupInfoItems(string ProjectNo, string DocInfoId, string currentUser, System.AsyncCallback callback, object asyncState); |
||
287 | |||
288 | System.Collections.Generic.List<IKCOM.MarkupInfoItem> EndGetSyncMarkupInfoItems(System.IAsyncResult result); |
||
289 | |||
290 | 6c781c0c | djkim | [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetUserData", ReplyAction="urn:ServiceDeepView/GetUserDataResponse")] |
291 | System.Collections.Generic.List<KCOMDataModel.DataModel.MEMBER> GetUserData(string ProjectNo, string UserID); |
||
292 | |||
293 | [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetUserData", ReplyAction="urn:ServiceDeepView/GetUserDataResponse")] |
||
294 | System.IAsyncResult BeginGetUserData(string ProjectNo, string UserID, System.AsyncCallback callback, object asyncState); |
||
295 | |||
296 | System.Collections.Generic.List<KCOMDataModel.DataModel.MEMBER> EndGetUserData(System.IAsyncResult result); |
||
297 | |||
298 | 787a4489 | KangIngu | [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetDeptData", ReplyAction="urn:ServiceDeepView/GetDeptDataResponse")] |
299 | System.Collections.Generic.List<string> GetDeptData(string UserDept); |
||
300 | |||
301 | [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetDeptData", ReplyAction="urn:ServiceDeepView/GetDeptDataResponse")] |
||
302 | System.IAsyncResult BeginGetDeptData(string UserDept, System.AsyncCallback callback, object asyncState); |
||
303 | |||
304 | System.Collections.Generic.List<string> EndGetDeptData(System.IAsyncResult result); |
||
305 | |||
306 | [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/DeleteMarkup", ReplyAction="urn:ServiceDeepView/DeleteMarkupResponse")] |
||
307 | bool DeleteMarkup(string ProjectNo, string MarkupInfoID); |
||
308 | |||
309 | [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/DeleteMarkup", ReplyAction="urn:ServiceDeepView/DeleteMarkupResponse")] |
||
310 | System.IAsyncResult BeginDeleteMarkup(string ProjectNo, string MarkupInfoID, System.AsyncCallback callback, object asyncState); |
||
311 | |||
312 | bool EndDeleteMarkup(System.IAsyncResult result); |
||
313 | 992a98b4 | KangIngu | |
314 | [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/SetFavoriteVP", ReplyAction="urn:ServiceDeepView/SetFavoriteVPResponse")] |
||
315 | bool SetFavoriteVP(string prjNo, string userID, string groupNo, string docNo, string rev, int SavePageNo, string documentItemID, string VPDescription, IKCOM.FAVORITE_FLAG flag); |
||
316 | |||
317 | [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/SetFavoriteVP", ReplyAction="urn:ServiceDeepView/SetFavoriteVPResponse")] |
||
318 | System.IAsyncResult BeginSetFavoriteVP(string prjNo, string userID, string groupNo, string docNo, string rev, int SavePageNo, string documentItemID, string VPDescription, IKCOM.FAVORITE_FLAG flag, System.AsyncCallback callback, object asyncState); |
||
319 | |||
320 | bool EndSetFavoriteVP(System.IAsyncResult result); |
||
321 | 6c781c0c | djkim | |
322 | [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/SaveMarkupData", ReplyAction="urn:ServiceDeepView/SaveMarkupDataResponse")] |
||
323 | bool SaveMarkupData(IKCOM.MarkupInfoItem UserState, string project_no, string doc_id, string user_id, System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_DATA> mlmarkup_data); |
||
324 | |||
325 | [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/SaveMarkupData", ReplyAction="urn:ServiceDeepView/SaveMarkupDataResponse")] |
||
326 | System.IAsyncResult BeginSaveMarkupData(IKCOM.MarkupInfoItem UserState, string project_no, string doc_id, string user_id, System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_DATA> mlmarkup_data, System.AsyncCallback callback, object asyncState); |
||
327 | |||
328 | bool EndSaveMarkupData(System.IAsyncResult result); |
||
329 | |||
330 | 6b6e937c | taeseongkim | [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/SavePageMarkupData", ReplyAction="urn:ServiceDeepView/SavePageMarkupDataResponse")] |
331 | bool SavePageMarkupData(IKCOM.MarkupInfoItem UserState, int PageNo, string project_no, string doc_id, string user_id, System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_DATA> mlmarkup_data); |
||
332 | |||
333 | [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/SavePageMarkupData", ReplyAction="urn:ServiceDeepView/SavePageMarkupDataResponse")] |
||
334 | System.IAsyncResult BeginSavePageMarkupData(IKCOM.MarkupInfoItem UserState, int PageNo, string project_no, string doc_id, string user_id, System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_DATA> mlmarkup_data, System.AsyncCallback callback, object asyncState); |
||
335 | |||
336 | bool EndSavePageMarkupData(System.IAsyncResult result); |
||
337 | |||
338 | 53880c83 | ljiyeon | [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/UpdateMarkupData", ReplyAction="urn:ServiceDeepView/UpdateMarkupDataResponse")] |
339 | bool UpdateMarkupData(string CommentID, long Group_ID, string ProjectNo); |
||
340 | |||
341 | [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/UpdateMarkupData", ReplyAction="urn:ServiceDeepView/UpdateMarkupDataResponse")] |
||
342 | System.IAsyncResult BeginUpdateMarkupData(string CommentID, long Group_ID, string ProjectNo, System.AsyncCallback callback, object asyncState); |
||
343 | |||
344 | bool EndUpdateMarkupData(System.IAsyncResult result); |
||
345 | |||
346 | 6c781c0c | djkim | [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/SaveSymbol", ReplyAction="urn:ServiceDeepView/SaveSymbolResponse")] |
347 | bool SaveSymbol(KCOMDataModel.DataModel.SYMBOL_PRIVATE symbol_private); |
||
348 | |||
349 | [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/SaveSymbol", ReplyAction="urn:ServiceDeepView/SaveSymbolResponse")] |
||
350 | System.IAsyncResult BeginSaveSymbol(KCOMDataModel.DataModel.SYMBOL_PRIVATE symbol_private, System.AsyncCallback callback, object asyncState); |
||
351 | |||
352 | bool EndSaveSymbol(System.IAsyncResult result); |
||
353 | |||
354 | 498f0fc9 | ljiyeon | [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/AddPublicSymbol", ReplyAction="urn:ServiceDeepView/AddPublicSymbolResponse")] |
355 | bool AddPublicSymbol(KCOMDataModel.DataModel.SYMBOL_PUBLIC symbol); |
||
356 | |||
357 | [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/AddPublicSymbol", ReplyAction="urn:ServiceDeepView/AddPublicSymbolResponse")] |
||
358 | System.IAsyncResult BeginAddPublicSymbol(KCOMDataModel.DataModel.SYMBOL_PUBLIC symbol, System.AsyncCallback callback, object asyncState); |
||
359 | |||
360 | bool EndAddPublicSymbol(System.IAsyncResult result); |
||
361 | |||
362 | 6c781c0c | djkim | [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/DeleteSymbol", ReplyAction="urn:ServiceDeepView/DeleteSymbolResponse")] |
363 | 498f0fc9 | ljiyeon | bool DeleteSymbol(string symbol_id, int type); |
364 | 6c781c0c | djkim | |
365 | [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/DeleteSymbol", ReplyAction="urn:ServiceDeepView/DeleteSymbolResponse")] |
||
366 | 498f0fc9 | ljiyeon | System.IAsyncResult BeginDeleteSymbol(string symbol_id, int type, System.AsyncCallback callback, object asyncState); |
367 | 6c781c0c | djkim | |
368 | bool EndDeleteSymbol(System.IAsyncResult result); |
||
369 | |||
370 | [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/RenameSymbol", ReplyAction="urn:ServiceDeepView/RenameSymbolResponse")] |
||
371 | 498f0fc9 | ljiyeon | bool RenameSymbol(string symbol_id, string name, int type); |
372 | 6c781c0c | djkim | |
373 | [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/RenameSymbol", ReplyAction="urn:ServiceDeepView/RenameSymbolResponse")] |
||
374 | 498f0fc9 | ljiyeon | System.IAsyncResult BeginRenameSymbol(string symbol_id, string name, int type, System.AsyncCallback callback, object asyncState); |
375 | 6c781c0c | djkim | |
376 | bool EndRenameSymbol(System.IAsyncResult result); |
||
377 | |||
378 | [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/AddCheckListHistory", ReplyAction="urn:ServiceDeepView/AddCheckListHistoryResponse")] |
||
379 | bool AddCheckListHistory(string project_no, KCOMDataModel.DataModel.CHECK_LIST_HISTORY Check_History); |
||
380 | |||
381 | [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/AddCheckListHistory", ReplyAction="urn:ServiceDeepView/AddCheckListHistoryResponse")] |
||
382 | System.IAsyncResult BeginAddCheckListHistory(string project_no, KCOMDataModel.DataModel.CHECK_LIST_HISTORY Check_History, System.AsyncCallback callback, object asyncState); |
||
383 | |||
384 | bool EndAddCheckListHistory(System.IAsyncResult result); |
||
385 | |||
386 | [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/SaveCheckListHistory", ReplyAction="urn:ServiceDeepView/SaveCheckListHistoryResponse")] |
||
387 | bool SaveCheckListHistory(string project_no, string rev, KCOMDataModel.DataModel.CHECK_LIST_HISTORY Check_History); |
||
388 | |||
389 | [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/SaveCheckListHistory", ReplyAction="urn:ServiceDeepView/SaveCheckListHistoryResponse")] |
||
390 | System.IAsyncResult BeginSaveCheckListHistory(string project_no, string rev, KCOMDataModel.DataModel.CHECK_LIST_HISTORY Check_History, System.AsyncCallback callback, object asyncState); |
||
391 | |||
392 | bool EndSaveCheckListHistory(System.IAsyncResult result); |
||
393 | |||
394 | [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/SaveCheckList", ReplyAction="urn:ServiceDeepView/SaveCheckListResponse")] |
||
395 | bool SaveCheckList(string project_no, string _id, KCOMDataModel.DataModel.CHECK_LIST Check_value); |
||
396 | |||
397 | [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/SaveCheckList", ReplyAction="urn:ServiceDeepView/SaveCheckListResponse")] |
||
398 | System.IAsyncResult BeginSaveCheckList(string project_no, string _id, KCOMDataModel.DataModel.CHECK_LIST Check_value, System.AsyncCallback callback, object asyncState); |
||
399 | |||
400 | bool EndSaveCheckList(System.IAsyncResult result); |
||
401 | |||
402 | [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/AddCheckList", ReplyAction="urn:ServiceDeepView/AddCheckListResponse")] |
||
403 | bool AddCheckList(string project_no, KCOMDataModel.DataModel.CHECK_LIST Check_value); |
||
404 | |||
405 | [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/AddCheckList", ReplyAction="urn:ServiceDeepView/AddCheckListResponse")] |
||
406 | System.IAsyncResult BeginAddCheckList(string project_no, KCOMDataModel.DataModel.CHECK_LIST Check_value, System.AsyncCallback callback, object asyncState); |
||
407 | |||
408 | bool EndAddCheckList(System.IAsyncResult result); |
||
409 | |||
410 | [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetCheckList", ReplyAction="urn:ServiceDeepView/GetCheckListResponse")] |
||
411 | KCOMDataModel.DataModel.CHECK_LIST GetCheckList(string project_no, string _id); |
||
412 | |||
413 | [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetCheckList", ReplyAction="urn:ServiceDeepView/GetCheckListResponse")] |
||
414 | System.IAsyncResult BeginGetCheckList(string project_no, string _id, System.AsyncCallback callback, object asyncState); |
||
415 | |||
416 | KCOMDataModel.DataModel.CHECK_LIST EndGetCheckList(System.IAsyncResult result); |
||
417 | |||
418 | [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetUserCheckList", ReplyAction="urn:ServiceDeepView/GetUserCheckListResponse")] |
||
419 | System.Collections.Generic.List<KCOMDataModel.DataModel.CHECK_LIST> GetUserCheckList(string project_no, string user_id, string doc_no); |
||
420 | |||
421 | [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetUserCheckList", ReplyAction="urn:ServiceDeepView/GetUserCheckListResponse")] |
||
422 | System.IAsyncResult BeginGetUserCheckList(string project_no, string user_id, string doc_no, System.AsyncCallback callback, object asyncState); |
||
423 | |||
424 | System.Collections.Generic.List<KCOMDataModel.DataModel.CHECK_LIST> EndGetUserCheckList(System.IAsyncResult result); |
||
425 | |||
426 | [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetCheckListHistory", ReplyAction="urn:ServiceDeepView/GetCheckListHistoryResponse")] |
||
427 | System.Collections.Generic.List<KCOMDataModel.DataModel.CHECK_LIST_HISTORY> GetCheckListHistory(string project_no, string _id); |
||
428 | |||
429 | [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetCheckListHistory", ReplyAction="urn:ServiceDeepView/GetCheckListHistoryResponse")] |
||
430 | System.IAsyncResult BeginGetCheckListHistory(string project_no, string _id, System.AsyncCallback callback, object asyncState); |
||
431 | |||
432 | System.Collections.Generic.List<KCOMDataModel.DataModel.CHECK_LIST_HISTORY> EndGetCheckListHistory(System.IAsyncResult result); |
||
433 | |||
434 | [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetCheckListHistoryFirstOrDefault", ReplyAction="urn:ServiceDeepView/GetCheckListHistoryFirstOrDefaultResponse")] |
||
435 | KCOMDataModel.DataModel.CHECK_LIST_HISTORY GetCheckListHistoryFirstOrDefault(string project_no, string checklist_id, string rev); |
||
436 | |||
437 | [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetCheckListHistoryFirstOrDefault", ReplyAction="urn:ServiceDeepView/GetCheckListHistoryFirstOrDefaultResponse")] |
||
438 | System.IAsyncResult BeginGetCheckListHistoryFirstOrDefault(string project_no, string checklist_id, string rev, System.AsyncCallback callback, object asyncState); |
||
439 | |||
440 | KCOMDataModel.DataModel.CHECK_LIST_HISTORY EndGetCheckListHistoryFirstOrDefault(System.IAsyncResult result); |
||
441 | |||
442 | [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/SavePageAngle", ReplyAction="urn:ServiceDeepView/SavePageAngleResponse")] |
||
443 | bool SavePageAngle(string project_no, System.Collections.Generic.List<KCOMDataModel.DataModel.DOCPAGE> _mldocpage); |
||
444 | |||
445 | [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/SavePageAngle", ReplyAction="urn:ServiceDeepView/SavePageAngleResponse")] |
||
446 | System.IAsyncResult BeginSavePageAngle(string project_no, System.Collections.Generic.List<KCOMDataModel.DataModel.DOCPAGE> _mldocpage, System.AsyncCallback callback, object asyncState); |
||
447 | |||
448 | bool EndSavePageAngle(System.IAsyncResult result); |
||
449 | |||
450 | [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetMarkupInfo", ReplyAction="urn:ServiceDeepView/GetMarkupInfoResponse")] |
||
451 | KCOMDataModel.DataModel.MARKUP_INFO GetMarkupInfo(string project_no, string _id); |
||
452 | |||
453 | [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetMarkupInfo", ReplyAction="urn:ServiceDeepView/GetMarkupInfoResponse")] |
||
454 | System.IAsyncResult BeginGetMarkupInfo(string project_no, string _id, System.AsyncCallback callback, object asyncState); |
||
455 | |||
456 | KCOMDataModel.DataModel.MARKUP_INFO EndGetMarkupInfo(System.IAsyncResult result); |
||
457 | |||
458 | [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetMarkupDataListperPage", ReplyAction="urn:ServiceDeepView/GetMarkupDataListperPageResponse")] |
||
459 | System.Collections.Generic.List<string> GetMarkupDataListperPage(string project_no, string _markupinfoid, int _pageNo); |
||
460 | |||
461 | [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetMarkupDataListperPage", ReplyAction="urn:ServiceDeepView/GetMarkupDataListperPageResponse")] |
||
462 | System.IAsyncResult BeginGetMarkupDataListperPage(string project_no, string _markupinfoid, int _pageNo, System.AsyncCallback callback, object asyncState); |
||
463 | |||
464 | System.Collections.Generic.List<string> EndGetMarkupDataListperPage(System.IAsyncResult result); |
||
465 | |||
466 | [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/AddMarkupInfo", ReplyAction="urn:ServiceDeepView/AddMarkupInfoResponse")] |
||
467 | bool AddMarkupInfo(string project_no, KCOMDataModel.DataModel.MARKUP_INFO value); |
||
468 | |||
469 | [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/AddMarkupInfo", ReplyAction="urn:ServiceDeepView/AddMarkupInfoResponse")] |
||
470 | System.IAsyncResult BeginAddMarkupInfo(string project_no, KCOMDataModel.DataModel.MARKUP_INFO value, System.AsyncCallback callback, object asyncState); |
||
471 | |||
472 | bool EndAddMarkupInfo(System.IAsyncResult result); |
||
473 | |||
474 | [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/AddMarkupInfoVersion", ReplyAction="urn:ServiceDeepView/AddMarkupInfoVersionResponse")] |
||
475 | bool AddMarkupInfoVersion(string project_no, KCOMDataModel.DataModel.MARKUP_INFO_VERSION value); |
||
476 | |||
477 | [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/AddMarkupInfoVersion", ReplyAction="urn:ServiceDeepView/AddMarkupInfoVersionResponse")] |
||
478 | System.IAsyncResult BeginAddMarkupInfoVersion(string project_no, KCOMDataModel.DataModel.MARKUP_INFO_VERSION value, System.AsyncCallback callback, object asyncState); |
||
479 | |||
480 | bool EndAddMarkupInfoVersion(System.IAsyncResult result); |
||
481 | |||
482 | [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/AddMarkupData", ReplyAction="urn:ServiceDeepView/AddMarkupDataResponse")] |
||
483 | bool AddMarkupData(string project_no, KCOMDataModel.DataModel.MARKUP_DATA value); |
||
484 | |||
485 | [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/AddMarkupData", ReplyAction="urn:ServiceDeepView/AddMarkupDataResponse")] |
||
486 | System.IAsyncResult BeginAddMarkupData(string project_no, KCOMDataModel.DataModel.MARKUP_DATA value, System.AsyncCallback callback, object asyncState); |
||
487 | |||
488 | bool EndAddMarkupData(System.IAsyncResult result); |
||
489 | |||
490 | [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/AvoidMarkupInfo", ReplyAction="urn:ServiceDeepView/AvoidMarkupInfoResponse")] |
||
491 | bool AvoidMarkupInfo(string project_no, string _doc_id); |
||
492 | |||
493 | [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/AvoidMarkupInfo", ReplyAction="urn:ServiceDeepView/AvoidMarkupInfoResponse")] |
||
494 | System.IAsyncResult BeginAvoidMarkupInfo(string project_no, string _doc_id, System.AsyncCallback callback, object asyncState); |
||
495 | |||
496 | bool EndAvoidMarkupInfo(System.IAsyncResult result); |
||
497 | |||
498 | [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/SaveMarkupInfo", ReplyAction="urn:ServiceDeepView/SaveMarkupInfoResponse")] |
||
499 | bool SaveMarkupInfo(string project_no, string _id, KCOMDataModel.DataModel.MARKUP_INFO value); |
||
500 | |||
501 | [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/SaveMarkupInfo", ReplyAction="urn:ServiceDeepView/SaveMarkupInfoResponse")] |
||
502 | System.IAsyncResult BeginSaveMarkupInfo(string project_no, string _id, KCOMDataModel.DataModel.MARKUP_INFO value, System.AsyncCallback callback, object asyncState); |
||
503 | |||
504 | bool EndSaveMarkupInfo(System.IAsyncResult result); |
||
505 | |||
506 | [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetMarkupDataList", ReplyAction="urn:ServiceDeepView/GetMarkupDataListResponse")] |
||
507 | System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_DATA> GetMarkupDataList(string project_no, string _versionid); |
||
508 | |||
509 | [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetMarkupDataList", ReplyAction="urn:ServiceDeepView/GetMarkupDataListResponse")] |
||
510 | System.IAsyncResult BeginGetMarkupDataList(string project_no, string _versionid, System.AsyncCallback callback, object asyncState); |
||
511 | |||
512 | System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_DATA> EndGetMarkupDataList(System.IAsyncResult result); |
||
513 | |||
514 | [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/Consolidate", ReplyAction="urn:ServiceDeepView/ConsolidateResponse")] |
||
515 | bool Consolidate(string project_no, string _user_id, string _doc_id, System.Collections.Generic.List<IKCOM.MarkupInfoItem> markupInfoItems); |
||
516 | |||
517 | [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/Consolidate", ReplyAction="urn:ServiceDeepView/ConsolidateResponse")] |
||
518 | System.IAsyncResult BeginConsolidate(string project_no, string _user_id, string _doc_id, System.Collections.Generic.List<IKCOM.MarkupInfoItem> markupInfoItems, System.AsyncCallback callback, object asyncState); |
||
519 | |||
520 | bool EndConsolidate(System.IAsyncResult result); |
||
521 | |||
522 | 53880c83 | ljiyeon | [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/ConsolidateMergedPDF", ReplyAction="urn:ServiceDeepView/ConsolidateMergedPDFResponse")] |
523 | KCOM.ServiceDeepView.FinalPDFResult ConsolidateMergedPDF(string project_no, string _user_id, string _doc_id, System.Collections.Generic.List<IKCOM.MarkupInfoItem> markupInfoItems, string ProjectNo, string DocInfoID, string CreateUserID); |
||
524 | |||
525 | [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/ConsolidateMergedPDF", ReplyAction="urn:ServiceDeepView/ConsolidateMergedPDFResponse")] |
||
526 | System.IAsyncResult BeginConsolidateMergedPDF(string project_no, string _user_id, string _doc_id, System.Collections.Generic.List<IKCOM.MarkupInfoItem> markupInfoItems, string ProjectNo, string DocInfoID, string CreateUserID, System.AsyncCallback callback, object asyncState); |
||
527 | |||
528 | KCOM.ServiceDeepView.FinalPDFResult EndConsolidateMergedPDF(System.IAsyncResult result); |
||
529 | |||
530 | 119b58c6 | djkim | [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/TeamConsolidate", ReplyAction="urn:ServiceDeepView/TeamConsolidateResponse")] |
531 | bool TeamConsolidate(string project_no, string _user_id, string _doc_id, System.Collections.Generic.List<IKCOM.MarkupInfoItem> markupInfoItems); |
||
532 | |||
533 | [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/TeamConsolidate", ReplyAction="urn:ServiceDeepView/TeamConsolidateResponse")] |
||
534 | System.IAsyncResult BeginTeamConsolidate(string project_no, string _user_id, string _doc_id, System.Collections.Generic.List<IKCOM.MarkupInfoItem> markupInfoItems, System.AsyncCallback callback, object asyncState); |
||
535 | |||
536 | bool EndTeamConsolidate(System.IAsyncResult result); |
||
537 | |||
538 | 6c781c0c | djkim | [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetMember", ReplyAction="urn:ServiceDeepView/GetMemberResponse")] |
539 | KCOMDataModel.DataModel.MEMBER GetMember(string project_no, string user_id); |
||
540 | |||
541 | [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetMember", ReplyAction="urn:ServiceDeepView/GetMemberResponse")] |
||
542 | System.IAsyncResult BeginGetMember(string project_no, string user_id, System.AsyncCallback callback, object asyncState); |
||
543 | |||
544 | KCOMDataModel.DataModel.MEMBER EndGetMember(System.IAsyncResult result); |
||
545 | |||
546 | [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetSymbolList", ReplyAction="urn:ServiceDeepView/GetSymbolListResponse")] |
||
547 | System.Collections.Generic.List<KCOMDataModel.DataModel.SYMBOL_PRIVATE> GetSymbolList(string user_id); |
||
548 | |||
549 | [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetSymbolList", ReplyAction="urn:ServiceDeepView/GetSymbolListResponse")] |
||
550 | System.IAsyncResult BeginGetSymbolList(string user_id, System.AsyncCallback callback, object asyncState); |
||
551 | |||
552 | System.Collections.Generic.List<KCOMDataModel.DataModel.SYMBOL_PRIVATE> EndGetSymbolList(System.IAsyncResult result); |
||
553 | |||
554 | [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetPublicSymbolDeptList", ReplyAction="urn:ServiceDeepView/GetPublicSymbolDeptListResponse")] |
||
555 | System.Collections.Generic.List<string> GetPublicSymbolDeptList(); |
||
556 | |||
557 | [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetPublicSymbolDeptList", ReplyAction="urn:ServiceDeepView/GetPublicSymbolDeptListResponse")] |
||
558 | System.IAsyncResult BeginGetPublicSymbolDeptList(System.AsyncCallback callback, object asyncState); |
||
559 | |||
560 | System.Collections.Generic.List<string> EndGetPublicSymbolDeptList(System.IAsyncResult result); |
||
561 | |||
562 | [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetPublicSymbolList", ReplyAction="urn:ServiceDeepView/GetPublicSymbolListResponse")] |
||
563 | System.Collections.Generic.List<KCOMDataModel.DataModel.SYMBOL_PUBLIC> GetPublicSymbolList(string dept); |
||
564 | |||
565 | [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetPublicSymbolList", ReplyAction="urn:ServiceDeepView/GetPublicSymbolListResponse")] |
||
566 | System.IAsyncResult BeginGetPublicSymbolList(string dept, System.AsyncCallback callback, object asyncState); |
||
567 | |||
568 | System.Collections.Generic.List<KCOMDataModel.DataModel.SYMBOL_PUBLIC> EndGetPublicSymbolList(System.IAsyncResult result); |
||
569 | |||
570 | [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetSymbolData", ReplyAction="urn:ServiceDeepView/GetSymbolDataResponse")] |
||
571 | string GetSymbolData(string id, int type); |
||
572 | |||
573 | [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetSymbolData", ReplyAction="urn:ServiceDeepView/GetSymbolDataResponse")] |
||
574 | System.IAsyncResult BeginGetSymbolData(string id, int type, System.AsyncCallback callback, object asyncState); |
||
575 | |||
576 | string EndGetSymbolData(System.IAsyncResult result); |
||
577 | |||
578 | 53880c83 | ljiyeon | [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetSymbolImageURL", ReplyAction="urn:ServiceDeepView/GetSymbolImageURLResponse")] |
579 | string GetSymbolImageURL(string id, int type); |
||
580 | |||
581 | [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetSymbolImageURL", ReplyAction="urn:ServiceDeepView/GetSymbolImageURLResponse")] |
||
582 | System.IAsyncResult BeginGetSymbolImageURL(string id, int type, System.AsyncCallback callback, object asyncState); |
||
583 | |||
584 | string EndGetSymbolImageURL(System.IAsyncResult result); |
||
585 | |||
586 | 6c781c0c | djkim | [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetSignData", ReplyAction="urn:ServiceDeepView/GetSignDataResponse")] |
587 | string GetSignData(string project_no, string user_id); |
||
588 | |||
589 | [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetSignData", ReplyAction="urn:ServiceDeepView/GetSignDataResponse")] |
||
590 | System.IAsyncResult BeginGetSignData(string project_no, string user_id, System.AsyncCallback callback, object asyncState); |
||
591 | |||
592 | string EndGetSignData(System.IAsyncResult result); |
||
593 | |||
594 | 74abcf6f | taeseongkim | [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetSignStrokes", ReplyAction="urn:ServiceDeepView/GetSignStrokesResponse")] |
595 | string GetSignStrokes(string project_no, string user_id); |
||
596 | |||
597 | [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetSignStrokes", ReplyAction="urn:ServiceDeepView/GetSignStrokesResponse")] |
||
598 | System.IAsyncResult BeginGetSignStrokes(string project_no, string user_id, System.AsyncCallback callback, object asyncState); |
||
599 | |||
600 | string EndGetSignStrokes(System.IAsyncResult result); |
||
601 | |||
602 | cf1cc862 | taeseongkim | [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/SetSignData", ReplyAction="urn:ServiceDeepView/SetSignDataResponse")] |
603 | 74abcf6f | taeseongkim | int SetSignData(string user_id, string SignStr, int CropX, int CropY, int CropWidth, int CropHeight); |
604 | cf1cc862 | taeseongkim | |
605 | [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/SetSignData", ReplyAction="urn:ServiceDeepView/SetSignDataResponse")] |
||
606 | 74abcf6f | taeseongkim | System.IAsyncResult BeginSetSignData(string user_id, string SignStr, int CropX, int CropY, int CropWidth, int CropHeight, System.AsyncCallback callback, object asyncState); |
607 | cf1cc862 | taeseongkim | |
608 | int EndSetSignData(System.IAsyncResult result); |
||
609 | |||
610 | 74abcf6f | taeseongkim | [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/SetSignStrokes", ReplyAction="urn:ServiceDeepView/SetSignStrokesResponse")] |
611 | int SetSignStrokes(string user_id, string strokesData); |
||
612 | |||
613 | [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/SetSignStrokes", ReplyAction="urn:ServiceDeepView/SetSignStrokesResponse")] |
||
614 | System.IAsyncResult BeginSetSignStrokes(string user_id, string strokesData, System.AsyncCallback callback, object asyncState); |
||
615 | |||
616 | int EndSetSignStrokes(System.IAsyncResult result); |
||
617 | |||
618 | 6c781c0c | djkim | [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetProjectName", ReplyAction="urn:ServiceDeepView/GetProjectNameResponse")] |
619 | string GetProjectName(string project_no); |
||
620 | |||
621 | [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetProjectName", ReplyAction="urn:ServiceDeepView/GetProjectNameResponse")] |
||
622 | System.IAsyncResult BeginGetProjectName(string project_no, System.AsyncCallback callback, object asyncState); |
||
623 | |||
624 | string EndGetProjectName(System.IAsyncResult result); |
||
625 | |||
626 | [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetPreRevSelect", ReplyAction="urn:ServiceDeepView/GetPreRevSelectResponse")] |
||
627 | System.Collections.Generic.List<KCOMDataModel.DataModel.DOCUMENT_ITEM> GetPreRevSelect(string project_no, string doc_no, string current_rev); |
||
628 | |||
629 | [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetPreRevSelect", ReplyAction="urn:ServiceDeepView/GetPreRevSelectResponse")] |
||
630 | System.IAsyncResult BeginGetPreRevSelect(string project_no, string doc_no, string current_rev, System.AsyncCallback callback, object asyncState); |
||
631 | |||
632 | System.Collections.Generic.List<KCOMDataModel.DataModel.DOCUMENT_ITEM> EndGetPreRevSelect(System.IAsyncResult result); |
||
633 | |||
634 | [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetDocInfoOneSelect", ReplyAction="urn:ServiceDeepView/GetDocInfoOneSelectResponse")] |
||
635 | KCOMDataModel.DataModel.DOCINFO GetDocInfoOneSelect(string project_no, string doc_id); |
||
636 | |||
637 | [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetDocInfoOneSelect", ReplyAction="urn:ServiceDeepView/GetDocInfoOneSelectResponse")] |
||
638 | System.IAsyncResult BeginGetDocInfoOneSelect(string project_no, string doc_id, System.AsyncCallback callback, object asyncState); |
||
639 | |||
640 | KCOMDataModel.DataModel.DOCINFO EndGetDocInfoOneSelect(System.IAsyncResult result); |
||
641 | |||
642 | [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetPrintDocItemList", ReplyAction="urn:ServiceDeepView/GetPrintDocItemListResponse")] |
||
643 | System.Collections.Generic.List<IKCOM.MarkupInfoItem> GetPrintDocItemList(string project_no, string doc_id, System.Collections.Generic.List<IKCOM.MarkupInfoItem> _markupInfoList); |
||
644 | |||
645 | [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetPrintDocItemList", ReplyAction="urn:ServiceDeepView/GetPrintDocItemListResponse")] |
||
646 | System.IAsyncResult BeginGetPrintDocItemList(string project_no, string doc_id, System.Collections.Generic.List<IKCOM.MarkupInfoItem> _markupInfoList, System.AsyncCallback callback, object asyncState); |
||
647 | |||
648 | System.Collections.Generic.List<IKCOM.MarkupInfoItem> EndGetPrintDocItemList(System.IAsyncResult result); |
||
649 | 119b58c6 | djkim | |
650 | [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/AddMessage", ReplyAction="urn:ServiceDeepView/AddMessageResponse")] |
||
651 | bool AddMessage(string project_no, KCOMDataModel.DataModel.TALK value); |
||
652 | |||
653 | [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/AddMessage", ReplyAction="urn:ServiceDeepView/AddMessageResponse")] |
||
654 | System.IAsyncResult BeginAddMessage(string project_no, KCOMDataModel.DataModel.TALK value, System.AsyncCallback callback, object asyncState); |
||
655 | |||
656 | bool EndAddMessage(System.IAsyncResult result); |
||
657 | |||
658 | [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetMessage", ReplyAction="urn:ServiceDeepView/GetMessageResponse")] |
||
659 | System.Collections.Generic.List<KCOMDataModel.DataModel.TALK> GetMessage(string project_no, string doc_id); |
||
660 | |||
661 | [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetMessage", ReplyAction="urn:ServiceDeepView/GetMessageResponse")] |
||
662 | System.IAsyncResult BeginGetMessage(string project_no, string doc_id, System.AsyncCallback callback, object asyncState); |
||
663 | |||
664 | System.Collections.Generic.List<KCOMDataModel.DataModel.TALK> EndGetMessage(System.IAsyncResult result); |
||
665 | c0977e97 | djkim | |
666 | [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/FinalPDF_GetDocinfo", ReplyAction="urn:ServiceDeepView/FinalPDF_GetDocinfoResponse")] |
||
667 | KCOMDataModel.DataModel.DOCINFO FinalPDF_GetDocinfo(string project_no, string docinfo_id); |
||
668 | |||
669 | [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/FinalPDF_GetDocinfo", ReplyAction="urn:ServiceDeepView/FinalPDF_GetDocinfoResponse")] |
||
670 | System.IAsyncResult BeginFinalPDF_GetDocinfo(string project_no, string docinfo_id, System.AsyncCallback callback, object asyncState); |
||
671 | |||
672 | KCOMDataModel.DataModel.DOCINFO EndFinalPDF_GetDocinfo(System.IAsyncResult result); |
||
673 | |||
674 | [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/FinalPDF_GetDocumentItem", ReplyAction="urn:ServiceDeepView/FinalPDF_GetDocumentItemResponse")] |
||
675 | KCOMDataModel.DataModel.DOCUMENT_ITEM FinalPDF_GetDocumentItem(string project_no, string document_id); |
||
676 | |||
677 | [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/FinalPDF_GetDocumentItem", ReplyAction="urn:ServiceDeepView/FinalPDF_GetDocumentItemResponse")] |
||
678 | System.IAsyncResult BeginFinalPDF_GetDocumentItem(string project_no, string document_id, System.AsyncCallback callback, object asyncState); |
||
679 | |||
680 | KCOMDataModel.DataModel.DOCUMENT_ITEM EndFinalPDF_GetDocumentItem(System.IAsyncResult result); |
||
681 | |||
682 | [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/FinalPDF_GetMarkupdata", ReplyAction="urn:ServiceDeepView/FinalPDF_GetMarkupdataResponse")] |
||
683 | System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_DATA> FinalPDF_GetMarkupdata(string project_no, string docinfo_id); |
||
684 | |||
685 | [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/FinalPDF_GetMarkupdata", ReplyAction="urn:ServiceDeepView/FinalPDF_GetMarkupdataResponse")] |
||
686 | System.IAsyncResult BeginFinalPDF_GetMarkupdata(string project_no, string docinfo_id, System.AsyncCallback callback, object asyncState); |
||
687 | |||
688 | System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_DATA> EndFinalPDF_GetMarkupdata(System.IAsyncResult result); |
||
689 | |||
690 | [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/FinalPDF_GetMarkupinfo", ReplyAction="urn:ServiceDeepView/FinalPDF_GetMarkupinfoResponse")] |
||
691 | KCOMDataModel.DataModel.MARKUP_INFO FinalPDF_GetMarkupinfo(string project_no, string docinfo_id); |
||
692 | |||
693 | [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/FinalPDF_GetMarkupinfo", ReplyAction="urn:ServiceDeepView/FinalPDF_GetMarkupinfoResponse")] |
||
694 | System.IAsyncResult BeginFinalPDF_GetMarkupinfo(string project_no, string docinfo_id, System.AsyncCallback callback, object asyncState); |
||
695 | |||
696 | KCOMDataModel.DataModel.MARKUP_INFO EndFinalPDF_GetMarkupinfo(System.IAsyncResult result); |
||
697 | |||
698 | [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/FinalPDF_GetFinalPDFs", ReplyAction="urn:ServiceDeepView/FinalPDF_GetFinalPDFsResponse")] |
||
699 | System.Collections.Generic.List<KCOMDataModel.DataModel.FINAL_PDF> FinalPDF_GetFinalPDFs(string final_id); |
||
700 | |||
701 | [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/FinalPDF_GetFinalPDFs", ReplyAction="urn:ServiceDeepView/FinalPDF_GetFinalPDFsResponse")] |
||
702 | System.IAsyncResult BeginFinalPDF_GetFinalPDFs(string final_id, System.AsyncCallback callback, object asyncState); |
||
703 | |||
704 | System.Collections.Generic.List<KCOMDataModel.DataModel.FINAL_PDF> EndFinalPDF_GetFinalPDFs(System.IAsyncResult result); |
||
705 | |||
706 | [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/FinalPDF_GetDocpage", ReplyAction="urn:ServiceDeepView/FinalPDF_GetDocpageResponse")] |
||
707 | System.Collections.Generic.List<KCOMDataModel.DataModel.DOCPAGE> FinalPDF_GetDocpage(string project_no, string docinfo_id); |
||
708 | |||
709 | [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/FinalPDF_GetDocpage", ReplyAction="urn:ServiceDeepView/FinalPDF_GetDocpageResponse")] |
||
710 | System.IAsyncResult BeginFinalPDF_GetDocpage(string project_no, string docinfo_id, System.AsyncCallback callback, object asyncState); |
||
711 | |||
712 | System.Collections.Generic.List<KCOMDataModel.DataModel.DOCPAGE> EndFinalPDF_GetDocpage(System.IAsyncResult result); |
||
713 | |||
714 | [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/FinalPDF_SetFinalPDFStatus", ReplyAction="urn:ServiceDeepView/FinalPDF_SetFinalPDFStatusResponse")] |
||
715 | bool FinalPDF_SetFinalPDFStatus(string final_id, KCOM.ServiceDeepView.FinalStatus status); |
||
716 | |||
717 | [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/FinalPDF_SetFinalPDFStatus", ReplyAction="urn:ServiceDeepView/FinalPDF_SetFinalPDFStatusResponse")] |
||
718 | System.IAsyncResult BeginFinalPDF_SetFinalPDFStatus(string final_id, KCOM.ServiceDeepView.FinalStatus status, System.AsyncCallback callback, object asyncState); |
||
719 | |||
720 | bool EndFinalPDF_SetFinalPDFStatus(System.IAsyncResult result); |
||
721 | |||
722 | 3b62305d | ljiyeon | [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/FinalPDF_GetFinalPDFStatus", ReplyAction="urn:ServiceDeepView/FinalPDF_GetFinalPDFStatusResponse")] |
723 | bool FinalPDF_GetFinalPDFStatus(string DocInfoID, string MarkupInfoID, string CreateUserID); |
||
724 | |||
725 | [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/FinalPDF_GetFinalPDFStatus", ReplyAction="urn:ServiceDeepView/FinalPDF_GetFinalPDFStatusResponse")] |
||
726 | System.IAsyncResult BeginFinalPDF_GetFinalPDFStatus(string DocInfoID, string MarkupInfoID, string CreateUserID, System.AsyncCallback callback, object asyncState); |
||
727 | |||
728 | bool EndFinalPDF_GetFinalPDFStatus(System.IAsyncResult result); |
||
729 | |||
730 | c0977e97 | djkim | [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/FinalPDF_SetCurrentPage", ReplyAction="urn:ServiceDeepView/FinalPDF_SetCurrentPageResponse")] |
731 | bool FinalPDF_SetCurrentPage(string final_id, int currentpage); |
||
732 | |||
733 | [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/FinalPDF_SetCurrentPage", ReplyAction="urn:ServiceDeepView/FinalPDF_SetCurrentPageResponse")] |
||
734 | System.IAsyncResult BeginFinalPDF_SetCurrentPage(string final_id, int currentpage, System.AsyncCallback callback, object asyncState); |
||
735 | |||
736 | bool EndFinalPDF_SetCurrentPage(System.IAsyncResult result); |
||
737 | |||
738 | [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/FinalPDF_SetError", ReplyAction="urn:ServiceDeepView/FinalPDF_SetErrorResponse")] |
||
739 | bool FinalPDF_SetError(string final_id, string msg); |
||
740 | |||
741 | [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/FinalPDF_SetError", ReplyAction="urn:ServiceDeepView/FinalPDF_SetErrorResponse")] |
||
742 | System.IAsyncResult BeginFinalPDF_SetError(string final_id, string msg, System.AsyncCallback callback, object asyncState); |
||
743 | |||
744 | bool EndFinalPDF_SetError(System.IAsyncResult result); |
||
745 | |||
746 | [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/FinalPDF_SetFinalResultPath", ReplyAction="urn:ServiceDeepView/FinalPDF_SetFinalResultPathResponse")] |
||
747 | bool FinalPDF_SetFinalResultPath(string project_no, string document_id, string url); |
||
748 | |||
749 | [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/FinalPDF_SetFinalResultPath", ReplyAction="urn:ServiceDeepView/FinalPDF_SetFinalResultPathResponse")] |
||
750 | System.IAsyncResult BeginFinalPDF_SetFinalResultPath(string project_no, string document_id, string url, System.AsyncCallback callback, object asyncState); |
||
751 | |||
752 | bool EndFinalPDF_SetFinalResultPath(System.IAsyncResult result); |
||
753 | |||
754 | bae83c92 | taeseongkim | [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/SaveLog", ReplyAction="urn:ServiceDeepView/SaveLogResponse")] |
755 | bool SaveLog(string project_no, string document_id, string Log); |
||
756 | |||
757 | [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/SaveLog", ReplyAction="urn:ServiceDeepView/SaveLogResponse")] |
||
758 | System.IAsyncResult BeginSaveLog(string project_no, string document_id, string Log, System.AsyncCallback callback, object asyncState); |
||
759 | |||
760 | bool EndSaveLog(System.IAsyncResult result); |
||
761 | |||
762 | c0977e97 | djkim | [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/FinalPDF_GetCommentMember", ReplyAction="urn:ServiceDeepView/FinalPDF_GetCommentMemberResponse")] |
763 | KCOMDataModel.DataModel.MEMBER FinalPDF_GetCommentMember(string project_no, string markupdata_id); |
||
764 | |||
765 | [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/FinalPDF_GetCommentMember", ReplyAction="urn:ServiceDeepView/FinalPDF_GetCommentMemberResponse")] |
||
766 | System.IAsyncResult BeginFinalPDF_GetCommentMember(string project_no, string markupdata_id, System.AsyncCallback callback, object asyncState); |
||
767 | |||
768 | KCOMDataModel.DataModel.MEMBER EndFinalPDF_GetCommentMember(System.IAsyncResult result); |
||
769 | |||
770 | [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/FinalPDF_GetProperties", ReplyAction="urn:ServiceDeepView/FinalPDF_GetPropertiesResponse")] |
||
771 | System.Collections.Generic.List<KCOMDataModel.DataModel.PROPERTIES> FinalPDF_GetProperties(string project_no); |
||
772 | |||
773 | [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/FinalPDF_GetProperties", ReplyAction="urn:ServiceDeepView/FinalPDF_GetPropertiesResponse")] |
||
774 | System.IAsyncResult BeginFinalPDF_GetProperties(string project_no, System.AsyncCallback callback, object asyncState); |
||
775 | |||
776 | System.Collections.Generic.List<KCOMDataModel.DataModel.PROPERTIES> EndFinalPDF_GetProperties(System.IAsyncResult result); |
||
777 | 787a4489 | KangIngu | } |
778 | |||
779 | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
||
780 | public interface ServiceDeepViewChannel : KCOM.ServiceDeepView.ServiceDeepView, System.ServiceModel.IClientChannel { |
||
781 | } |
||
782 | |||
783 | [System.Diagnostics.DebuggerStepThroughAttribute()] |
||
784 | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
||
785 | 264c9309 | ljiyeon | public partial class GetVersionDataCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
786 | |||
787 | private object[] results; |
||
788 | |||
789 | public GetVersionDataCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
||
790 | base(exception, cancelled, userState) { |
||
791 | this.results = results; |
||
792 | } |
||
793 | |||
794 | public string Result { |
||
795 | get { |
||
796 | base.RaiseExceptionIfNecessary(); |
||
797 | return ((string)(this.results[0])); |
||
798 | } |
||
799 | } |
||
800 | } |
||
801 | |||
802 | [System.Diagnostics.DebuggerStepThroughAttribute()] |
||
803 | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
||
804 | 787a4489 | KangIngu | public partial class GetSystemDataCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
805 | |||
806 | private object[] results; |
||
807 | |||
808 | public GetSystemDataCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
||
809 | base(exception, cancelled, userState) { |
||
810 | this.results = results; |
||
811 | } |
||
812 | |||
813 | public IKCOM.KCOM_SystemInfo Result { |
||
814 | get { |
||
815 | base.RaiseExceptionIfNecessary(); |
||
816 | return ((IKCOM.KCOM_SystemInfo)(this.results[0])); |
||
817 | } |
||
818 | } |
||
819 | } |
||
820 | |||
821 | [System.Diagnostics.DebuggerStepThroughAttribute()] |
||
822 | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
||
823 | 992a98b4 | KangIngu | public partial class GetFavoriteVPCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
824 | |||
825 | private object[] results; |
||
826 | |||
827 | public GetFavoriteVPCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
||
828 | base(exception, cancelled, userState) { |
||
829 | this.results = results; |
||
830 | } |
||
831 | |||
832 | public System.Collections.Generic.List<KCOMDataModel.DataModel.FAVORITE_DOC> Result { |
||
833 | get { |
||
834 | base.RaiseExceptionIfNecessary(); |
||
835 | return ((System.Collections.Generic.List<KCOMDataModel.DataModel.FAVORITE_DOC>)(this.results[0])); |
||
836 | } |
||
837 | } |
||
838 | } |
||
839 | |||
840 | [System.Diagnostics.DebuggerStepThroughAttribute()] |
||
841 | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
||
842 | public partial class EditFavoriteVPCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
||
843 | |||
844 | private object[] results; |
||
845 | |||
846 | public EditFavoriteVPCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
||
847 | base(exception, cancelled, userState) { |
||
848 | this.results = results; |
||
849 | } |
||
850 | |||
851 | public bool Result { |
||
852 | get { |
||
853 | base.RaiseExceptionIfNecessary(); |
||
854 | return ((bool)(this.results[0])); |
||
855 | } |
||
856 | } |
||
857 | } |
||
858 | |||
859 | [System.Diagnostics.DebuggerStepThroughAttribute()] |
||
860 | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
||
861 | public partial class DelFavoriteVPCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
||
862 | |||
863 | private object[] results; |
||
864 | |||
865 | public DelFavoriteVPCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
||
866 | base(exception, cancelled, userState) { |
||
867 | this.results = results; |
||
868 | } |
||
869 | |||
870 | public bool Result { |
||
871 | get { |
||
872 | base.RaiseExceptionIfNecessary(); |
||
873 | return ((bool)(this.results[0])); |
||
874 | } |
||
875 | } |
||
876 | } |
||
877 | |||
878 | [System.Diagnostics.DebuggerStepThroughAttribute()] |
||
879 | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
||
880 | 0c575433 | taeseongkim | public partial class GetCompareRectsTargetSizeCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
881 | |||
882 | private object[] results; |
||
883 | |||
884 | public GetCompareRectsTargetSizeCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
||
885 | base(exception, cancelled, userState) { |
||
886 | this.results = results; |
||
887 | } |
||
888 | |||
889 | public System.Collections.Generic.List<System.Windows.Rect> Result { |
||
890 | get { |
||
891 | base.RaiseExceptionIfNecessary(); |
||
892 | return ((System.Collections.Generic.List<System.Windows.Rect>)(this.results[0])); |
||
893 | } |
||
894 | } |
||
895 | } |
||
896 | |||
897 | [System.Diagnostics.DebuggerStepThroughAttribute()] |
||
898 | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
||
899 | 787a4489 | KangIngu | public partial class GetCompareRectCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
900 | |||
901 | private object[] results; |
||
902 | |||
903 | public GetCompareRectCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
||
904 | base(exception, cancelled, userState) { |
||
905 | this.results = results; |
||
906 | } |
||
907 | |||
908 | public System.Collections.Generic.List<System.Windows.Rect> Result { |
||
909 | get { |
||
910 | base.RaiseExceptionIfNecessary(); |
||
911 | return ((System.Collections.Generic.List<System.Windows.Rect>)(this.results[0])); |
||
912 | } |
||
913 | } |
||
914 | } |
||
915 | |||
916 | [System.Diagnostics.DebuggerStepThroughAttribute()] |
||
917 | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
||
918 | bae83c92 | taeseongkim | public partial class GetComparefixSizeCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
919 | |||
920 | private object[] results; |
||
921 | |||
922 | public GetComparefixSizeCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
||
923 | base(exception, cancelled, userState) { |
||
924 | this.results = results; |
||
925 | } |
||
926 | |||
927 | public System.Collections.Generic.List<System.Windows.Rect> Result { |
||
928 | get { |
||
929 | base.RaiseExceptionIfNecessary(); |
||
930 | return ((System.Collections.Generic.List<System.Windows.Rect>)(this.results[0])); |
||
931 | } |
||
932 | } |
||
933 | } |
||
934 | |||
935 | [System.Diagnostics.DebuggerStepThroughAttribute()] |
||
936 | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
||
937 | 787a4489 | KangIngu | public partial class SetFinalPDFCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
938 | |||
939 | private object[] results; |
||
940 | |||
941 | public SetFinalPDFCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
||
942 | base(exception, cancelled, userState) { |
||
943 | this.results = results; |
||
944 | } |
||
945 | |||
946 | public KCOM.ServiceDeepView.FinalPDFResult Result { |
||
947 | get { |
||
948 | base.RaiseExceptionIfNecessary(); |
||
949 | return ((KCOM.ServiceDeepView.FinalPDFResult)(this.results[0])); |
||
950 | } |
||
951 | } |
||
952 | } |
||
953 | |||
954 | [System.Diagnostics.DebuggerStepThroughAttribute()] |
||
955 | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
||
956 | public partial class GetConversionStateCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
||
957 | |||
958 | private object[] results; |
||
959 | |||
960 | public GetConversionStateCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
||
961 | base(exception, cancelled, userState) { |
||
962 | this.results = results; |
||
963 | } |
||
964 | |||
965 | public bool Result { |
||
966 | get { |
||
967 | base.RaiseExceptionIfNecessary(); |
||
968 | return ((bool)(this.results[0])); |
||
969 | } |
||
970 | } |
||
971 | } |
||
972 | |||
973 | [System.Diagnostics.DebuggerStepThroughAttribute()] |
||
974 | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
||
975 | public partial class GetVPRevisionHistoryCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
||
976 | |||
977 | private object[] results; |
||
978 | |||
979 | public GetVPRevisionHistoryCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
||
980 | base(exception, cancelled, userState) { |
||
981 | this.results = results; |
||
982 | } |
||
983 | |||
984 | public System.Collections.Generic.List<IKCOM.VPRevision> Result { |
||
985 | get { |
||
986 | base.RaiseExceptionIfNecessary(); |
||
987 | return ((System.Collections.Generic.List<IKCOM.VPRevision>)(this.results[0])); |
||
988 | } |
||
989 | } |
||
990 | } |
||
991 | |||
992 | [System.Diagnostics.DebuggerStepThroughAttribute()] |
||
993 | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
||
994 | 6c781c0c | djkim | public partial class GetVPRevisionFirstOrDefaultCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
995 | |||
996 | private object[] results; |
||
997 | |||
998 | public GetVPRevisionFirstOrDefaultCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
||
999 | base(exception, cancelled, userState) { |
||
1000 | this.results = results; |
||
1001 | } |
||
1002 | |||
1003 | public IKCOM.VPRevision Result { |
||
1004 | get { |
||
1005 | base.RaiseExceptionIfNecessary(); |
||
1006 | return ((IKCOM.VPRevision)(this.results[0])); |
||
1007 | } |
||
1008 | } |
||
1009 | } |
||
1010 | |||
1011 | [System.Diagnostics.DebuggerStepThroughAttribute()] |
||
1012 | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
||
1013 | 787a4489 | KangIngu | public partial class GetDocInfoCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
1014 | |||
1015 | private object[] results; |
||
1016 | |||
1017 | public GetDocInfoCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
||
1018 | base(exception, cancelled, userState) { |
||
1019 | this.results = results; |
||
1020 | } |
||
1021 | |||
1022 | public KCOMDataModel.DataModel.DOCINFO Result { |
||
1023 | get { |
||
1024 | base.RaiseExceptionIfNecessary(); |
||
1025 | return ((KCOMDataModel.DataModel.DOCINFO)(this.results[0])); |
||
1026 | } |
||
1027 | } |
||
1028 | } |
||
1029 | |||
1030 | [System.Diagnostics.DebuggerStepThroughAttribute()] |
||
1031 | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
||
1032 | public partial class GetCheckSystemAdminCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
||
1033 | |||
1034 | private object[] results; |
||
1035 | |||
1036 | public GetCheckSystemAdminCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
||
1037 | base(exception, cancelled, userState) { |
||
1038 | this.results = results; |
||
1039 | } |
||
1040 | |||
1041 | public bool Result { |
||
1042 | get { |
||
1043 | base.RaiseExceptionIfNecessary(); |
||
1044 | return ((bool)(this.results[0])); |
||
1045 | } |
||
1046 | } |
||
1047 | } |
||
1048 | |||
1049 | [System.Diagnostics.DebuggerStepThroughAttribute()] |
||
1050 | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
||
1051 | public partial class GetDocumentItemInfoCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
||
1052 | |||
1053 | private object[] results; |
||
1054 | |||
1055 | public GetDocumentItemInfoCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
||
1056 | base(exception, cancelled, userState) { |
||
1057 | this.results = results; |
||
1058 | } |
||
1059 | |||
1060 | public KCOMDataModel.DataModel.DOCUMENT_ITEM Result { |
||
1061 | get { |
||
1062 | base.RaiseExceptionIfNecessary(); |
||
1063 | return ((KCOMDataModel.DataModel.DOCUMENT_ITEM)(this.results[0])); |
||
1064 | } |
||
1065 | } |
||
1066 | } |
||
1067 | |||
1068 | [System.Diagnostics.DebuggerStepThroughAttribute()] |
||
1069 | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
||
1070 | c0977e97 | djkim | public partial class GetDocItemIDCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
1071 | |||
1072 | private object[] results; |
||
1073 | |||
1074 | public GetDocItemIDCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
||
1075 | base(exception, cancelled, userState) { |
||
1076 | this.results = results; |
||
1077 | } |
||
1078 | |||
1079 | public string Result { |
||
1080 | get { |
||
1081 | base.RaiseExceptionIfNecessary(); |
||
1082 | return ((string)(this.results[0])); |
||
1083 | } |
||
1084 | } |
||
1085 | } |
||
1086 | |||
1087 | [System.Diagnostics.DebuggerStepThroughAttribute()] |
||
1088 | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
||
1089 | 787a4489 | KangIngu | public partial class GetMarkupInfoItemsCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
1090 | |||
1091 | private object[] results; |
||
1092 | |||
1093 | public GetMarkupInfoItemsCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
||
1094 | base(exception, cancelled, userState) { |
||
1095 | this.results = results; |
||
1096 | } |
||
1097 | |||
1098 | public System.Collections.Generic.List<IKCOM.MarkupInfoItem> Result { |
||
1099 | get { |
||
1100 | base.RaiseExceptionIfNecessary(); |
||
1101 | return ((System.Collections.Generic.List<IKCOM.MarkupInfoItem>)(this.results[0])); |
||
1102 | } |
||
1103 | } |
||
1104 | } |
||
1105 | |||
1106 | [System.Diagnostics.DebuggerStepThroughAttribute()] |
||
1107 | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
||
1108 | public partial class GetSyncMarkupInfoItemsCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
||
1109 | |||
1110 | private object[] results; |
||
1111 | |||
1112 | public GetSyncMarkupInfoItemsCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
||
1113 | base(exception, cancelled, userState) { |
||
1114 | this.results = results; |
||
1115 | } |
||
1116 | |||
1117 | public System.Collections.Generic.List<IKCOM.MarkupInfoItem> Result { |
||
1118 | get { |
||
1119 | base.RaiseExceptionIfNecessary(); |
||
1120 | return ((System.Collections.Generic.List<IKCOM.MarkupInfoItem>)(this.results[0])); |
||
1121 | } |
||
1122 | } |
||
1123 | } |
||
1124 | |||
1125 | [System.Diagnostics.DebuggerStepThroughAttribute()] |
||
1126 | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
||
1127 | 6c781c0c | djkim | public partial class GetUserDataCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
1128 | |||
1129 | private object[] results; |
||
1130 | |||
1131 | public GetUserDataCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
||
1132 | base(exception, cancelled, userState) { |
||
1133 | this.results = results; |
||
1134 | } |
||
1135 | |||
1136 | public System.Collections.Generic.List<KCOMDataModel.DataModel.MEMBER> Result { |
||
1137 | get { |
||
1138 | base.RaiseExceptionIfNecessary(); |
||
1139 | return ((System.Collections.Generic.List<KCOMDataModel.DataModel.MEMBER>)(this.results[0])); |
||
1140 | } |
||
1141 | } |
||
1142 | } |
||
1143 | |||
1144 | [System.Diagnostics.DebuggerStepThroughAttribute()] |
||
1145 | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
||
1146 | 787a4489 | KangIngu | public partial class GetDeptDataCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
1147 | |||
1148 | private object[] results; |
||
1149 | |||
1150 | public GetDeptDataCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
||
1151 | base(exception, cancelled, userState) { |
||
1152 | this.results = results; |
||
1153 | } |
||
1154 | |||
1155 | public System.Collections.Generic.List<string> Result { |
||
1156 | get { |
||
1157 | base.RaiseExceptionIfNecessary(); |
||
1158 | return ((System.Collections.Generic.List<string>)(this.results[0])); |
||
1159 | } |
||
1160 | } |
||
1161 | } |
||
1162 | |||
1163 | [System.Diagnostics.DebuggerStepThroughAttribute()] |
||
1164 | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
||
1165 | public partial class DeleteMarkupCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
||
1166 | |||
1167 | private object[] results; |
||
1168 | |||
1169 | public DeleteMarkupCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
||
1170 | base(exception, cancelled, userState) { |
||
1171 | this.results = results; |
||
1172 | } |
||
1173 | |||
1174 | public bool Result { |
||
1175 | get { |
||
1176 | base.RaiseExceptionIfNecessary(); |
||
1177 | return ((bool)(this.results[0])); |
||
1178 | } |
||
1179 | } |
||
1180 | } |
||
1181 | |||
1182 | [System.Diagnostics.DebuggerStepThroughAttribute()] |
||
1183 | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
||
1184 | 992a98b4 | KangIngu | public partial class SetFavoriteVPCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
1185 | |||
1186 | private object[] results; |
||
1187 | |||
1188 | public SetFavoriteVPCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
||
1189 | base(exception, cancelled, userState) { |
||
1190 | this.results = results; |
||
1191 | } |
||
1192 | |||
1193 | public bool Result { |
||
1194 | get { |
||
1195 | base.RaiseExceptionIfNecessary(); |
||
1196 | return ((bool)(this.results[0])); |
||
1197 | } |
||
1198 | } |
||
1199 | } |
||
1200 | |||
1201 | [System.Diagnostics.DebuggerStepThroughAttribute()] |
||
1202 | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
||
1203 | 6c781c0c | djkim | public partial class SaveMarkupDataCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
1204 | 787a4489 | KangIngu | |
1205 | 6c781c0c | djkim | private object[] results; |
1206 | 992a98b4 | KangIngu | |
1207 | 6c781c0c | djkim | public SaveMarkupDataCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
1208 | base(exception, cancelled, userState) { |
||
1209 | this.results = results; |
||
1210 | } |
||
1211 | 992a98b4 | KangIngu | |
1212 | 6c781c0c | djkim | public bool Result { |
1213 | get { |
||
1214 | base.RaiseExceptionIfNecessary(); |
||
1215 | return ((bool)(this.results[0])); |
||
1216 | } |
||
1217 | } |
||
1218 | } |
||
1219 | |||
1220 | [System.Diagnostics.DebuggerStepThroughAttribute()] |
||
1221 | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
||
1222 | 6b6e937c | taeseongkim | public partial class SavePageMarkupDataCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
1223 | |||
1224 | private object[] results; |
||
1225 | |||
1226 | public SavePageMarkupDataCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
||
1227 | base(exception, cancelled, userState) { |
||
1228 | this.results = results; |
||
1229 | } |
||
1230 | |||
1231 | public bool Result { |
||
1232 | get { |
||
1233 | base.RaiseExceptionIfNecessary(); |
||
1234 | return ((bool)(this.results[0])); |
||
1235 | } |
||
1236 | } |
||
1237 | } |
||
1238 | |||
1239 | [System.Diagnostics.DebuggerStepThroughAttribute()] |
||
1240 | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
||
1241 | 53880c83 | ljiyeon | public partial class UpdateMarkupDataCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
1242 | |||
1243 | private object[] results; |
||
1244 | |||
1245 | public UpdateMarkupDataCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
||
1246 | base(exception, cancelled, userState) { |
||
1247 | this.results = results; |
||
1248 | } |
||
1249 | |||
1250 | public bool Result { |
||
1251 | get { |
||
1252 | base.RaiseExceptionIfNecessary(); |
||
1253 | return ((bool)(this.results[0])); |
||
1254 | } |
||
1255 | } |
||
1256 | } |
||
1257 | |||
1258 | [System.Diagnostics.DebuggerStepThroughAttribute()] |
||
1259 | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
||
1260 | 6c781c0c | djkim | public partial class SaveSymbolCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
1261 | 992a98b4 | KangIngu | |
1262 | 6c781c0c | djkim | private object[] results; |
1263 | 992a98b4 | KangIngu | |
1264 | 6c781c0c | djkim | public SaveSymbolCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
1265 | base(exception, cancelled, userState) { |
||
1266 | this.results = results; |
||
1267 | } |
||
1268 | 992a98b4 | KangIngu | |
1269 | 6c781c0c | djkim | public bool Result { |
1270 | get { |
||
1271 | base.RaiseExceptionIfNecessary(); |
||
1272 | return ((bool)(this.results[0])); |
||
1273 | } |
||
1274 | } |
||
1275 | } |
||
1276 | |||
1277 | [System.Diagnostics.DebuggerStepThroughAttribute()] |
||
1278 | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
||
1279 | 498f0fc9 | ljiyeon | public partial class AddPublicSymbolCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
1280 | |||
1281 | private object[] results; |
||
1282 | |||
1283 | public AddPublicSymbolCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
||
1284 | base(exception, cancelled, userState) { |
||
1285 | this.results = results; |
||
1286 | } |
||
1287 | |||
1288 | public bool Result { |
||
1289 | get { |
||
1290 | base.RaiseExceptionIfNecessary(); |
||
1291 | return ((bool)(this.results[0])); |
||
1292 | } |
||
1293 | } |
||
1294 | } |
||
1295 | |||
1296 | [System.Diagnostics.DebuggerStepThroughAttribute()] |
||
1297 | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
||
1298 | 6c781c0c | djkim | public partial class DeleteSymbolCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
1299 | 992a98b4 | KangIngu | |
1300 | 6c781c0c | djkim | private object[] results; |
1301 | 992a98b4 | KangIngu | |
1302 | 6c781c0c | djkim | public DeleteSymbolCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
1303 | base(exception, cancelled, userState) { |
||
1304 | this.results = results; |
||
1305 | } |
||
1306 | 787a4489 | KangIngu | |
1307 | 6c781c0c | djkim | public bool Result { |
1308 | get { |
||
1309 | base.RaiseExceptionIfNecessary(); |
||
1310 | return ((bool)(this.results[0])); |
||
1311 | } |
||
1312 | } |
||
1313 | } |
||
1314 | |||
1315 | [System.Diagnostics.DebuggerStepThroughAttribute()] |
||
1316 | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
||
1317 | public partial class RenameSymbolCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
||
1318 | 787a4489 | KangIngu | |
1319 | 6c781c0c | djkim | private object[] results; |
1320 | 787a4489 | KangIngu | |
1321 | 6c781c0c | djkim | public RenameSymbolCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
1322 | base(exception, cancelled, userState) { |
||
1323 | this.results = results; |
||
1324 | } |
||
1325 | 787a4489 | KangIngu | |
1326 | 6c781c0c | djkim | public bool Result { |
1327 | get { |
||
1328 | base.RaiseExceptionIfNecessary(); |
||
1329 | return ((bool)(this.results[0])); |
||
1330 | } |
||
1331 | } |
||
1332 | } |
||
1333 | |||
1334 | [System.Diagnostics.DebuggerStepThroughAttribute()] |
||
1335 | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
||
1336 | public partial class AddCheckListHistoryCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
||
1337 | 787a4489 | KangIngu | |
1338 | 6c781c0c | djkim | private object[] results; |
1339 | 787a4489 | KangIngu | |
1340 | 6c781c0c | djkim | public AddCheckListHistoryCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
1341 | base(exception, cancelled, userState) { |
||
1342 | this.results = results; |
||
1343 | } |
||
1344 | 787a4489 | KangIngu | |
1345 | 6c781c0c | djkim | public bool Result { |
1346 | get { |
||
1347 | base.RaiseExceptionIfNecessary(); |
||
1348 | return ((bool)(this.results[0])); |
||
1349 | } |
||
1350 | } |
||
1351 | } |
||
1352 | |||
1353 | [System.Diagnostics.DebuggerStepThroughAttribute()] |
||
1354 | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
||
1355 | public partial class SaveCheckListHistoryCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
||
1356 | 787a4489 | KangIngu | |
1357 | 6c781c0c | djkim | private object[] results; |
1358 | 787a4489 | KangIngu | |
1359 | 6c781c0c | djkim | public SaveCheckListHistoryCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
1360 | base(exception, cancelled, userState) { |
||
1361 | this.results = results; |
||
1362 | } |
||
1363 | 787a4489 | KangIngu | |
1364 | 6c781c0c | djkim | public bool Result { |
1365 | get { |
||
1366 | base.RaiseExceptionIfNecessary(); |
||
1367 | return ((bool)(this.results[0])); |
||
1368 | } |
||
1369 | } |
||
1370 | } |
||
1371 | |||
1372 | [System.Diagnostics.DebuggerStepThroughAttribute()] |
||
1373 | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
||
1374 | public partial class SaveCheckListCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
||
1375 | 787a4489 | KangIngu | |
1376 | 6c781c0c | djkim | private object[] results; |
1377 | 787a4489 | KangIngu | |
1378 | 6c781c0c | djkim | public SaveCheckListCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
1379 | base(exception, cancelled, userState) { |
||
1380 | this.results = results; |
||
1381 | } |
||
1382 | |||
1383 | public bool Result { |
||
1384 | get { |
||
1385 | base.RaiseExceptionIfNecessary(); |
||
1386 | return ((bool)(this.results[0])); |
||
1387 | } |
||
1388 | } |
||
1389 | } |
||
1390 | |||
1391 | [System.Diagnostics.DebuggerStepThroughAttribute()] |
||
1392 | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
||
1393 | public partial class AddCheckListCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
||
1394 | |||
1395 | private object[] results; |
||
1396 | |||
1397 | public AddCheckListCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
||
1398 | base(exception, cancelled, userState) { |
||
1399 | this.results = results; |
||
1400 | } |
||
1401 | |||
1402 | public bool Result { |
||
1403 | get { |
||
1404 | base.RaiseExceptionIfNecessary(); |
||
1405 | return ((bool)(this.results[0])); |
||
1406 | } |
||
1407 | } |
||
1408 | } |
||
1409 | |||
1410 | [System.Diagnostics.DebuggerStepThroughAttribute()] |
||
1411 | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
||
1412 | public partial class GetCheckListCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
||
1413 | |||
1414 | private object[] results; |
||
1415 | |||
1416 | public GetCheckListCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
||
1417 | base(exception, cancelled, userState) { |
||
1418 | this.results = results; |
||
1419 | } |
||
1420 | |||
1421 | public KCOMDataModel.DataModel.CHECK_LIST Result { |
||
1422 | get { |
||
1423 | base.RaiseExceptionIfNecessary(); |
||
1424 | return ((KCOMDataModel.DataModel.CHECK_LIST)(this.results[0])); |
||
1425 | } |
||
1426 | } |
||
1427 | } |
||
1428 | |||
1429 | [System.Diagnostics.DebuggerStepThroughAttribute()] |
||
1430 | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
||
1431 | public partial class GetUserCheckListCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
||
1432 | |||
1433 | private object[] results; |
||
1434 | |||
1435 | public GetUserCheckListCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
||
1436 | base(exception, cancelled, userState) { |
||
1437 | this.results = results; |
||
1438 | } |
||
1439 | |||
1440 | public System.Collections.Generic.List<KCOMDataModel.DataModel.CHECK_LIST> Result { |
||
1441 | get { |
||
1442 | base.RaiseExceptionIfNecessary(); |
||
1443 | return ((System.Collections.Generic.List<KCOMDataModel.DataModel.CHECK_LIST>)(this.results[0])); |
||
1444 | } |
||
1445 | } |
||
1446 | } |
||
1447 | |||
1448 | [System.Diagnostics.DebuggerStepThroughAttribute()] |
||
1449 | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
||
1450 | public partial class GetCheckListHistoryCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
||
1451 | |||
1452 | private object[] results; |
||
1453 | |||
1454 | public GetCheckListHistoryCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
||
1455 | base(exception, cancelled, userState) { |
||
1456 | this.results = results; |
||
1457 | } |
||
1458 | |||
1459 | public System.Collections.Generic.List<KCOMDataModel.DataModel.CHECK_LIST_HISTORY> Result { |
||
1460 | get { |
||
1461 | base.RaiseExceptionIfNecessary(); |
||
1462 | return ((System.Collections.Generic.List<KCOMDataModel.DataModel.CHECK_LIST_HISTORY>)(this.results[0])); |
||
1463 | } |
||
1464 | } |
||
1465 | } |
||
1466 | |||
1467 | [System.Diagnostics.DebuggerStepThroughAttribute()] |
||
1468 | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
||
1469 | public partial class GetCheckListHistoryFirstOrDefaultCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
||
1470 | |||
1471 | private object[] results; |
||
1472 | |||
1473 | public GetCheckListHistoryFirstOrDefaultCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
||
1474 | base(exception, cancelled, userState) { |
||
1475 | this.results = results; |
||
1476 | } |
||
1477 | |||
1478 | public KCOMDataModel.DataModel.CHECK_LIST_HISTORY Result { |
||
1479 | get { |
||
1480 | base.RaiseExceptionIfNecessary(); |
||
1481 | return ((KCOMDataModel.DataModel.CHECK_LIST_HISTORY)(this.results[0])); |
||
1482 | } |
||
1483 | } |
||
1484 | } |
||
1485 | |||
1486 | [System.Diagnostics.DebuggerStepThroughAttribute()] |
||
1487 | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
||
1488 | public partial class SavePageAngleCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
||
1489 | |||
1490 | private object[] results; |
||
1491 | |||
1492 | public SavePageAngleCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
||
1493 | base(exception, cancelled, userState) { |
||
1494 | this.results = results; |
||
1495 | } |
||
1496 | |||
1497 | public bool Result { |
||
1498 | get { |
||
1499 | base.RaiseExceptionIfNecessary(); |
||
1500 | return ((bool)(this.results[0])); |
||
1501 | } |
||
1502 | } |
||
1503 | } |
||
1504 | |||
1505 | [System.Diagnostics.DebuggerStepThroughAttribute()] |
||
1506 | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
||
1507 | public partial class GetMarkupInfoCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
||
1508 | |||
1509 | private object[] results; |
||
1510 | |||
1511 | public GetMarkupInfoCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
||
1512 | base(exception, cancelled, userState) { |
||
1513 | this.results = results; |
||
1514 | } |
||
1515 | |||
1516 | public KCOMDataModel.DataModel.MARKUP_INFO Result { |
||
1517 | get { |
||
1518 | base.RaiseExceptionIfNecessary(); |
||
1519 | return ((KCOMDataModel.DataModel.MARKUP_INFO)(this.results[0])); |
||
1520 | } |
||
1521 | } |
||
1522 | } |
||
1523 | |||
1524 | [System.Diagnostics.DebuggerStepThroughAttribute()] |
||
1525 | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
||
1526 | public partial class GetMarkupDataListperPageCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
||
1527 | |||
1528 | private object[] results; |
||
1529 | |||
1530 | public GetMarkupDataListperPageCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
||
1531 | base(exception, cancelled, userState) { |
||
1532 | this.results = results; |
||
1533 | } |
||
1534 | |||
1535 | public System.Collections.Generic.List<string> Result { |
||
1536 | get { |
||
1537 | base.RaiseExceptionIfNecessary(); |
||
1538 | return ((System.Collections.Generic.List<string>)(this.results[0])); |
||
1539 | } |
||
1540 | } |
||
1541 | } |
||
1542 | |||
1543 | [System.Diagnostics.DebuggerStepThroughAttribute()] |
||
1544 | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
||
1545 | public partial class AddMarkupInfoCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
||
1546 | |||
1547 | private object[] results; |
||
1548 | |||
1549 | public AddMarkupInfoCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
||
1550 | base(exception, cancelled, userState) { |
||
1551 | this.results = results; |
||
1552 | } |
||
1553 | |||
1554 | public bool Result { |
||
1555 | get { |
||
1556 | base.RaiseExceptionIfNecessary(); |
||
1557 | return ((bool)(this.results[0])); |
||
1558 | } |
||
1559 | } |
||
1560 | } |
||
1561 | |||
1562 | [System.Diagnostics.DebuggerStepThroughAttribute()] |
||
1563 | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
||
1564 | public partial class AddMarkupInfoVersionCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
||
1565 | |||
1566 | private object[] results; |
||
1567 | |||
1568 | public AddMarkupInfoVersionCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
||
1569 | base(exception, cancelled, userState) { |
||
1570 | this.results = results; |
||
1571 | } |
||
1572 | |||
1573 | public bool Result { |
||
1574 | get { |
||
1575 | base.RaiseExceptionIfNecessary(); |
||
1576 | return ((bool)(this.results[0])); |
||
1577 | } |
||
1578 | } |
||
1579 | } |
||
1580 | |||
1581 | [System.Diagnostics.DebuggerStepThroughAttribute()] |
||
1582 | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
||
1583 | public partial class AddMarkupDataCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
||
1584 | |||
1585 | private object[] results; |
||
1586 | |||
1587 | public AddMarkupDataCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
||
1588 | base(exception, cancelled, userState) { |
||
1589 | this.results = results; |
||
1590 | } |
||
1591 | |||
1592 | public bool Result { |
||
1593 | get { |
||
1594 | base.RaiseExceptionIfNecessary(); |
||
1595 | return ((bool)(this.results[0])); |
||
1596 | } |
||
1597 | } |
||
1598 | } |
||
1599 | |||
1600 | [System.Diagnostics.DebuggerStepThroughAttribute()] |
||
1601 | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
||
1602 | public partial class AvoidMarkupInfoCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
||
1603 | |||
1604 | private object[] results; |
||
1605 | |||
1606 | public AvoidMarkupInfoCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
||
1607 | base(exception, cancelled, userState) { |
||
1608 | this.results = results; |
||
1609 | } |
||
1610 | |||
1611 | public bool Result { |
||
1612 | get { |
||
1613 | base.RaiseExceptionIfNecessary(); |
||
1614 | return ((bool)(this.results[0])); |
||
1615 | } |
||
1616 | } |
||
1617 | } |
||
1618 | |||
1619 | [System.Diagnostics.DebuggerStepThroughAttribute()] |
||
1620 | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
||
1621 | public partial class SaveMarkupInfoCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
||
1622 | |||
1623 | private object[] results; |
||
1624 | |||
1625 | public SaveMarkupInfoCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
||
1626 | base(exception, cancelled, userState) { |
||
1627 | this.results = results; |
||
1628 | } |
||
1629 | |||
1630 | public bool Result { |
||
1631 | get { |
||
1632 | base.RaiseExceptionIfNecessary(); |
||
1633 | return ((bool)(this.results[0])); |
||
1634 | } |
||
1635 | } |
||
1636 | } |
||
1637 | |||
1638 | [System.Diagnostics.DebuggerStepThroughAttribute()] |
||
1639 | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
||
1640 | public partial class GetMarkupDataListCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
||
1641 | |||
1642 | private object[] results; |
||
1643 | |||
1644 | public GetMarkupDataListCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
||
1645 | base(exception, cancelled, userState) { |
||
1646 | this.results = results; |
||
1647 | } |
||
1648 | |||
1649 | public System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_DATA> Result { |
||
1650 | get { |
||
1651 | base.RaiseExceptionIfNecessary(); |
||
1652 | return ((System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_DATA>)(this.results[0])); |
||
1653 | } |
||
1654 | } |
||
1655 | } |
||
1656 | |||
1657 | [System.Diagnostics.DebuggerStepThroughAttribute()] |
||
1658 | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
||
1659 | public partial class ConsolidateCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
||
1660 | |||
1661 | private object[] results; |
||
1662 | |||
1663 | public ConsolidateCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
||
1664 | base(exception, cancelled, userState) { |
||
1665 | this.results = results; |
||
1666 | } |
||
1667 | |||
1668 | public bool Result { |
||
1669 | get { |
||
1670 | base.RaiseExceptionIfNecessary(); |
||
1671 | return ((bool)(this.results[0])); |
||
1672 | } |
||
1673 | } |
||
1674 | } |
||
1675 | |||
1676 | [System.Diagnostics.DebuggerStepThroughAttribute()] |
||
1677 | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
||
1678 | 53880c83 | ljiyeon | public partial class ConsolidateMergedPDFCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
1679 | |||
1680 | private object[] results; |
||
1681 | |||
1682 | public ConsolidateMergedPDFCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
||
1683 | base(exception, cancelled, userState) { |
||
1684 | this.results = results; |
||
1685 | } |
||
1686 | |||
1687 | public KCOM.ServiceDeepView.FinalPDFResult Result { |
||
1688 | get { |
||
1689 | base.RaiseExceptionIfNecessary(); |
||
1690 | return ((KCOM.ServiceDeepView.FinalPDFResult)(this.results[0])); |
||
1691 | } |
||
1692 | } |
||
1693 | } |
||
1694 | |||
1695 | [System.Diagnostics.DebuggerStepThroughAttribute()] |
||
1696 | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
||
1697 | 119b58c6 | djkim | public partial class TeamConsolidateCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
1698 | |||
1699 | private object[] results; |
||
1700 | |||
1701 | public TeamConsolidateCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
||
1702 | base(exception, cancelled, userState) { |
||
1703 | this.results = results; |
||
1704 | } |
||
1705 | |||
1706 | public bool Result { |
||
1707 | get { |
||
1708 | base.RaiseExceptionIfNecessary(); |
||
1709 | return ((bool)(this.results[0])); |
||
1710 | } |
||
1711 | } |
||
1712 | } |
||
1713 | |||
1714 | [System.Diagnostics.DebuggerStepThroughAttribute()] |
||
1715 | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
||
1716 | 6c781c0c | djkim | public partial class GetMemberCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
1717 | |||
1718 | private object[] results; |
||
1719 | |||
1720 | public GetMemberCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
||
1721 | base(exception, cancelled, userState) { |
||
1722 | this.results = results; |
||
1723 | } |
||
1724 | |||
1725 | public KCOMDataModel.DataModel.MEMBER Result { |
||
1726 | get { |
||
1727 | base.RaiseExceptionIfNecessary(); |
||
1728 | return ((KCOMDataModel.DataModel.MEMBER)(this.results[0])); |
||
1729 | } |
||
1730 | } |
||
1731 | } |
||
1732 | |||
1733 | [System.Diagnostics.DebuggerStepThroughAttribute()] |
||
1734 | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
||
1735 | public partial class GetSymbolListCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
||
1736 | |||
1737 | private object[] results; |
||
1738 | |||
1739 | public GetSymbolListCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
||
1740 | base(exception, cancelled, userState) { |
||
1741 | this.results = results; |
||
1742 | } |
||
1743 | |||
1744 | public System.Collections.Generic.List<KCOMDataModel.DataModel.SYMBOL_PRIVATE> Result { |
||
1745 | get { |
||
1746 | base.RaiseExceptionIfNecessary(); |
||
1747 | return ((System.Collections.Generic.List<KCOMDataModel.DataModel.SYMBOL_PRIVATE>)(this.results[0])); |
||
1748 | } |
||
1749 | } |
||
1750 | } |
||
1751 | |||
1752 | [System.Diagnostics.DebuggerStepThroughAttribute()] |
||
1753 | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
||
1754 | public partial class GetPublicSymbolDeptListCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
||
1755 | |||
1756 | private object[] results; |
||
1757 | |||
1758 | public GetPublicSymbolDeptListCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
||
1759 | base(exception, cancelled, userState) { |
||
1760 | this.results = results; |
||
1761 | } |
||
1762 | |||
1763 | public System.Collections.Generic.List<string> Result { |
||
1764 | get { |
||
1765 | base.RaiseExceptionIfNecessary(); |
||
1766 | return ((System.Collections.Generic.List<string>)(this.results[0])); |
||
1767 | } |
||
1768 | } |
||
1769 | } |
||
1770 | |||
1771 | [System.Diagnostics.DebuggerStepThroughAttribute()] |
||
1772 | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
||
1773 | public partial class GetPublicSymbolListCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
||
1774 | |||
1775 | private object[] results; |
||
1776 | |||
1777 | public GetPublicSymbolListCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
||
1778 | base(exception, cancelled, userState) { |
||
1779 | this.results = results; |
||
1780 | } |
||
1781 | |||
1782 | public System.Collections.Generic.List<KCOMDataModel.DataModel.SYMBOL_PUBLIC> Result { |
||
1783 | get { |
||
1784 | base.RaiseExceptionIfNecessary(); |
||
1785 | return ((System.Collections.Generic.List<KCOMDataModel.DataModel.SYMBOL_PUBLIC>)(this.results[0])); |
||
1786 | } |
||
1787 | } |
||
1788 | } |
||
1789 | |||
1790 | [System.Diagnostics.DebuggerStepThroughAttribute()] |
||
1791 | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
||
1792 | public partial class GetSymbolDataCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
||
1793 | |||
1794 | private object[] results; |
||
1795 | |||
1796 | public GetSymbolDataCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
||
1797 | base(exception, cancelled, userState) { |
||
1798 | this.results = results; |
||
1799 | } |
||
1800 | |||
1801 | public string Result { |
||
1802 | get { |
||
1803 | base.RaiseExceptionIfNecessary(); |
||
1804 | return ((string)(this.results[0])); |
||
1805 | } |
||
1806 | } |
||
1807 | } |
||
1808 | |||
1809 | [System.Diagnostics.DebuggerStepThroughAttribute()] |
||
1810 | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
||
1811 | 53880c83 | ljiyeon | public partial class GetSymbolImageURLCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
1812 | |||
1813 | private object[] results; |
||
1814 | |||
1815 | public GetSymbolImageURLCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
||
1816 | base(exception, cancelled, userState) { |
||
1817 | this.results = results; |
||
1818 | } |
||
1819 | |||
1820 | public string Result { |
||
1821 | get { |
||
1822 | base.RaiseExceptionIfNecessary(); |
||
1823 | return ((string)(this.results[0])); |
||
1824 | } |
||
1825 | } |
||
1826 | } |
||
1827 | |||
1828 | [System.Diagnostics.DebuggerStepThroughAttribute()] |
||
1829 | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
||
1830 | 6c781c0c | djkim | public partial class GetSignDataCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
1831 | |||
1832 | private object[] results; |
||
1833 | |||
1834 | public GetSignDataCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
||
1835 | base(exception, cancelled, userState) { |
||
1836 | this.results = results; |
||
1837 | } |
||
1838 | |||
1839 | public string Result { |
||
1840 | get { |
||
1841 | base.RaiseExceptionIfNecessary(); |
||
1842 | return ((string)(this.results[0])); |
||
1843 | } |
||
1844 | } |
||
1845 | } |
||
1846 | |||
1847 | [System.Diagnostics.DebuggerStepThroughAttribute()] |
||
1848 | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
||
1849 | 74abcf6f | taeseongkim | public partial class GetSignStrokesCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
1850 | |||
1851 | private object[] results; |
||
1852 | |||
1853 | public GetSignStrokesCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
||
1854 | base(exception, cancelled, userState) { |
||
1855 | this.results = results; |
||
1856 | } |
||
1857 | |||
1858 | public string Result { |
||
1859 | get { |
||
1860 | base.RaiseExceptionIfNecessary(); |
||
1861 | return ((string)(this.results[0])); |
||
1862 | } |
||
1863 | } |
||
1864 | } |
||
1865 | |||
1866 | [System.Diagnostics.DebuggerStepThroughAttribute()] |
||
1867 | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
||
1868 | cf1cc862 | taeseongkim | public partial class SetSignDataCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
1869 | |||
1870 | private object[] results; |
||
1871 | |||
1872 | public SetSignDataCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
||
1873 | base(exception, cancelled, userState) { |
||
1874 | this.results = results; |
||
1875 | } |
||
1876 | |||
1877 | public int Result { |
||
1878 | get { |
||
1879 | base.RaiseExceptionIfNecessary(); |
||
1880 | return ((int)(this.results[0])); |
||
1881 | } |
||
1882 | } |
||
1883 | } |
||
1884 | |||
1885 | [System.Diagnostics.DebuggerStepThroughAttribute()] |
||
1886 | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
||
1887 | 74abcf6f | taeseongkim | public partial class SetSignStrokesCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
1888 | |||
1889 | private object[] results; |
||
1890 | |||
1891 | public SetSignStrokesCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
||
1892 | base(exception, cancelled, userState) { |
||
1893 | this.results = results; |
||
1894 | } |
||
1895 | |||
1896 | public int Result { |
||
1897 | get { |
||
1898 | base.RaiseExceptionIfNecessary(); |
||
1899 | return ((int)(this.results[0])); |
||
1900 | } |
||
1901 | } |
||
1902 | } |
||
1903 | |||
1904 | [System.Diagnostics.DebuggerStepThroughAttribute()] |
||
1905 | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
||
1906 | 6c781c0c | djkim | public partial class GetProjectNameCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
1907 | |||
1908 | private object[] results; |
||
1909 | |||
1910 | public GetProjectNameCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
||
1911 | base(exception, cancelled, userState) { |
||
1912 | this.results = results; |
||
1913 | } |
||
1914 | |||
1915 | public string Result { |
||
1916 | get { |
||
1917 | base.RaiseExceptionIfNecessary(); |
||
1918 | return ((string)(this.results[0])); |
||
1919 | } |
||
1920 | } |
||
1921 | } |
||
1922 | |||
1923 | [System.Diagnostics.DebuggerStepThroughAttribute()] |
||
1924 | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
||
1925 | public partial class GetPreRevSelectCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
||
1926 | |||
1927 | private object[] results; |
||
1928 | |||
1929 | public GetPreRevSelectCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
||
1930 | base(exception, cancelled, userState) { |
||
1931 | this.results = results; |
||
1932 | } |
||
1933 | |||
1934 | public System.Collections.Generic.List<KCOMDataModel.DataModel.DOCUMENT_ITEM> Result { |
||
1935 | get { |
||
1936 | base.RaiseExceptionIfNecessary(); |
||
1937 | return ((System.Collections.Generic.List<KCOMDataModel.DataModel.DOCUMENT_ITEM>)(this.results[0])); |
||
1938 | } |
||
1939 | } |
||
1940 | } |
||
1941 | |||
1942 | [System.Diagnostics.DebuggerStepThroughAttribute()] |
||
1943 | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
||
1944 | public partial class GetDocInfoOneSelectCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
||
1945 | |||
1946 | private object[] results; |
||
1947 | |||
1948 | public GetDocInfoOneSelectCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
||
1949 | base(exception, cancelled, userState) { |
||
1950 | this.results = results; |
||
1951 | } |
||
1952 | |||
1953 | public KCOMDataModel.DataModel.DOCINFO Result { |
||
1954 | get { |
||
1955 | base.RaiseExceptionIfNecessary(); |
||
1956 | return ((KCOMDataModel.DataModel.DOCINFO)(this.results[0])); |
||
1957 | } |
||
1958 | } |
||
1959 | } |
||
1960 | |||
1961 | [System.Diagnostics.DebuggerStepThroughAttribute()] |
||
1962 | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
||
1963 | public partial class GetPrintDocItemListCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
||
1964 | |||
1965 | private object[] results; |
||
1966 | |||
1967 | public GetPrintDocItemListCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
||
1968 | base(exception, cancelled, userState) { |
||
1969 | this.results = results; |
||
1970 | } |
||
1971 | |||
1972 | public System.Collections.Generic.List<IKCOM.MarkupInfoItem> Result { |
||
1973 | get { |
||
1974 | base.RaiseExceptionIfNecessary(); |
||
1975 | return ((System.Collections.Generic.List<IKCOM.MarkupInfoItem>)(this.results[0])); |
||
1976 | } |
||
1977 | } |
||
1978 | } |
||
1979 | |||
1980 | [System.Diagnostics.DebuggerStepThroughAttribute()] |
||
1981 | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
||
1982 | 119b58c6 | djkim | public partial class AddMessageCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
1983 | |||
1984 | private object[] results; |
||
1985 | |||
1986 | public AddMessageCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
||
1987 | base(exception, cancelled, userState) { |
||
1988 | this.results = results; |
||
1989 | } |
||
1990 | |||
1991 | public bool Result { |
||
1992 | get { |
||
1993 | base.RaiseExceptionIfNecessary(); |
||
1994 | return ((bool)(this.results[0])); |
||
1995 | } |
||
1996 | } |
||
1997 | } |
||
1998 | |||
1999 | [System.Diagnostics.DebuggerStepThroughAttribute()] |
||
2000 | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
||
2001 | public partial class GetMessageCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
||
2002 | |||
2003 | private object[] results; |
||
2004 | |||
2005 | public GetMessageCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
||
2006 | base(exception, cancelled, userState) { |
||
2007 | this.results = results; |
||
2008 | } |
||
2009 | |||
2010 | public System.Collections.Generic.List<KCOMDataModel.DataModel.TALK> Result { |
||
2011 | get { |
||
2012 | base.RaiseExceptionIfNecessary(); |
||
2013 | return ((System.Collections.Generic.List<KCOMDataModel.DataModel.TALK>)(this.results[0])); |
||
2014 | } |
||
2015 | } |
||
2016 | } |
||
2017 | |||
2018 | [System.Diagnostics.DebuggerStepThroughAttribute()] |
||
2019 | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
||
2020 | c0977e97 | djkim | public partial class FinalPDF_GetDocinfoCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
2021 | 6c781c0c | djkim | |
2022 | c0977e97 | djkim | private object[] results; |
2023 | 6c781c0c | djkim | |
2024 | c0977e97 | djkim | public FinalPDF_GetDocinfoCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
2025 | base(exception, cancelled, userState) { |
||
2026 | this.results = results; |
||
2027 | } |
||
2028 | 6c781c0c | djkim | |
2029 | c0977e97 | djkim | public KCOMDataModel.DataModel.DOCINFO Result { |
2030 | get { |
||
2031 | base.RaiseExceptionIfNecessary(); |
||
2032 | return ((KCOMDataModel.DataModel.DOCINFO)(this.results[0])); |
||
2033 | } |
||
2034 | } |
||
2035 | } |
||
2036 | |||
2037 | [System.Diagnostics.DebuggerStepThroughAttribute()] |
||
2038 | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
||
2039 | public partial class FinalPDF_GetDocumentItemCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
||
2040 | 6c781c0c | djkim | |
2041 | c0977e97 | djkim | private object[] results; |
2042 | 6c781c0c | djkim | |
2043 | c0977e97 | djkim | public FinalPDF_GetDocumentItemCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
2044 | base(exception, cancelled, userState) { |
||
2045 | this.results = results; |
||
2046 | } |
||
2047 | 6c781c0c | djkim | |
2048 | c0977e97 | djkim | public KCOMDataModel.DataModel.DOCUMENT_ITEM Result { |
2049 | get { |
||
2050 | base.RaiseExceptionIfNecessary(); |
||
2051 | return ((KCOMDataModel.DataModel.DOCUMENT_ITEM)(this.results[0])); |
||
2052 | } |
||
2053 | } |
||
2054 | } |
||
2055 | |||
2056 | [System.Diagnostics.DebuggerStepThroughAttribute()] |
||
2057 | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
||
2058 | public partial class FinalPDF_GetMarkupdataCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
||
2059 | 6c781c0c | djkim | |
2060 | c0977e97 | djkim | private object[] results; |
2061 | 6c781c0c | djkim | |
2062 | c0977e97 | djkim | public FinalPDF_GetMarkupdataCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
2063 | base(exception, cancelled, userState) { |
||
2064 | this.results = results; |
||
2065 | } |
||
2066 | 6c781c0c | djkim | |
2067 | c0977e97 | djkim | public System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_DATA> Result { |
2068 | get { |
||
2069 | base.RaiseExceptionIfNecessary(); |
||
2070 | return ((System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_DATA>)(this.results[0])); |
||
2071 | } |
||
2072 | } |
||
2073 | } |
||
2074 | |||
2075 | [System.Diagnostics.DebuggerStepThroughAttribute()] |
||
2076 | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
||
2077 | public partial class FinalPDF_GetMarkupinfoCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
||
2078 | 6c781c0c | djkim | |
2079 | c0977e97 | djkim | private object[] results; |
2080 | 6c781c0c | djkim | |
2081 | c0977e97 | djkim | public FinalPDF_GetMarkupinfoCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
2082 | base(exception, cancelled, userState) { |
||
2083 | this.results = results; |
||
2084 | } |
||
2085 | 6c781c0c | djkim | |
2086 | c0977e97 | djkim | public KCOMDataModel.DataModel.MARKUP_INFO Result { |
2087 | get { |
||
2088 | base.RaiseExceptionIfNecessary(); |
||
2089 | return ((KCOMDataModel.DataModel.MARKUP_INFO)(this.results[0])); |
||
2090 | } |
||
2091 | } |
||
2092 | } |
||
2093 | |||
2094 | [System.Diagnostics.DebuggerStepThroughAttribute()] |
||
2095 | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
||
2096 | public partial class FinalPDF_GetFinalPDFsCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
||
2097 | 6c781c0c | djkim | |
2098 | c0977e97 | djkim | private object[] results; |
2099 | 6c781c0c | djkim | |
2100 | c0977e97 | djkim | public FinalPDF_GetFinalPDFsCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
2101 | base(exception, cancelled, userState) { |
||
2102 | this.results = results; |
||
2103 | } |
||
2104 | 6c781c0c | djkim | |
2105 | c0977e97 | djkim | public System.Collections.Generic.List<KCOMDataModel.DataModel.FINAL_PDF> Result { |
2106 | get { |
||
2107 | base.RaiseExceptionIfNecessary(); |
||
2108 | return ((System.Collections.Generic.List<KCOMDataModel.DataModel.FINAL_PDF>)(this.results[0])); |
||
2109 | } |
||
2110 | } |
||
2111 | } |
||
2112 | |||
2113 | [System.Diagnostics.DebuggerStepThroughAttribute()] |
||
2114 | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
||
2115 | public partial class FinalPDF_GetDocpageCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
||
2116 | 6c781c0c | djkim | |
2117 | c0977e97 | djkim | private object[] results; |
2118 | 6c781c0c | djkim | |
2119 | c0977e97 | djkim | public FinalPDF_GetDocpageCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
2120 | base(exception, cancelled, userState) { |
||
2121 | this.results = results; |
||
2122 | } |
||
2123 | 6c781c0c | djkim | |
2124 | c0977e97 | djkim | public System.Collections.Generic.List<KCOMDataModel.DataModel.DOCPAGE> Result { |
2125 | get { |
||
2126 | base.RaiseExceptionIfNecessary(); |
||
2127 | return ((System.Collections.Generic.List<KCOMDataModel.DataModel.DOCPAGE>)(this.results[0])); |
||
2128 | } |
||
2129 | } |
||
2130 | } |
||
2131 | |||
2132 | [System.Diagnostics.DebuggerStepThroughAttribute()] |
||
2133 | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
||
2134 | public partial class FinalPDF_SetFinalPDFStatusCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
||
2135 | 6c781c0c | djkim | |
2136 | c0977e97 | djkim | private object[] results; |
2137 | 6c781c0c | djkim | |
2138 | c0977e97 | djkim | public FinalPDF_SetFinalPDFStatusCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
2139 | base(exception, cancelled, userState) { |
||
2140 | this.results = results; |
||
2141 | } |
||
2142 | 6c781c0c | djkim | |
2143 | c0977e97 | djkim | public bool Result { |
2144 | get { |
||
2145 | base.RaiseExceptionIfNecessary(); |
||
2146 | return ((bool)(this.results[0])); |
||
2147 | } |
||
2148 | } |
||
2149 | } |
||
2150 | |||
2151 | [System.Diagnostics.DebuggerStepThroughAttribute()] |
||
2152 | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
||
2153 | 3b62305d | ljiyeon | public partial class FinalPDF_GetFinalPDFStatusCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
2154 | |||
2155 | private object[] results; |
||
2156 | |||
2157 | public FinalPDF_GetFinalPDFStatusCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
||
2158 | base(exception, cancelled, userState) { |
||
2159 | this.results = results; |
||
2160 | } |
||
2161 | |||
2162 | public bool Result { |
||
2163 | get { |
||
2164 | base.RaiseExceptionIfNecessary(); |
||
2165 | return ((bool)(this.results[0])); |
||
2166 | } |
||
2167 | } |
||
2168 | } |
||
2169 | |||
2170 | [System.Diagnostics.DebuggerStepThroughAttribute()] |
||
2171 | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
||
2172 | c0977e97 | djkim | public partial class FinalPDF_SetCurrentPageCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
2173 | 6c781c0c | djkim | |
2174 | c0977e97 | djkim | private object[] results; |
2175 | 6c781c0c | djkim | |
2176 | c0977e97 | djkim | public FinalPDF_SetCurrentPageCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
2177 | base(exception, cancelled, userState) { |
||
2178 | this.results = results; |
||
2179 | } |
||
2180 | 6c781c0c | djkim | |
2181 | c0977e97 | djkim | public bool Result { |
2182 | get { |
||
2183 | base.RaiseExceptionIfNecessary(); |
||
2184 | return ((bool)(this.results[0])); |
||
2185 | } |
||
2186 | } |
||
2187 | } |
||
2188 | |||
2189 | [System.Diagnostics.DebuggerStepThroughAttribute()] |
||
2190 | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
||
2191 | public partial class FinalPDF_SetErrorCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
||
2192 | 6c781c0c | djkim | |
2193 | c0977e97 | djkim | private object[] results; |
2194 | 787a4489 | KangIngu | |
2195 | c0977e97 | djkim | public FinalPDF_SetErrorCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
2196 | base(exception, cancelled, userState) { |
||
2197 | this.results = results; |
||
2198 | } |
||
2199 | 787a4489 | KangIngu | |
2200 | c0977e97 | djkim | public bool Result { |
2201 | get { |
||
2202 | base.RaiseExceptionIfNecessary(); |
||
2203 | return ((bool)(this.results[0])); |
||
2204 | } |
||
2205 | } |
||
2206 | } |
||
2207 | |||
2208 | [System.Diagnostics.DebuggerStepThroughAttribute()] |
||
2209 | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
||
2210 | public partial class FinalPDF_SetFinalResultPathCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
||
2211 | 6c781c0c | djkim | |
2212 | c0977e97 | djkim | private object[] results; |
2213 | 6c781c0c | djkim | |
2214 | c0977e97 | djkim | public FinalPDF_SetFinalResultPathCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
2215 | base(exception, cancelled, userState) { |
||
2216 | this.results = results; |
||
2217 | } |
||
2218 | |||
2219 | public bool Result { |
||
2220 | get { |
||
2221 | base.RaiseExceptionIfNecessary(); |
||
2222 | return ((bool)(this.results[0])); |
||
2223 | } |
||
2224 | } |
||
2225 | } |
||
2226 | |||
2227 | [System.Diagnostics.DebuggerStepThroughAttribute()] |
||
2228 | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
||
2229 | bae83c92 | taeseongkim | public partial class SaveLogCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
2230 | |||
2231 | private object[] results; |
||
2232 | |||
2233 | public SaveLogCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
||
2234 | base(exception, cancelled, userState) { |
||
2235 | this.results = results; |
||
2236 | } |
||
2237 | |||
2238 | public bool Result { |
||
2239 | get { |
||
2240 | base.RaiseExceptionIfNecessary(); |
||
2241 | return ((bool)(this.results[0])); |
||
2242 | } |
||
2243 | } |
||
2244 | } |
||
2245 | |||
2246 | [System.Diagnostics.DebuggerStepThroughAttribute()] |
||
2247 | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
||
2248 | c0977e97 | djkim | public partial class FinalPDF_GetCommentMemberCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
2249 | |||
2250 | private object[] results; |
||
2251 | |||
2252 | public FinalPDF_GetCommentMemberCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
||
2253 | base(exception, cancelled, userState) { |
||
2254 | this.results = results; |
||
2255 | } |
||
2256 | |||
2257 | public KCOMDataModel.DataModel.MEMBER Result { |
||
2258 | get { |
||
2259 | base.RaiseExceptionIfNecessary(); |
||
2260 | return ((KCOMDataModel.DataModel.MEMBER)(this.results[0])); |
||
2261 | } |
||
2262 | } |
||
2263 | } |
||
2264 | |||
2265 | [System.Diagnostics.DebuggerStepThroughAttribute()] |
||
2266 | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
||
2267 | public partial class FinalPDF_GetPropertiesCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
||
2268 | |||
2269 | private object[] results; |
||
2270 | |||
2271 | public FinalPDF_GetPropertiesCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
||
2272 | base(exception, cancelled, userState) { |
||
2273 | this.results = results; |
||
2274 | } |
||
2275 | |||
2276 | public System.Collections.Generic.List<KCOMDataModel.DataModel.PROPERTIES> Result { |
||
2277 | get { |
||
2278 | base.RaiseExceptionIfNecessary(); |
||
2279 | return ((System.Collections.Generic.List<KCOMDataModel.DataModel.PROPERTIES>)(this.results[0])); |
||
2280 | } |
||
2281 | } |
||
2282 | } |
||
2283 | |||
2284 | [System.Diagnostics.DebuggerStepThroughAttribute()] |
||
2285 | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
||
2286 | public partial class ServiceDeepViewClient : System.ServiceModel.ClientBase<KCOM.ServiceDeepView.ServiceDeepView>, KCOM.ServiceDeepView.ServiceDeepView { |
||
2287 | |||
2288 | 264c9309 | ljiyeon | private BeginOperationDelegate onBeginGetVersionDataDelegate; |
2289 | |||
2290 | private EndOperationDelegate onEndGetVersionDataDelegate; |
||
2291 | |||
2292 | private System.Threading.SendOrPostCallback onGetVersionDataCompletedDelegate; |
||
2293 | |||
2294 | c0977e97 | djkim | private BeginOperationDelegate onBeginGetSystemDataDelegate; |
2295 | |||
2296 | private EndOperationDelegate onEndGetSystemDataDelegate; |
||
2297 | |||
2298 | private System.Threading.SendOrPostCallback onGetSystemDataCompletedDelegate; |
||
2299 | |||
2300 | private BeginOperationDelegate onBeginGetFavoriteVPDelegate; |
||
2301 | |||
2302 | private EndOperationDelegate onEndGetFavoriteVPDelegate; |
||
2303 | |||
2304 | private System.Threading.SendOrPostCallback onGetFavoriteVPCompletedDelegate; |
||
2305 | |||
2306 | private BeginOperationDelegate onBeginEditFavoriteVPDelegate; |
||
2307 | |||
2308 | private EndOperationDelegate onEndEditFavoriteVPDelegate; |
||
2309 | |||
2310 | private System.Threading.SendOrPostCallback onEditFavoriteVPCompletedDelegate; |
||
2311 | |||
2312 | private BeginOperationDelegate onBeginDelFavoriteVPDelegate; |
||
2313 | |||
2314 | private EndOperationDelegate onEndDelFavoriteVPDelegate; |
||
2315 | |||
2316 | private System.Threading.SendOrPostCallback onDelFavoriteVPCompletedDelegate; |
||
2317 | |||
2318 | 0c575433 | taeseongkim | private BeginOperationDelegate onBeginGetCompareRectsTargetSizeDelegate; |
2319 | |||
2320 | private EndOperationDelegate onEndGetCompareRectsTargetSizeDelegate; |
||
2321 | |||
2322 | private System.Threading.SendOrPostCallback onGetCompareRectsTargetSizeCompletedDelegate; |
||
2323 | |||
2324 | c0977e97 | djkim | private BeginOperationDelegate onBeginGetCompareRectDelegate; |
2325 | |||
2326 | private EndOperationDelegate onEndGetCompareRectDelegate; |
||
2327 | |||
2328 | private System.Threading.SendOrPostCallback onGetCompareRectCompletedDelegate; |
||
2329 | |||
2330 | bae83c92 | taeseongkim | private BeginOperationDelegate onBeginGetComparefixSizeDelegate; |
2331 | |||
2332 | private EndOperationDelegate onEndGetComparefixSizeDelegate; |
||
2333 | |||
2334 | private System.Threading.SendOrPostCallback onGetComparefixSizeCompletedDelegate; |
||
2335 | |||
2336 | c0977e97 | djkim | private BeginOperationDelegate onBeginSetFinalPDFDelegate; |
2337 | |||
2338 | private EndOperationDelegate onEndSetFinalPDFDelegate; |
||
2339 | |||
2340 | private System.Threading.SendOrPostCallback onSetFinalPDFCompletedDelegate; |
||
2341 | |||
2342 | private BeginOperationDelegate onBeginGetConversionStateDelegate; |
||
2343 | |||
2344 | private EndOperationDelegate onEndGetConversionStateDelegate; |
||
2345 | |||
2346 | private System.Threading.SendOrPostCallback onGetConversionStateCompletedDelegate; |
||
2347 | |||
2348 | private BeginOperationDelegate onBeginGetVPRevisionHistoryDelegate; |
||
2349 | |||
2350 | private EndOperationDelegate onEndGetVPRevisionHistoryDelegate; |
||
2351 | |||
2352 | private System.Threading.SendOrPostCallback onGetVPRevisionHistoryCompletedDelegate; |
||
2353 | |||
2354 | private BeginOperationDelegate onBeginGetVPRevisionFirstOrDefaultDelegate; |
||
2355 | |||
2356 | private EndOperationDelegate onEndGetVPRevisionFirstOrDefaultDelegate; |
||
2357 | |||
2358 | private System.Threading.SendOrPostCallback onGetVPRevisionFirstOrDefaultCompletedDelegate; |
||
2359 | |||
2360 | private BeginOperationDelegate onBeginGetDocInfoDelegate; |
||
2361 | |||
2362 | private EndOperationDelegate onEndGetDocInfoDelegate; |
||
2363 | |||
2364 | private System.Threading.SendOrPostCallback onGetDocInfoCompletedDelegate; |
||
2365 | |||
2366 | private BeginOperationDelegate onBeginGetCheckSystemAdminDelegate; |
||
2367 | |||
2368 | private EndOperationDelegate onEndGetCheckSystemAdminDelegate; |
||
2369 | 6c781c0c | djkim | |
2370 | private System.Threading.SendOrPostCallback onGetCheckSystemAdminCompletedDelegate; |
||
2371 | |||
2372 | private BeginOperationDelegate onBeginGetDocumentItemInfoDelegate; |
||
2373 | |||
2374 | private EndOperationDelegate onEndGetDocumentItemInfoDelegate; |
||
2375 | |||
2376 | private System.Threading.SendOrPostCallback onGetDocumentItemInfoCompletedDelegate; |
||
2377 | |||
2378 | c0977e97 | djkim | private BeginOperationDelegate onBeginGetDocItemIDDelegate; |
2379 | |||
2380 | private EndOperationDelegate onEndGetDocItemIDDelegate; |
||
2381 | |||
2382 | private System.Threading.SendOrPostCallback onGetDocItemIDCompletedDelegate; |
||
2383 | |||
2384 | 6c781c0c | djkim | private BeginOperationDelegate onBeginGetMarkupInfoItemsDelegate; |
2385 | |||
2386 | private EndOperationDelegate onEndGetMarkupInfoItemsDelegate; |
||
2387 | |||
2388 | private System.Threading.SendOrPostCallback onGetMarkupInfoItemsCompletedDelegate; |
||
2389 | |||
2390 | private BeginOperationDelegate onBeginGetSyncMarkupInfoItemsDelegate; |
||
2391 | |||
2392 | private EndOperationDelegate onEndGetSyncMarkupInfoItemsDelegate; |
||
2393 | |||
2394 | private System.Threading.SendOrPostCallback onGetSyncMarkupInfoItemsCompletedDelegate; |
||
2395 | |||
2396 | private BeginOperationDelegate onBeginGetUserDataDelegate; |
||
2397 | |||
2398 | private EndOperationDelegate onEndGetUserDataDelegate; |
||
2399 | |||
2400 | private System.Threading.SendOrPostCallback onGetUserDataCompletedDelegate; |
||
2401 | |||
2402 | private BeginOperationDelegate onBeginGetDeptDataDelegate; |
||
2403 | |||
2404 | private EndOperationDelegate onEndGetDeptDataDelegate; |
||
2405 | |||
2406 | private System.Threading.SendOrPostCallback onGetDeptDataCompletedDelegate; |
||
2407 | |||
2408 | private BeginOperationDelegate onBeginDeleteMarkupDelegate; |
||
2409 | |||
2410 | private EndOperationDelegate onEndDeleteMarkupDelegate; |
||
2411 | |||
2412 | private System.Threading.SendOrPostCallback onDeleteMarkupCompletedDelegate; |
||
2413 | |||
2414 | private BeginOperationDelegate onBeginSetFavoriteVPDelegate; |
||
2415 | |||
2416 | private EndOperationDelegate onEndSetFavoriteVPDelegate; |
||
2417 | |||
2418 | private System.Threading.SendOrPostCallback onSetFavoriteVPCompletedDelegate; |
||
2419 | |||
2420 | private BeginOperationDelegate onBeginSaveMarkupDataDelegate; |
||
2421 | |||
2422 | private EndOperationDelegate onEndSaveMarkupDataDelegate; |
||
2423 | |||
2424 | private System.Threading.SendOrPostCallback onSaveMarkupDataCompletedDelegate; |
||
2425 | |||
2426 | 6b6e937c | taeseongkim | private BeginOperationDelegate onBeginSavePageMarkupDataDelegate; |
2427 | |||
2428 | private EndOperationDelegate onEndSavePageMarkupDataDelegate; |
||
2429 | |||
2430 | private System.Threading.SendOrPostCallback onSavePageMarkupDataCompletedDelegate; |
||
2431 | |||
2432 | 53880c83 | ljiyeon | private BeginOperationDelegate onBeginUpdateMarkupDataDelegate; |
2433 | |||
2434 | private EndOperationDelegate onEndUpdateMarkupDataDelegate; |
||
2435 | |||
2436 | private System.Threading.SendOrPostCallback onUpdateMarkupDataCompletedDelegate; |
||
2437 | |||
2438 | 6c781c0c | djkim | private BeginOperationDelegate onBeginSaveSymbolDelegate; |
2439 | |||
2440 | private EndOperationDelegate onEndSaveSymbolDelegate; |
||
2441 | |||
2442 | private System.Threading.SendOrPostCallback onSaveSymbolCompletedDelegate; |
||
2443 | |||
2444 | 498f0fc9 | ljiyeon | private BeginOperationDelegate onBeginAddPublicSymbolDelegate; |
2445 | |||
2446 | private EndOperationDelegate onEndAddPublicSymbolDelegate; |
||
2447 | |||
2448 | private System.Threading.SendOrPostCallback onAddPublicSymbolCompletedDelegate; |
||
2449 | |||
2450 | 6c781c0c | djkim | private BeginOperationDelegate onBeginDeleteSymbolDelegate; |
2451 | |||
2452 | private EndOperationDelegate onEndDeleteSymbolDelegate; |
||
2453 | |||
2454 | private System.Threading.SendOrPostCallback onDeleteSymbolCompletedDelegate; |
||
2455 | |||
2456 | private BeginOperationDelegate onBeginRenameSymbolDelegate; |
||
2457 | |||
2458 | private EndOperationDelegate onEndRenameSymbolDelegate; |
||
2459 | |||
2460 | private System.Threading.SendOrPostCallback onRenameSymbolCompletedDelegate; |
||
2461 | |||
2462 | private BeginOperationDelegate onBeginAddCheckListHistoryDelegate; |
||
2463 | |||
2464 | private EndOperationDelegate onEndAddCheckListHistoryDelegate; |
||
2465 | |||
2466 | private System.Threading.SendOrPostCallback onAddCheckListHistoryCompletedDelegate; |
||
2467 | |||
2468 | private BeginOperationDelegate onBeginSaveCheckListHistoryDelegate; |
||
2469 | |||
2470 | private EndOperationDelegate onEndSaveCheckListHistoryDelegate; |
||
2471 | |||
2472 | private System.Threading.SendOrPostCallback onSaveCheckListHistoryCompletedDelegate; |
||
2473 | |||
2474 | private BeginOperationDelegate onBeginSaveCheckListDelegate; |
||
2475 | |||
2476 | private EndOperationDelegate onEndSaveCheckListDelegate; |
||
2477 | |||
2478 | private System.Threading.SendOrPostCallback onSaveCheckListCompletedDelegate; |
||
2479 | |||
2480 | private BeginOperationDelegate onBeginAddCheckListDelegate; |
||
2481 | |||
2482 | private EndOperationDelegate onEndAddCheckListDelegate; |
||
2483 | |||
2484 | private System.Threading.SendOrPostCallback onAddCheckListCompletedDelegate; |
||
2485 | |||
2486 | private BeginOperationDelegate onBeginGetCheckListDelegate; |
||
2487 | |||
2488 | private EndOperationDelegate onEndGetCheckListDelegate; |
||
2489 | |||
2490 | private System.Threading.SendOrPostCallback onGetCheckListCompletedDelegate; |
||
2491 | |||
2492 | private BeginOperationDelegate onBeginGetUserCheckListDelegate; |
||
2493 | |||
2494 | private EndOperationDelegate onEndGetUserCheckListDelegate; |
||
2495 | |||
2496 | private System.Threading.SendOrPostCallback onGetUserCheckListCompletedDelegate; |
||
2497 | |||
2498 | private BeginOperationDelegate onBeginGetCheckListHistoryDelegate; |
||
2499 | |||
2500 | private EndOperationDelegate onEndGetCheckListHistoryDelegate; |
||
2501 | |||
2502 | private System.Threading.SendOrPostCallback onGetCheckListHistoryCompletedDelegate; |
||
2503 | |||
2504 | private BeginOperationDelegate onBeginGetCheckListHistoryFirstOrDefaultDelegate; |
||
2505 | |||
2506 | private EndOperationDelegate onEndGetCheckListHistoryFirstOrDefaultDelegate; |
||
2507 | |||
2508 | private System.Threading.SendOrPostCallback onGetCheckListHistoryFirstOrDefaultCompletedDelegate; |
||
2509 | |||
2510 | private BeginOperationDelegate onBeginSavePageAngleDelegate; |
||
2511 | |||
2512 | private EndOperationDelegate onEndSavePageAngleDelegate; |
||
2513 | |||
2514 | private System.Threading.SendOrPostCallback onSavePageAngleCompletedDelegate; |
||
2515 | |||
2516 | private BeginOperationDelegate onBeginGetMarkupInfoDelegate; |
||
2517 | |||
2518 | private EndOperationDelegate onEndGetMarkupInfoDelegate; |
||
2519 | |||
2520 | private System.Threading.SendOrPostCallback onGetMarkupInfoCompletedDelegate; |
||
2521 | |||
2522 | private BeginOperationDelegate onBeginGetMarkupDataListperPageDelegate; |
||
2523 | |||
2524 | private EndOperationDelegate onEndGetMarkupDataListperPageDelegate; |
||
2525 | |||
2526 | private System.Threading.SendOrPostCallback onGetMarkupDataListperPageCompletedDelegate; |
||
2527 | |||
2528 | private BeginOperationDelegate onBeginAddMarkupInfoDelegate; |
||
2529 | |||
2530 | private EndOperationDelegate onEndAddMarkupInfoDelegate; |
||
2531 | |||
2532 | private System.Threading.SendOrPostCallback onAddMarkupInfoCompletedDelegate; |
||
2533 | |||
2534 | private BeginOperationDelegate onBeginAddMarkupInfoVersionDelegate; |
||
2535 | |||
2536 | private EndOperationDelegate onEndAddMarkupInfoVersionDelegate; |
||
2537 | |||
2538 | private System.Threading.SendOrPostCallback onAddMarkupInfoVersionCompletedDelegate; |
||
2539 | |||
2540 | private BeginOperationDelegate onBeginAddMarkupDataDelegate; |
||
2541 | |||
2542 | private EndOperationDelegate onEndAddMarkupDataDelegate; |
||
2543 | |||
2544 | private System.Threading.SendOrPostCallback onAddMarkupDataCompletedDelegate; |
||
2545 | |||
2546 | private BeginOperationDelegate onBeginAvoidMarkupInfoDelegate; |
||
2547 | |||
2548 | private EndOperationDelegate onEndAvoidMarkupInfoDelegate; |
||
2549 | |||
2550 | private System.Threading.SendOrPostCallback onAvoidMarkupInfoCompletedDelegate; |
||
2551 | |||
2552 | private BeginOperationDelegate onBeginSaveMarkupInfoDelegate; |
||
2553 | |||
2554 | private EndOperationDelegate onEndSaveMarkupInfoDelegate; |
||
2555 | |||
2556 | private System.Threading.SendOrPostCallback onSaveMarkupInfoCompletedDelegate; |
||
2557 | |||
2558 | private BeginOperationDelegate onBeginGetMarkupDataListDelegate; |
||
2559 | |||
2560 | private EndOperationDelegate onEndGetMarkupDataListDelegate; |
||
2561 | |||
2562 | private System.Threading.SendOrPostCallback onGetMarkupDataListCompletedDelegate; |
||
2563 | |||
2564 | private BeginOperationDelegate onBeginConsolidateDelegate; |
||
2565 | |||
2566 | private EndOperationDelegate onEndConsolidateDelegate; |
||
2567 | |||
2568 | private System.Threading.SendOrPostCallback onConsolidateCompletedDelegate; |
||
2569 | |||
2570 | 53880c83 | ljiyeon | private BeginOperationDelegate onBeginConsolidateMergedPDFDelegate; |
2571 | |||
2572 | private EndOperationDelegate onEndConsolidateMergedPDFDelegate; |
||
2573 | |||
2574 | private System.Threading.SendOrPostCallback onConsolidateMergedPDFCompletedDelegate; |
||
2575 | |||
2576 | 119b58c6 | djkim | private BeginOperationDelegate onBeginTeamConsolidateDelegate; |
2577 | |||
2578 | private EndOperationDelegate onEndTeamConsolidateDelegate; |
||
2579 | |||
2580 | private System.Threading.SendOrPostCallback onTeamConsolidateCompletedDelegate; |
||
2581 | |||
2582 | 6c781c0c | djkim | private BeginOperationDelegate onBeginGetMemberDelegate; |
2583 | |||
2584 | private EndOperationDelegate onEndGetMemberDelegate; |
||
2585 | |||
2586 | private System.Threading.SendOrPostCallback onGetMemberCompletedDelegate; |
||
2587 | |||
2588 | private BeginOperationDelegate onBeginGetSymbolListDelegate; |
||
2589 | |||
2590 | private EndOperationDelegate onEndGetSymbolListDelegate; |
||
2591 | |||
2592 | private System.Threading.SendOrPostCallback onGetSymbolListCompletedDelegate; |
||
2593 | |||
2594 | private BeginOperationDelegate onBeginGetPublicSymbolDeptListDelegate; |
||
2595 | |||
2596 | private EndOperationDelegate onEndGetPublicSymbolDeptListDelegate; |
||
2597 | |||
2598 | private System.Threading.SendOrPostCallback onGetPublicSymbolDeptListCompletedDelegate; |
||
2599 | |||
2600 | private BeginOperationDelegate onBeginGetPublicSymbolListDelegate; |
||
2601 | |||
2602 | private EndOperationDelegate onEndGetPublicSymbolListDelegate; |
||
2603 | |||
2604 | private System.Threading.SendOrPostCallback onGetPublicSymbolListCompletedDelegate; |
||
2605 | |||
2606 | private BeginOperationDelegate onBeginGetSymbolDataDelegate; |
||
2607 | |||
2608 | private EndOperationDelegate onEndGetSymbolDataDelegate; |
||
2609 | |||
2610 | private System.Threading.SendOrPostCallback onGetSymbolDataCompletedDelegate; |
||
2611 | |||
2612 | 53880c83 | ljiyeon | private BeginOperationDelegate onBeginGetSymbolImageURLDelegate; |
2613 | |||
2614 | private EndOperationDelegate onEndGetSymbolImageURLDelegate; |
||
2615 | |||
2616 | private System.Threading.SendOrPostCallback onGetSymbolImageURLCompletedDelegate; |
||
2617 | |||
2618 | 6c781c0c | djkim | private BeginOperationDelegate onBeginGetSignDataDelegate; |
2619 | |||
2620 | private EndOperationDelegate onEndGetSignDataDelegate; |
||
2621 | |||
2622 | private System.Threading.SendOrPostCallback onGetSignDataCompletedDelegate; |
||
2623 | |||
2624 | 74abcf6f | taeseongkim | private BeginOperationDelegate onBeginGetSignStrokesDelegate; |
2625 | |||
2626 | private EndOperationDelegate onEndGetSignStrokesDelegate; |
||
2627 | |||
2628 | private System.Threading.SendOrPostCallback onGetSignStrokesCompletedDelegate; |
||
2629 | |||
2630 | cf1cc862 | taeseongkim | private BeginOperationDelegate onBeginSetSignDataDelegate; |
2631 | |||
2632 | private EndOperationDelegate onEndSetSignDataDelegate; |
||
2633 | |||
2634 | private System.Threading.SendOrPostCallback onSetSignDataCompletedDelegate; |
||
2635 | |||
2636 | 74abcf6f | taeseongkim | private BeginOperationDelegate onBeginSetSignStrokesDelegate; |
2637 | |||
2638 | private EndOperationDelegate onEndSetSignStrokesDelegate; |
||
2639 | |||
2640 | private System.Threading.SendOrPostCallback onSetSignStrokesCompletedDelegate; |
||
2641 | |||
2642 | 6c781c0c | djkim | private BeginOperationDelegate onBeginGetProjectNameDelegate; |
2643 | |||
2644 | private EndOperationDelegate onEndGetProjectNameDelegate; |
||
2645 | |||
2646 | private System.Threading.SendOrPostCallback onGetProjectNameCompletedDelegate; |
||
2647 | |||
2648 | private BeginOperationDelegate onBeginGetPreRevSelectDelegate; |
||
2649 | |||
2650 | private EndOperationDelegate onEndGetPreRevSelectDelegate; |
||
2651 | |||
2652 | private System.Threading.SendOrPostCallback onGetPreRevSelectCompletedDelegate; |
||
2653 | |||
2654 | private BeginOperationDelegate onBeginGetDocInfoOneSelectDelegate; |
||
2655 | |||
2656 | private EndOperationDelegate onEndGetDocInfoOneSelectDelegate; |
||
2657 | |||
2658 | private System.Threading.SendOrPostCallback onGetDocInfoOneSelectCompletedDelegate; |
||
2659 | |||
2660 | private BeginOperationDelegate onBeginGetPrintDocItemListDelegate; |
||
2661 | |||
2662 | private EndOperationDelegate onEndGetPrintDocItemListDelegate; |
||
2663 | |||
2664 | private System.Threading.SendOrPostCallback onGetPrintDocItemListCompletedDelegate; |
||
2665 | |||
2666 | 119b58c6 | djkim | private BeginOperationDelegate onBeginAddMessageDelegate; |
2667 | |||
2668 | private EndOperationDelegate onEndAddMessageDelegate; |
||
2669 | |||
2670 | private System.Threading.SendOrPostCallback onAddMessageCompletedDelegate; |
||
2671 | |||
2672 | private BeginOperationDelegate onBeginGetMessageDelegate; |
||
2673 | |||
2674 | private EndOperationDelegate onEndGetMessageDelegate; |
||
2675 | |||
2676 | private System.Threading.SendOrPostCallback onGetMessageCompletedDelegate; |
||
2677 | |||
2678 | c0977e97 | djkim | private BeginOperationDelegate onBeginFinalPDF_GetDocinfoDelegate; |
2679 | |||
2680 | private EndOperationDelegate onEndFinalPDF_GetDocinfoDelegate; |
||
2681 | |||
2682 | private System.Threading.SendOrPostCallback onFinalPDF_GetDocinfoCompletedDelegate; |
||
2683 | |||
2684 | private BeginOperationDelegate onBeginFinalPDF_GetDocumentItemDelegate; |
||
2685 | |||
2686 | private EndOperationDelegate onEndFinalPDF_GetDocumentItemDelegate; |
||
2687 | |||
2688 | private System.Threading.SendOrPostCallback onFinalPDF_GetDocumentItemCompletedDelegate; |
||
2689 | |||
2690 | private BeginOperationDelegate onBeginFinalPDF_GetMarkupdataDelegate; |
||
2691 | |||
2692 | private EndOperationDelegate onEndFinalPDF_GetMarkupdataDelegate; |
||
2693 | |||
2694 | private System.Threading.SendOrPostCallback onFinalPDF_GetMarkupdataCompletedDelegate; |
||
2695 | |||
2696 | private BeginOperationDelegate onBeginFinalPDF_GetMarkupinfoDelegate; |
||
2697 | |||
2698 | private EndOperationDelegate onEndFinalPDF_GetMarkupinfoDelegate; |
||
2699 | |||
2700 | private System.Threading.SendOrPostCallback onFinalPDF_GetMarkupinfoCompletedDelegate; |
||
2701 | |||
2702 | private BeginOperationDelegate onBeginFinalPDF_GetFinalPDFsDelegate; |
||
2703 | |||
2704 | private EndOperationDelegate onEndFinalPDF_GetFinalPDFsDelegate; |
||
2705 | |||
2706 | private System.Threading.SendOrPostCallback onFinalPDF_GetFinalPDFsCompletedDelegate; |
||
2707 | |||
2708 | private BeginOperationDelegate onBeginFinalPDF_GetDocpageDelegate; |
||
2709 | |||
2710 | private EndOperationDelegate onEndFinalPDF_GetDocpageDelegate; |
||
2711 | |||
2712 | private System.Threading.SendOrPostCallback onFinalPDF_GetDocpageCompletedDelegate; |
||
2713 | |||
2714 | private BeginOperationDelegate onBeginFinalPDF_SetFinalPDFStatusDelegate; |
||
2715 | |||
2716 | private EndOperationDelegate onEndFinalPDF_SetFinalPDFStatusDelegate; |
||
2717 | |||
2718 | private System.Threading.SendOrPostCallback onFinalPDF_SetFinalPDFStatusCompletedDelegate; |
||
2719 | |||
2720 | 3b62305d | ljiyeon | private BeginOperationDelegate onBeginFinalPDF_GetFinalPDFStatusDelegate; |
2721 | |||
2722 | private EndOperationDelegate onEndFinalPDF_GetFinalPDFStatusDelegate; |
||
2723 | |||
2724 | private System.Threading.SendOrPostCallback onFinalPDF_GetFinalPDFStatusCompletedDelegate; |
||
2725 | |||
2726 | c0977e97 | djkim | private BeginOperationDelegate onBeginFinalPDF_SetCurrentPageDelegate; |
2727 | |||
2728 | private EndOperationDelegate onEndFinalPDF_SetCurrentPageDelegate; |
||
2729 | |||
2730 | private System.Threading.SendOrPostCallback onFinalPDF_SetCurrentPageCompletedDelegate; |
||
2731 | |||
2732 | private BeginOperationDelegate onBeginFinalPDF_SetErrorDelegate; |
||
2733 | |||
2734 | private EndOperationDelegate onEndFinalPDF_SetErrorDelegate; |
||
2735 | |||
2736 | private System.Threading.SendOrPostCallback onFinalPDF_SetErrorCompletedDelegate; |
||
2737 | |||
2738 | private BeginOperationDelegate onBeginFinalPDF_SetFinalResultPathDelegate; |
||
2739 | |||
2740 | private EndOperationDelegate onEndFinalPDF_SetFinalResultPathDelegate; |
||
2741 | |||
2742 | private System.Threading.SendOrPostCallback onFinalPDF_SetFinalResultPathCompletedDelegate; |
||
2743 | |||
2744 | bae83c92 | taeseongkim | private BeginOperationDelegate onBeginSaveLogDelegate; |
2745 | |||
2746 | private EndOperationDelegate onEndSaveLogDelegate; |
||
2747 | |||
2748 | private System.Threading.SendOrPostCallback onSaveLogCompletedDelegate; |
||
2749 | |||
2750 | c0977e97 | djkim | private BeginOperationDelegate onBeginFinalPDF_GetCommentMemberDelegate; |
2751 | |||
2752 | private EndOperationDelegate onEndFinalPDF_GetCommentMemberDelegate; |
||
2753 | |||
2754 | private System.Threading.SendOrPostCallback onFinalPDF_GetCommentMemberCompletedDelegate; |
||
2755 | |||
2756 | private BeginOperationDelegate onBeginFinalPDF_GetPropertiesDelegate; |
||
2757 | |||
2758 | private EndOperationDelegate onEndFinalPDF_GetPropertiesDelegate; |
||
2759 | |||
2760 | private System.Threading.SendOrPostCallback onFinalPDF_GetPropertiesCompletedDelegate; |
||
2761 | |||
2762 | 6c781c0c | djkim | public ServiceDeepViewClient() { |
2763 | } |
||
2764 | |||
2765 | public ServiceDeepViewClient(string endpointConfigurationName) : |
||
2766 | base(endpointConfigurationName) { |
||
2767 | } |
||
2768 | |||
2769 | public ServiceDeepViewClient(string endpointConfigurationName, string remoteAddress) : |
||
2770 | base(endpointConfigurationName, remoteAddress) { |
||
2771 | } |
||
2772 | |||
2773 | public ServiceDeepViewClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) : |
||
2774 | base(endpointConfigurationName, remoteAddress) { |
||
2775 | } |
||
2776 | |||
2777 | public ServiceDeepViewClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) : |
||
2778 | base(binding, remoteAddress) { |
||
2779 | } |
||
2780 | |||
2781 | 264c9309 | ljiyeon | public event System.EventHandler<GetVersionDataCompletedEventArgs> GetVersionDataCompleted; |
2782 | |||
2783 | 6c781c0c | djkim | public event System.EventHandler<GetSystemDataCompletedEventArgs> GetSystemDataCompleted; |
2784 | |||
2785 | public event System.EventHandler<GetFavoriteVPCompletedEventArgs> GetFavoriteVPCompleted; |
||
2786 | |||
2787 | public event System.EventHandler<EditFavoriteVPCompletedEventArgs> EditFavoriteVPCompleted; |
||
2788 | |||
2789 | public event System.EventHandler<DelFavoriteVPCompletedEventArgs> DelFavoriteVPCompleted; |
||
2790 | |||
2791 | 0c575433 | taeseongkim | public event System.EventHandler<GetCompareRectsTargetSizeCompletedEventArgs> GetCompareRectsTargetSizeCompleted; |
2792 | |||
2793 | 6c781c0c | djkim | public event System.EventHandler<GetCompareRectCompletedEventArgs> GetCompareRectCompleted; |
2794 | |||
2795 | bae83c92 | taeseongkim | public event System.EventHandler<GetComparefixSizeCompletedEventArgs> GetComparefixSizeCompleted; |
2796 | |||
2797 | 6c781c0c | djkim | public event System.EventHandler<SetFinalPDFCompletedEventArgs> SetFinalPDFCompleted; |
2798 | |||
2799 | public event System.EventHandler<GetConversionStateCompletedEventArgs> GetConversionStateCompleted; |
||
2800 | |||
2801 | public event System.EventHandler<GetVPRevisionHistoryCompletedEventArgs> GetVPRevisionHistoryCompleted; |
||
2802 | |||
2803 | public event System.EventHandler<GetVPRevisionFirstOrDefaultCompletedEventArgs> GetVPRevisionFirstOrDefaultCompleted; |
||
2804 | |||
2805 | public event System.EventHandler<GetDocInfoCompletedEventArgs> GetDocInfoCompleted; |
||
2806 | |||
2807 | public event System.EventHandler<GetCheckSystemAdminCompletedEventArgs> GetCheckSystemAdminCompleted; |
||
2808 | |||
2809 | public event System.EventHandler<GetDocumentItemInfoCompletedEventArgs> GetDocumentItemInfoCompleted; |
||
2810 | |||
2811 | c0977e97 | djkim | public event System.EventHandler<GetDocItemIDCompletedEventArgs> GetDocItemIDCompleted; |
2812 | |||
2813 | 6c781c0c | djkim | public event System.EventHandler<GetMarkupInfoItemsCompletedEventArgs> GetMarkupInfoItemsCompleted; |
2814 | |||
2815 | public event System.EventHandler<GetSyncMarkupInfoItemsCompletedEventArgs> GetSyncMarkupInfoItemsCompleted; |
||
2816 | |||
2817 | public event System.EventHandler<GetUserDataCompletedEventArgs> GetUserDataCompleted; |
||
2818 | |||
2819 | public event System.EventHandler<GetDeptDataCompletedEventArgs> GetDeptDataCompleted; |
||
2820 | |||
2821 | public event System.EventHandler<DeleteMarkupCompletedEventArgs> DeleteMarkupCompleted; |
||
2822 | |||
2823 | public event System.EventHandler<SetFavoriteVPCompletedEventArgs> SetFavoriteVPCompleted; |
||
2824 | |||
2825 | public event System.EventHandler<SaveMarkupDataCompletedEventArgs> SaveMarkupDataCompleted; |
||
2826 | |||
2827 | 6b6e937c | taeseongkim | public event System.EventHandler<SavePageMarkupDataCompletedEventArgs> SavePageMarkupDataCompleted; |
2828 | |||
2829 | 53880c83 | ljiyeon | public event System.EventHandler<UpdateMarkupDataCompletedEventArgs> UpdateMarkupDataCompleted; |
2830 | |||
2831 | 6c781c0c | djkim | public event System.EventHandler<SaveSymbolCompletedEventArgs> SaveSymbolCompleted; |
2832 | |||
2833 | 498f0fc9 | ljiyeon | public event System.EventHandler<AddPublicSymbolCompletedEventArgs> AddPublicSymbolCompleted; |
2834 | |||
2835 | 6c781c0c | djkim | public event System.EventHandler<DeleteSymbolCompletedEventArgs> DeleteSymbolCompleted; |
2836 | |||
2837 | public event System.EventHandler<RenameSymbolCompletedEventArgs> RenameSymbolCompleted; |
||
2838 | |||
2839 | public event System.EventHandler<AddCheckListHistoryCompletedEventArgs> AddCheckListHistoryCompleted; |
||
2840 | |||
2841 | public event System.EventHandler<SaveCheckListHistoryCompletedEventArgs> SaveCheckListHistoryCompleted; |
||
2842 | |||
2843 | public event System.EventHandler<SaveCheckListCompletedEventArgs> SaveCheckListCompleted; |
||
2844 | |||
2845 | public event System.EventHandler<AddCheckListCompletedEventArgs> AddCheckListCompleted; |
||
2846 | |||
2847 | public event System.EventHandler<GetCheckListCompletedEventArgs> GetCheckListCompleted; |
||
2848 | |||
2849 | public event System.EventHandler<GetUserCheckListCompletedEventArgs> GetUserCheckListCompleted; |
||
2850 | |||
2851 | public event System.EventHandler<GetCheckListHistoryCompletedEventArgs> GetCheckListHistoryCompleted; |
||
2852 | |||
2853 | public event System.EventHandler<GetCheckListHistoryFirstOrDefaultCompletedEventArgs> GetCheckListHistoryFirstOrDefaultCompleted; |
||
2854 | |||
2855 | public event System.EventHandler<SavePageAngleCompletedEventArgs> SavePageAngleCompleted; |
||
2856 | |||
2857 | public event System.EventHandler<GetMarkupInfoCompletedEventArgs> GetMarkupInfoCompleted; |
||
2858 | |||
2859 | public event System.EventHandler<GetMarkupDataListperPageCompletedEventArgs> GetMarkupDataListperPageCompleted; |
||
2860 | |||
2861 | public event System.EventHandler<AddMarkupInfoCompletedEventArgs> AddMarkupInfoCompleted; |
||
2862 | |||
2863 | public event System.EventHandler<AddMarkupInfoVersionCompletedEventArgs> AddMarkupInfoVersionCompleted; |
||
2864 | |||
2865 | public event System.EventHandler<AddMarkupDataCompletedEventArgs> AddMarkupDataCompleted; |
||
2866 | |||
2867 | public event System.EventHandler<AvoidMarkupInfoCompletedEventArgs> AvoidMarkupInfoCompleted; |
||
2868 | |||
2869 | public event System.EventHandler<SaveMarkupInfoCompletedEventArgs> SaveMarkupInfoCompleted; |
||
2870 | |||
2871 | public event System.EventHandler<GetMarkupDataListCompletedEventArgs> GetMarkupDataListCompleted; |
||
2872 | |||
2873 | public event System.EventHandler<ConsolidateCompletedEventArgs> ConsolidateCompleted; |
||
2874 | |||
2875 | 53880c83 | ljiyeon | public event System.EventHandler<ConsolidateMergedPDFCompletedEventArgs> ConsolidateMergedPDFCompleted; |
2876 | |||
2877 | 119b58c6 | djkim | public event System.EventHandler<TeamConsolidateCompletedEventArgs> TeamConsolidateCompleted; |
2878 | |||
2879 | 6c781c0c | djkim | public event System.EventHandler<GetMemberCompletedEventArgs> GetMemberCompleted; |
2880 | |||
2881 | public event System.EventHandler<GetSymbolListCompletedEventArgs> GetSymbolListCompleted; |
||
2882 | |||
2883 | public event System.EventHandler<GetPublicSymbolDeptListCompletedEventArgs> GetPublicSymbolDeptListCompleted; |
||
2884 | |||
2885 | public event System.EventHandler<GetPublicSymbolListCompletedEventArgs> GetPublicSymbolListCompleted; |
||
2886 | |||
2887 | public event System.EventHandler<GetSymbolDataCompletedEventArgs> GetSymbolDataCompleted; |
||
2888 | |||
2889 | 53880c83 | ljiyeon | public event System.EventHandler<GetSymbolImageURLCompletedEventArgs> GetSymbolImageURLCompleted; |
2890 | |||
2891 | 6c781c0c | djkim | public event System.EventHandler<GetSignDataCompletedEventArgs> GetSignDataCompleted; |
2892 | |||
2893 | 74abcf6f | taeseongkim | public event System.EventHandler<GetSignStrokesCompletedEventArgs> GetSignStrokesCompleted; |
2894 | |||
2895 | cf1cc862 | taeseongkim | public event System.EventHandler<SetSignDataCompletedEventArgs> SetSignDataCompleted; |
2896 | |||
2897 | 74abcf6f | taeseongkim | public event System.EventHandler<SetSignStrokesCompletedEventArgs> SetSignStrokesCompleted; |
2898 | |||
2899 | 6c781c0c | djkim | public event System.EventHandler<GetProjectNameCompletedEventArgs> GetProjectNameCompleted; |
2900 | |||
2901 | public event System.EventHandler<GetPreRevSelectCompletedEventArgs> GetPreRevSelectCompleted; |
||
2902 | |||
2903 | public event System.EventHandler<GetDocInfoOneSelectCompletedEventArgs> GetDocInfoOneSelectCompleted; |
||
2904 | |||
2905 | public event System.EventHandler<GetPrintDocItemListCompletedEventArgs> GetPrintDocItemListCompleted; |
||
2906 | |||
2907 | 119b58c6 | djkim | public event System.EventHandler<AddMessageCompletedEventArgs> AddMessageCompleted; |
2908 | |||
2909 | public event System.EventHandler<GetMessageCompletedEventArgs> GetMessageCompleted; |
||
2910 | |||
2911 | c0977e97 | djkim | public event System.EventHandler<FinalPDF_GetDocinfoCompletedEventArgs> FinalPDF_GetDocinfoCompleted; |
2912 | |||
2913 | public event System.EventHandler<FinalPDF_GetDocumentItemCompletedEventArgs> FinalPDF_GetDocumentItemCompleted; |
||
2914 | |||
2915 | public event System.EventHandler<FinalPDF_GetMarkupdataCompletedEventArgs> FinalPDF_GetMarkupdataCompleted; |
||
2916 | |||
2917 | public event System.EventHandler<FinalPDF_GetMarkupinfoCompletedEventArgs> FinalPDF_GetMarkupinfoCompleted; |
||
2918 | |||
2919 | public event System.EventHandler<FinalPDF_GetFinalPDFsCompletedEventArgs> FinalPDF_GetFinalPDFsCompleted; |
||
2920 | |||
2921 | public event System.EventHandler<FinalPDF_GetDocpageCompletedEventArgs> FinalPDF_GetDocpageCompleted; |
||
2922 | |||
2923 | public event System.EventHandler<FinalPDF_SetFinalPDFStatusCompletedEventArgs> FinalPDF_SetFinalPDFStatusCompleted; |
||
2924 | |||
2925 | 3b62305d | ljiyeon | public event System.EventHandler<FinalPDF_GetFinalPDFStatusCompletedEventArgs> FinalPDF_GetFinalPDFStatusCompleted; |
2926 | |||
2927 | c0977e97 | djkim | public event System.EventHandler<FinalPDF_SetCurrentPageCompletedEventArgs> FinalPDF_SetCurrentPageCompleted; |
2928 | |||
2929 | public event System.EventHandler<FinalPDF_SetErrorCompletedEventArgs> FinalPDF_SetErrorCompleted; |
||
2930 | |||
2931 | public event System.EventHandler<FinalPDF_SetFinalResultPathCompletedEventArgs> FinalPDF_SetFinalResultPathCompleted; |
||
2932 | |||
2933 | bae83c92 | taeseongkim | public event System.EventHandler<SaveLogCompletedEventArgs> SaveLogCompleted; |
2934 | |||
2935 | c0977e97 | djkim | public event System.EventHandler<FinalPDF_GetCommentMemberCompletedEventArgs> FinalPDF_GetCommentMemberCompleted; |
2936 | |||
2937 | public event System.EventHandler<FinalPDF_GetPropertiesCompletedEventArgs> FinalPDF_GetPropertiesCompleted; |
||
2938 | |||
2939 | 264c9309 | ljiyeon | public string GetVersionData(bool is64BitProcess, string markusVer) { |
2940 | return base.Channel.GetVersionData(is64BitProcess, markusVer); |
||
2941 | } |
||
2942 | |||
2943 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
2944 | public System.IAsyncResult BeginGetVersionData(bool is64BitProcess, string markusVer, System.AsyncCallback callback, object asyncState) { |
||
2945 | return base.Channel.BeginGetVersionData(is64BitProcess, markusVer, callback, asyncState); |
||
2946 | } |
||
2947 | |||
2948 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
2949 | public string EndGetVersionData(System.IAsyncResult result) { |
||
2950 | return base.Channel.EndGetVersionData(result); |
||
2951 | } |
||
2952 | |||
2953 | private System.IAsyncResult OnBeginGetVersionData(object[] inValues, System.AsyncCallback callback, object asyncState) { |
||
2954 | bool is64BitProcess = ((bool)(inValues[0])); |
||
2955 | string markusVer = ((string)(inValues[1])); |
||
2956 | return this.BeginGetVersionData(is64BitProcess, markusVer, callback, asyncState); |
||
2957 | } |
||
2958 | |||
2959 | private object[] OnEndGetVersionData(System.IAsyncResult result) { |
||
2960 | string retVal = this.EndGetVersionData(result); |
||
2961 | return new object[] { |
||
2962 | retVal}; |
||
2963 | } |
||
2964 | |||
2965 | private void OnGetVersionDataCompleted(object state) { |
||
2966 | if ((this.GetVersionDataCompleted != null)) { |
||
2967 | InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
||
2968 | this.GetVersionDataCompleted(this, new GetVersionDataCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
||
2969 | } |
||
2970 | } |
||
2971 | |||
2972 | public void GetVersionDataAsync(bool is64BitProcess, string markusVer) { |
||
2973 | this.GetVersionDataAsync(is64BitProcess, markusVer, null); |
||
2974 | } |
||
2975 | |||
2976 | public void GetVersionDataAsync(bool is64BitProcess, string markusVer, object userState) { |
||
2977 | if ((this.onBeginGetVersionDataDelegate == null)) { |
||
2978 | this.onBeginGetVersionDataDelegate = new BeginOperationDelegate(this.OnBeginGetVersionData); |
||
2979 | } |
||
2980 | if ((this.onEndGetVersionDataDelegate == null)) { |
||
2981 | this.onEndGetVersionDataDelegate = new EndOperationDelegate(this.OnEndGetVersionData); |
||
2982 | } |
||
2983 | if ((this.onGetVersionDataCompletedDelegate == null)) { |
||
2984 | this.onGetVersionDataCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetVersionDataCompleted); |
||
2985 | } |
||
2986 | base.InvokeAsync(this.onBeginGetVersionDataDelegate, new object[] { |
||
2987 | is64BitProcess, |
||
2988 | markusVer}, this.onEndGetVersionDataDelegate, this.onGetVersionDataCompletedDelegate, userState); |
||
2989 | } |
||
2990 | |||
2991 | 6c781c0c | djkim | public IKCOM.KCOM_SystemInfo GetSystemData() { |
2992 | return base.Channel.GetSystemData(); |
||
2993 | } |
||
2994 | |||
2995 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
2996 | public System.IAsyncResult BeginGetSystemData(System.AsyncCallback callback, object asyncState) { |
||
2997 | return base.Channel.BeginGetSystemData(callback, asyncState); |
||
2998 | } |
||
2999 | |||
3000 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
3001 | public IKCOM.KCOM_SystemInfo EndGetSystemData(System.IAsyncResult result) { |
||
3002 | return base.Channel.EndGetSystemData(result); |
||
3003 | } |
||
3004 | |||
3005 | private System.IAsyncResult OnBeginGetSystemData(object[] inValues, System.AsyncCallback callback, object asyncState) { |
||
3006 | return this.BeginGetSystemData(callback, asyncState); |
||
3007 | } |
||
3008 | |||
3009 | private object[] OnEndGetSystemData(System.IAsyncResult result) { |
||
3010 | IKCOM.KCOM_SystemInfo retVal = this.EndGetSystemData(result); |
||
3011 | return new object[] { |
||
3012 | retVal}; |
||
3013 | } |
||
3014 | |||
3015 | private void OnGetSystemDataCompleted(object state) { |
||
3016 | if ((this.GetSystemDataCompleted != null)) { |
||
3017 | InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
||
3018 | this.GetSystemDataCompleted(this, new GetSystemDataCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
||
3019 | } |
||
3020 | } |
||
3021 | |||
3022 | public void GetSystemDataAsync() { |
||
3023 | this.GetSystemDataAsync(null); |
||
3024 | } |
||
3025 | |||
3026 | public void GetSystemDataAsync(object userState) { |
||
3027 | if ((this.onBeginGetSystemDataDelegate == null)) { |
||
3028 | this.onBeginGetSystemDataDelegate = new BeginOperationDelegate(this.OnBeginGetSystemData); |
||
3029 | } |
||
3030 | if ((this.onEndGetSystemDataDelegate == null)) { |
||
3031 | this.onEndGetSystemDataDelegate = new EndOperationDelegate(this.OnEndGetSystemData); |
||
3032 | } |
||
3033 | if ((this.onGetSystemDataCompletedDelegate == null)) { |
||
3034 | this.onGetSystemDataCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetSystemDataCompleted); |
||
3035 | } |
||
3036 | base.InvokeAsync(this.onBeginGetSystemDataDelegate, null, this.onEndGetSystemDataDelegate, this.onGetSystemDataCompletedDelegate, userState); |
||
3037 | } |
||
3038 | |||
3039 | public System.Collections.Generic.List<KCOMDataModel.DataModel.FAVORITE_DOC> GetFavoriteVP(string PrjNo, string userID, string sharepointItemID) { |
||
3040 | return base.Channel.GetFavoriteVP(PrjNo, userID, sharepointItemID); |
||
3041 | } |
||
3042 | |||
3043 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
3044 | public System.IAsyncResult BeginGetFavoriteVP(string PrjNo, string userID, string sharepointItemID, System.AsyncCallback callback, object asyncState) { |
||
3045 | return base.Channel.BeginGetFavoriteVP(PrjNo, userID, sharepointItemID, callback, asyncState); |
||
3046 | } |
||
3047 | |||
3048 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
3049 | public System.Collections.Generic.List<KCOMDataModel.DataModel.FAVORITE_DOC> EndGetFavoriteVP(System.IAsyncResult result) { |
||
3050 | return base.Channel.EndGetFavoriteVP(result); |
||
3051 | } |
||
3052 | |||
3053 | private System.IAsyncResult OnBeginGetFavoriteVP(object[] inValues, System.AsyncCallback callback, object asyncState) { |
||
3054 | string PrjNo = ((string)(inValues[0])); |
||
3055 | string userID = ((string)(inValues[1])); |
||
3056 | string sharepointItemID = ((string)(inValues[2])); |
||
3057 | return this.BeginGetFavoriteVP(PrjNo, userID, sharepointItemID, callback, asyncState); |
||
3058 | } |
||
3059 | |||
3060 | private object[] OnEndGetFavoriteVP(System.IAsyncResult result) { |
||
3061 | System.Collections.Generic.List<KCOMDataModel.DataModel.FAVORITE_DOC> retVal = this.EndGetFavoriteVP(result); |
||
3062 | return new object[] { |
||
3063 | retVal}; |
||
3064 | } |
||
3065 | |||
3066 | private void OnGetFavoriteVPCompleted(object state) { |
||
3067 | if ((this.GetFavoriteVPCompleted != null)) { |
||
3068 | InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
||
3069 | this.GetFavoriteVPCompleted(this, new GetFavoriteVPCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
||
3070 | } |
||
3071 | } |
||
3072 | |||
3073 | public void GetFavoriteVPAsync(string PrjNo, string userID, string sharepointItemID) { |
||
3074 | this.GetFavoriteVPAsync(PrjNo, userID, sharepointItemID, null); |
||
3075 | } |
||
3076 | |||
3077 | public void GetFavoriteVPAsync(string PrjNo, string userID, string sharepointItemID, object userState) { |
||
3078 | if ((this.onBeginGetFavoriteVPDelegate == null)) { |
||
3079 | this.onBeginGetFavoriteVPDelegate = new BeginOperationDelegate(this.OnBeginGetFavoriteVP); |
||
3080 | } |
||
3081 | if ((this.onEndGetFavoriteVPDelegate == null)) { |
||
3082 | this.onEndGetFavoriteVPDelegate = new EndOperationDelegate(this.OnEndGetFavoriteVP); |
||
3083 | } |
||
3084 | if ((this.onGetFavoriteVPCompletedDelegate == null)) { |
||
3085 | this.onGetFavoriteVPCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetFavoriteVPCompleted); |
||
3086 | } |
||
3087 | base.InvokeAsync(this.onBeginGetFavoriteVPDelegate, new object[] { |
||
3088 | PrjNo, |
||
3089 | userID, |
||
3090 | sharepointItemID}, this.onEndGetFavoriteVPDelegate, this.onGetFavoriteVPCompletedDelegate, userState); |
||
3091 | } |
||
3092 | |||
3093 | public bool EditFavoriteVP(string prjNo, string userID, string docID, int state, string description) { |
||
3094 | return base.Channel.EditFavoriteVP(prjNo, userID, docID, state, description); |
||
3095 | } |
||
3096 | |||
3097 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
3098 | public System.IAsyncResult BeginEditFavoriteVP(string prjNo, string userID, string docID, int state, string description, System.AsyncCallback callback, object asyncState) { |
||
3099 | return base.Channel.BeginEditFavoriteVP(prjNo, userID, docID, state, description, callback, asyncState); |
||
3100 | } |
||
3101 | |||
3102 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
3103 | public bool EndEditFavoriteVP(System.IAsyncResult result) { |
||
3104 | return base.Channel.EndEditFavoriteVP(result); |
||
3105 | } |
||
3106 | |||
3107 | private System.IAsyncResult OnBeginEditFavoriteVP(object[] inValues, System.AsyncCallback callback, object asyncState) { |
||
3108 | string prjNo = ((string)(inValues[0])); |
||
3109 | string userID = ((string)(inValues[1])); |
||
3110 | string docID = ((string)(inValues[2])); |
||
3111 | int state = ((int)(inValues[3])); |
||
3112 | string description = ((string)(inValues[4])); |
||
3113 | return this.BeginEditFavoriteVP(prjNo, userID, docID, state, description, callback, asyncState); |
||
3114 | } |
||
3115 | |||
3116 | private object[] OnEndEditFavoriteVP(System.IAsyncResult result) { |
||
3117 | bool retVal = this.EndEditFavoriteVP(result); |
||
3118 | return new object[] { |
||
3119 | retVal}; |
||
3120 | } |
||
3121 | |||
3122 | private void OnEditFavoriteVPCompleted(object state) { |
||
3123 | if ((this.EditFavoriteVPCompleted != null)) { |
||
3124 | InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
||
3125 | this.EditFavoriteVPCompleted(this, new EditFavoriteVPCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
||
3126 | } |
||
3127 | } |
||
3128 | |||
3129 | public void EditFavoriteVPAsync(string prjNo, string userID, string docID, int state, string description) { |
||
3130 | this.EditFavoriteVPAsync(prjNo, userID, docID, state, description, null); |
||
3131 | } |
||
3132 | |||
3133 | public void EditFavoriteVPAsync(string prjNo, string userID, string docID, int state, string description, object userState) { |
||
3134 | if ((this.onBeginEditFavoriteVPDelegate == null)) { |
||
3135 | this.onBeginEditFavoriteVPDelegate = new BeginOperationDelegate(this.OnBeginEditFavoriteVP); |
||
3136 | } |
||
3137 | if ((this.onEndEditFavoriteVPDelegate == null)) { |
||
3138 | this.onEndEditFavoriteVPDelegate = new EndOperationDelegate(this.OnEndEditFavoriteVP); |
||
3139 | } |
||
3140 | if ((this.onEditFavoriteVPCompletedDelegate == null)) { |
||
3141 | this.onEditFavoriteVPCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnEditFavoriteVPCompleted); |
||
3142 | } |
||
3143 | base.InvokeAsync(this.onBeginEditFavoriteVPDelegate, new object[] { |
||
3144 | prjNo, |
||
3145 | userID, |
||
3146 | docID, |
||
3147 | state, |
||
3148 | description}, this.onEndEditFavoriteVPDelegate, this.onEditFavoriteVPCompletedDelegate, userState); |
||
3149 | } |
||
3150 | |||
3151 | public bool DelFavoriteVP(string prjNo, string userID, int SavePageNo, string docID) { |
||
3152 | return base.Channel.DelFavoriteVP(prjNo, userID, SavePageNo, docID); |
||
3153 | } |
||
3154 | |||
3155 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
3156 | public System.IAsyncResult BeginDelFavoriteVP(string prjNo, string userID, int SavePageNo, string docID, System.AsyncCallback callback, object asyncState) { |
||
3157 | return base.Channel.BeginDelFavoriteVP(prjNo, userID, SavePageNo, docID, callback, asyncState); |
||
3158 | } |
||
3159 | |||
3160 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
3161 | public bool EndDelFavoriteVP(System.IAsyncResult result) { |
||
3162 | return base.Channel.EndDelFavoriteVP(result); |
||
3163 | } |
||
3164 | |||
3165 | private System.IAsyncResult OnBeginDelFavoriteVP(object[] inValues, System.AsyncCallback callback, object asyncState) { |
||
3166 | string prjNo = ((string)(inValues[0])); |
||
3167 | string userID = ((string)(inValues[1])); |
||
3168 | int SavePageNo = ((int)(inValues[2])); |
||
3169 | string docID = ((string)(inValues[3])); |
||
3170 | return this.BeginDelFavoriteVP(prjNo, userID, SavePageNo, docID, callback, asyncState); |
||
3171 | } |
||
3172 | |||
3173 | private object[] OnEndDelFavoriteVP(System.IAsyncResult result) { |
||
3174 | bool retVal = this.EndDelFavoriteVP(result); |
||
3175 | return new object[] { |
||
3176 | retVal}; |
||
3177 | } |
||
3178 | |||
3179 | private void OnDelFavoriteVPCompleted(object state) { |
||
3180 | if ((this.DelFavoriteVPCompleted != null)) { |
||
3181 | InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
||
3182 | this.DelFavoriteVPCompleted(this, new DelFavoriteVPCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
||
3183 | } |
||
3184 | } |
||
3185 | |||
3186 | public void DelFavoriteVPAsync(string prjNo, string userID, int SavePageNo, string docID) { |
||
3187 | this.DelFavoriteVPAsync(prjNo, userID, SavePageNo, docID, null); |
||
3188 | } |
||
3189 | |||
3190 | public void DelFavoriteVPAsync(string prjNo, string userID, int SavePageNo, string docID, object userState) { |
||
3191 | if ((this.onBeginDelFavoriteVPDelegate == null)) { |
||
3192 | this.onBeginDelFavoriteVPDelegate = new BeginOperationDelegate(this.OnBeginDelFavoriteVP); |
||
3193 | } |
||
3194 | if ((this.onEndDelFavoriteVPDelegate == null)) { |
||
3195 | this.onEndDelFavoriteVPDelegate = new EndOperationDelegate(this.OnEndDelFavoriteVP); |
||
3196 | } |
||
3197 | if ((this.onDelFavoriteVPCompletedDelegate == null)) { |
||
3198 | this.onDelFavoriteVPCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnDelFavoriteVPCompleted); |
||
3199 | } |
||
3200 | base.InvokeAsync(this.onBeginDelFavoriteVPDelegate, new object[] { |
||
3201 | prjNo, |
||
3202 | userID, |
||
3203 | SavePageNo, |
||
3204 | docID}, this.onEndDelFavoriteVPDelegate, this.onDelFavoriteVPCompletedDelegate, userState); |
||
3205 | } |
||
3206 | |||
3207 | 0c575433 | taeseongkim | public System.Collections.Generic.List<System.Windows.Rect> GetCompareRectsTargetSize(string projectNo, string originDocItem_ID, string targetDocItem_ID, string originPageNo, string targetPageNo, bool IsResultTargatSize, string isInternalAddress) { |
3208 | return base.Channel.GetCompareRectsTargetSize(projectNo, originDocItem_ID, targetDocItem_ID, originPageNo, targetPageNo, IsResultTargatSize, isInternalAddress); |
||
3209 | } |
||
3210 | |||
3211 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
3212 | public System.IAsyncResult BeginGetCompareRectsTargetSize(string projectNo, string originDocItem_ID, string targetDocItem_ID, string originPageNo, string targetPageNo, bool IsResultTargatSize, string isInternalAddress, System.AsyncCallback callback, object asyncState) { |
||
3213 | return base.Channel.BeginGetCompareRectsTargetSize(projectNo, originDocItem_ID, targetDocItem_ID, originPageNo, targetPageNo, IsResultTargatSize, isInternalAddress, callback, asyncState); |
||
3214 | } |
||
3215 | |||
3216 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
3217 | public System.Collections.Generic.List<System.Windows.Rect> EndGetCompareRectsTargetSize(System.IAsyncResult result) { |
||
3218 | return base.Channel.EndGetCompareRectsTargetSize(result); |
||
3219 | } |
||
3220 | |||
3221 | private System.IAsyncResult OnBeginGetCompareRectsTargetSize(object[] inValues, System.AsyncCallback callback, object asyncState) { |
||
3222 | string projectNo = ((string)(inValues[0])); |
||
3223 | string originDocItem_ID = ((string)(inValues[1])); |
||
3224 | string targetDocItem_ID = ((string)(inValues[2])); |
||
3225 | string originPageNo = ((string)(inValues[3])); |
||
3226 | string targetPageNo = ((string)(inValues[4])); |
||
3227 | bool IsResultTargatSize = ((bool)(inValues[5])); |
||
3228 | string isInternalAddress = ((string)(inValues[6])); |
||
3229 | return this.BeginGetCompareRectsTargetSize(projectNo, originDocItem_ID, targetDocItem_ID, originPageNo, targetPageNo, IsResultTargatSize, isInternalAddress, callback, asyncState); |
||
3230 | } |
||
3231 | |||
3232 | private object[] OnEndGetCompareRectsTargetSize(System.IAsyncResult result) { |
||
3233 | System.Collections.Generic.List<System.Windows.Rect> retVal = this.EndGetCompareRectsTargetSize(result); |
||
3234 | return new object[] { |
||
3235 | retVal}; |
||
3236 | } |
||
3237 | |||
3238 | private void OnGetCompareRectsTargetSizeCompleted(object state) { |
||
3239 | if ((this.GetCompareRectsTargetSizeCompleted != null)) { |
||
3240 | InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
||
3241 | this.GetCompareRectsTargetSizeCompleted(this, new GetCompareRectsTargetSizeCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
||
3242 | } |
||
3243 | } |
||
3244 | |||
3245 | public void GetCompareRectsTargetSizeAsync(string projectNo, string originDocItem_ID, string targetDocItem_ID, string originPageNo, string targetPageNo, bool IsResultTargatSize, string isInternalAddress) { |
||
3246 | this.GetCompareRectsTargetSizeAsync(projectNo, originDocItem_ID, targetDocItem_ID, originPageNo, targetPageNo, IsResultTargatSize, isInternalAddress, null); |
||
3247 | } |
||
3248 | |||
3249 | public void GetCompareRectsTargetSizeAsync(string projectNo, string originDocItem_ID, string targetDocItem_ID, string originPageNo, string targetPageNo, bool IsResultTargatSize, string isInternalAddress, object userState) { |
||
3250 | if ((this.onBeginGetCompareRectsTargetSizeDelegate == null)) { |
||
3251 | this.onBeginGetCompareRectsTargetSizeDelegate = new BeginOperationDelegate(this.OnBeginGetCompareRectsTargetSize); |
||
3252 | } |
||
3253 | if ((this.onEndGetCompareRectsTargetSizeDelegate == null)) { |
||
3254 | this.onEndGetCompareRectsTargetSizeDelegate = new EndOperationDelegate(this.OnEndGetCompareRectsTargetSize); |
||
3255 | } |
||
3256 | if ((this.onGetCompareRectsTargetSizeCompletedDelegate == null)) { |
||
3257 | this.onGetCompareRectsTargetSizeCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetCompareRectsTargetSizeCompleted); |
||
3258 | } |
||
3259 | base.InvokeAsync(this.onBeginGetCompareRectsTargetSizeDelegate, new object[] { |
||
3260 | projectNo, |
||
3261 | originDocItem_ID, |
||
3262 | targetDocItem_ID, |
||
3263 | originPageNo, |
||
3264 | targetPageNo, |
||
3265 | IsResultTargatSize, |
||
3266 | isInternalAddress}, this.onEndGetCompareRectsTargetSizeDelegate, this.onGetCompareRectsTargetSizeCompletedDelegate, userState); |
||
3267 | } |
||
3268 | |||
3269 | 6c781c0c | djkim | public System.Collections.Generic.List<System.Windows.Rect> GetCompareRect(string projectNo, string originDocItem_ID, string targetDocItem_ID, string originPageNo, string targetPageNo, string isInternalAddress) { |
3270 | return base.Channel.GetCompareRect(projectNo, originDocItem_ID, targetDocItem_ID, originPageNo, targetPageNo, isInternalAddress); |
||
3271 | } |
||
3272 | |||
3273 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
3274 | public System.IAsyncResult BeginGetCompareRect(string projectNo, string originDocItem_ID, string targetDocItem_ID, string originPageNo, string targetPageNo, string isInternalAddress, System.AsyncCallback callback, object asyncState) { |
||
3275 | return base.Channel.BeginGetCompareRect(projectNo, originDocItem_ID, targetDocItem_ID, originPageNo, targetPageNo, isInternalAddress, callback, asyncState); |
||
3276 | } |
||
3277 | |||
3278 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
3279 | public System.Collections.Generic.List<System.Windows.Rect> EndGetCompareRect(System.IAsyncResult result) { |
||
3280 | return base.Channel.EndGetCompareRect(result); |
||
3281 | } |
||
3282 | |||
3283 | private System.IAsyncResult OnBeginGetCompareRect(object[] inValues, System.AsyncCallback callback, object asyncState) { |
||
3284 | string projectNo = ((string)(inValues[0])); |
||
3285 | string originDocItem_ID = ((string)(inValues[1])); |
||
3286 | string targetDocItem_ID = ((string)(inValues[2])); |
||
3287 | string originPageNo = ((string)(inValues[3])); |
||
3288 | string targetPageNo = ((string)(inValues[4])); |
||
3289 | string isInternalAddress = ((string)(inValues[5])); |
||
3290 | return this.BeginGetCompareRect(projectNo, originDocItem_ID, targetDocItem_ID, originPageNo, targetPageNo, isInternalAddress, callback, asyncState); |
||
3291 | } |
||
3292 | |||
3293 | private object[] OnEndGetCompareRect(System.IAsyncResult result) { |
||
3294 | System.Collections.Generic.List<System.Windows.Rect> retVal = this.EndGetCompareRect(result); |
||
3295 | return new object[] { |
||
3296 | retVal}; |
||
3297 | } |
||
3298 | |||
3299 | private void OnGetCompareRectCompleted(object state) { |
||
3300 | if ((this.GetCompareRectCompleted != null)) { |
||
3301 | InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
||
3302 | this.GetCompareRectCompleted(this, new GetCompareRectCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
||
3303 | } |
||
3304 | } |
||
3305 | |||
3306 | public void GetCompareRectAsync(string projectNo, string originDocItem_ID, string targetDocItem_ID, string originPageNo, string targetPageNo, string isInternalAddress) { |
||
3307 | this.GetCompareRectAsync(projectNo, originDocItem_ID, targetDocItem_ID, originPageNo, targetPageNo, isInternalAddress, null); |
||
3308 | } |
||
3309 | |||
3310 | public void GetCompareRectAsync(string projectNo, string originDocItem_ID, string targetDocItem_ID, string originPageNo, string targetPageNo, string isInternalAddress, object userState) { |
||
3311 | if ((this.onBeginGetCompareRectDelegate == null)) { |
||
3312 | this.onBeginGetCompareRectDelegate = new BeginOperationDelegate(this.OnBeginGetCompareRect); |
||
3313 | } |
||
3314 | if ((this.onEndGetCompareRectDelegate == null)) { |
||
3315 | this.onEndGetCompareRectDelegate = new EndOperationDelegate(this.OnEndGetCompareRect); |
||
3316 | } |
||
3317 | if ((this.onGetCompareRectCompletedDelegate == null)) { |
||
3318 | this.onGetCompareRectCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetCompareRectCompleted); |
||
3319 | } |
||
3320 | base.InvokeAsync(this.onBeginGetCompareRectDelegate, new object[] { |
||
3321 | projectNo, |
||
3322 | originDocItem_ID, |
||
3323 | targetDocItem_ID, |
||
3324 | originPageNo, |
||
3325 | targetPageNo, |
||
3326 | isInternalAddress}, this.onEndGetCompareRectDelegate, this.onGetCompareRectCompletedDelegate, userState); |
||
3327 | } |
||
3328 | |||
3329 | bae83c92 | taeseongkim | public System.Collections.Generic.List<System.Windows.Rect> GetComparefixSize(string projectNo, string originDocItem_ID, string targetDocItem_ID, string originPageNo, string targetPageNo, System.Windows.Size FixSize, string isInternalAddress) { |
3330 | return base.Channel.GetComparefixSize(projectNo, originDocItem_ID, targetDocItem_ID, originPageNo, targetPageNo, FixSize, isInternalAddress); |
||
3331 | } |
||
3332 | |||
3333 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
3334 | public System.IAsyncResult BeginGetComparefixSize(string projectNo, string originDocItem_ID, string targetDocItem_ID, string originPageNo, string targetPageNo, System.Windows.Size FixSize, string isInternalAddress, System.AsyncCallback callback, object asyncState) { |
||
3335 | return base.Channel.BeginGetComparefixSize(projectNo, originDocItem_ID, targetDocItem_ID, originPageNo, targetPageNo, FixSize, isInternalAddress, callback, asyncState); |
||
3336 | } |
||
3337 | |||
3338 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
3339 | public System.Collections.Generic.List<System.Windows.Rect> EndGetComparefixSize(System.IAsyncResult result) { |
||
3340 | return base.Channel.EndGetComparefixSize(result); |
||
3341 | } |
||
3342 | |||
3343 | private System.IAsyncResult OnBeginGetComparefixSize(object[] inValues, System.AsyncCallback callback, object asyncState) { |
||
3344 | string projectNo = ((string)(inValues[0])); |
||
3345 | string originDocItem_ID = ((string)(inValues[1])); |
||
3346 | string targetDocItem_ID = ((string)(inValues[2])); |
||
3347 | string originPageNo = ((string)(inValues[3])); |
||
3348 | string targetPageNo = ((string)(inValues[4])); |
||
3349 | System.Windows.Size FixSize = ((System.Windows.Size)(inValues[5])); |
||
3350 | string isInternalAddress = ((string)(inValues[6])); |
||
3351 | return this.BeginGetComparefixSize(projectNo, originDocItem_ID, targetDocItem_ID, originPageNo, targetPageNo, FixSize, isInternalAddress, callback, asyncState); |
||
3352 | } |
||
3353 | |||
3354 | private object[] OnEndGetComparefixSize(System.IAsyncResult result) { |
||
3355 | System.Collections.Generic.List<System.Windows.Rect> retVal = this.EndGetComparefixSize(result); |
||
3356 | return new object[] { |
||
3357 | retVal}; |
||
3358 | } |
||
3359 | |||
3360 | private void OnGetComparefixSizeCompleted(object state) { |
||
3361 | if ((this.GetComparefixSizeCompleted != null)) { |
||
3362 | InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
||
3363 | this.GetComparefixSizeCompleted(this, new GetComparefixSizeCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
||
3364 | } |
||
3365 | } |
||
3366 | |||
3367 | public void GetComparefixSizeAsync(string projectNo, string originDocItem_ID, string targetDocItem_ID, string originPageNo, string targetPageNo, System.Windows.Size FixSize, string isInternalAddress) { |
||
3368 | this.GetComparefixSizeAsync(projectNo, originDocItem_ID, targetDocItem_ID, originPageNo, targetPageNo, FixSize, isInternalAddress, null); |
||
3369 | } |
||
3370 | |||
3371 | public void GetComparefixSizeAsync(string projectNo, string originDocItem_ID, string targetDocItem_ID, string originPageNo, string targetPageNo, System.Windows.Size FixSize, string isInternalAddress, object userState) { |
||
3372 | if ((this.onBeginGetComparefixSizeDelegate == null)) { |
||
3373 | this.onBeginGetComparefixSizeDelegate = new BeginOperationDelegate(this.OnBeginGetComparefixSize); |
||
3374 | } |
||
3375 | if ((this.onEndGetComparefixSizeDelegate == null)) { |
||
3376 | this.onEndGetComparefixSizeDelegate = new EndOperationDelegate(this.OnEndGetComparefixSize); |
||
3377 | } |
||
3378 | if ((this.onGetComparefixSizeCompletedDelegate == null)) { |
||
3379 | this.onGetComparefixSizeCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetComparefixSizeCompleted); |
||
3380 | } |
||
3381 | base.InvokeAsync(this.onBeginGetComparefixSizeDelegate, new object[] { |
||
3382 | projectNo, |
||
3383 | originDocItem_ID, |
||
3384 | targetDocItem_ID, |
||
3385 | originPageNo, |
||
3386 | targetPageNo, |
||
3387 | FixSize, |
||
3388 | isInternalAddress}, this.onEndGetComparefixSizeDelegate, this.onGetComparefixSizeCompletedDelegate, userState); |
||
3389 | } |
||
3390 | |||
3391 | 6c781c0c | djkim | public KCOM.ServiceDeepView.FinalPDFResult SetFinalPDF(string ProjectNo, string DocInfoID, string MarkupInfoID, string CreateUserID) { |
3392 | return base.Channel.SetFinalPDF(ProjectNo, DocInfoID, MarkupInfoID, CreateUserID); |
||
3393 | } |
||
3394 | |||
3395 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
3396 | public System.IAsyncResult BeginSetFinalPDF(string ProjectNo, string DocInfoID, string MarkupInfoID, string CreateUserID, System.AsyncCallback callback, object asyncState) { |
||
3397 | return base.Channel.BeginSetFinalPDF(ProjectNo, DocInfoID, MarkupInfoID, CreateUserID, callback, asyncState); |
||
3398 | } |
||
3399 | |||
3400 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
3401 | public KCOM.ServiceDeepView.FinalPDFResult EndSetFinalPDF(System.IAsyncResult result) { |
||
3402 | return base.Channel.EndSetFinalPDF(result); |
||
3403 | } |
||
3404 | |||
3405 | private System.IAsyncResult OnBeginSetFinalPDF(object[] inValues, System.AsyncCallback callback, object asyncState) { |
||
3406 | string ProjectNo = ((string)(inValues[0])); |
||
3407 | string DocInfoID = ((string)(inValues[1])); |
||
3408 | string MarkupInfoID = ((string)(inValues[2])); |
||
3409 | string CreateUserID = ((string)(inValues[3])); |
||
3410 | return this.BeginSetFinalPDF(ProjectNo, DocInfoID, MarkupInfoID, CreateUserID, callback, asyncState); |
||
3411 | } |
||
3412 | |||
3413 | private object[] OnEndSetFinalPDF(System.IAsyncResult result) { |
||
3414 | KCOM.ServiceDeepView.FinalPDFResult retVal = this.EndSetFinalPDF(result); |
||
3415 | return new object[] { |
||
3416 | retVal}; |
||
3417 | } |
||
3418 | |||
3419 | private void OnSetFinalPDFCompleted(object state) { |
||
3420 | if ((this.SetFinalPDFCompleted != null)) { |
||
3421 | InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
||
3422 | this.SetFinalPDFCompleted(this, new SetFinalPDFCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
||
3423 | } |
||
3424 | } |
||
3425 | |||
3426 | public void SetFinalPDFAsync(string ProjectNo, string DocInfoID, string MarkupInfoID, string CreateUserID) { |
||
3427 | this.SetFinalPDFAsync(ProjectNo, DocInfoID, MarkupInfoID, CreateUserID, null); |
||
3428 | } |
||
3429 | |||
3430 | public void SetFinalPDFAsync(string ProjectNo, string DocInfoID, string MarkupInfoID, string CreateUserID, object userState) { |
||
3431 | if ((this.onBeginSetFinalPDFDelegate == null)) { |
||
3432 | this.onBeginSetFinalPDFDelegate = new BeginOperationDelegate(this.OnBeginSetFinalPDF); |
||
3433 | } |
||
3434 | if ((this.onEndSetFinalPDFDelegate == null)) { |
||
3435 | this.onEndSetFinalPDFDelegate = new EndOperationDelegate(this.OnEndSetFinalPDF); |
||
3436 | } |
||
3437 | if ((this.onSetFinalPDFCompletedDelegate == null)) { |
||
3438 | this.onSetFinalPDFCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnSetFinalPDFCompleted); |
||
3439 | } |
||
3440 | base.InvokeAsync(this.onBeginSetFinalPDFDelegate, new object[] { |
||
3441 | ProjectNo, |
||
3442 | DocInfoID, |
||
3443 | MarkupInfoID, |
||
3444 | CreateUserID}, this.onEndSetFinalPDFDelegate, this.onSetFinalPDFCompletedDelegate, userState); |
||
3445 | } |
||
3446 | |||
3447 | public bool GetConversionState(IKCOM.KCOM_BasicParam param) { |
||
3448 | return base.Channel.GetConversionState(param); |
||
3449 | } |
||
3450 | |||
3451 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
3452 | public System.IAsyncResult BeginGetConversionState(IKCOM.KCOM_BasicParam param, System.AsyncCallback callback, object asyncState) { |
||
3453 | return base.Channel.BeginGetConversionState(param, callback, asyncState); |
||
3454 | } |
||
3455 | |||
3456 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
3457 | public bool EndGetConversionState(System.IAsyncResult result) { |
||
3458 | return base.Channel.EndGetConversionState(result); |
||
3459 | } |
||
3460 | |||
3461 | private System.IAsyncResult OnBeginGetConversionState(object[] inValues, System.AsyncCallback callback, object asyncState) { |
||
3462 | IKCOM.KCOM_BasicParam param = ((IKCOM.KCOM_BasicParam)(inValues[0])); |
||
3463 | return this.BeginGetConversionState(param, callback, asyncState); |
||
3464 | } |
||
3465 | |||
3466 | private object[] OnEndGetConversionState(System.IAsyncResult result) { |
||
3467 | bool retVal = this.EndGetConversionState(result); |
||
3468 | return new object[] { |
||
3469 | retVal}; |
||
3470 | } |
||
3471 | |||
3472 | private void OnGetConversionStateCompleted(object state) { |
||
3473 | if ((this.GetConversionStateCompleted != null)) { |
||
3474 | InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
||
3475 | this.GetConversionStateCompleted(this, new GetConversionStateCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
||
3476 | } |
||
3477 | } |
||
3478 | |||
3479 | public void GetConversionStateAsync(IKCOM.KCOM_BasicParam param) { |
||
3480 | this.GetConversionStateAsync(param, null); |
||
3481 | } |
||
3482 | |||
3483 | public void GetConversionStateAsync(IKCOM.KCOM_BasicParam param, object userState) { |
||
3484 | if ((this.onBeginGetConversionStateDelegate == null)) { |
||
3485 | this.onBeginGetConversionStateDelegate = new BeginOperationDelegate(this.OnBeginGetConversionState); |
||
3486 | } |
||
3487 | if ((this.onEndGetConversionStateDelegate == null)) { |
||
3488 | this.onEndGetConversionStateDelegate = new EndOperationDelegate(this.OnEndGetConversionState); |
||
3489 | } |
||
3490 | if ((this.onGetConversionStateCompletedDelegate == null)) { |
||
3491 | this.onGetConversionStateCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetConversionStateCompleted); |
||
3492 | } |
||
3493 | base.InvokeAsync(this.onBeginGetConversionStateDelegate, new object[] { |
||
3494 | param}, this.onEndGetConversionStateDelegate, this.onGetConversionStateCompletedDelegate, userState); |
||
3495 | } |
||
3496 | |||
3497 | public System.Collections.Generic.List<IKCOM.VPRevision> GetVPRevisionHistory(string ProjectNo, string vpNo, string DocumentId) { |
||
3498 | return base.Channel.GetVPRevisionHistory(ProjectNo, vpNo, DocumentId); |
||
3499 | } |
||
3500 | |||
3501 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
3502 | public System.IAsyncResult BeginGetVPRevisionHistory(string ProjectNo, string vpNo, string DocumentId, System.AsyncCallback callback, object asyncState) { |
||
3503 | return base.Channel.BeginGetVPRevisionHistory(ProjectNo, vpNo, DocumentId, callback, asyncState); |
||
3504 | } |
||
3505 | |||
3506 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
3507 | public System.Collections.Generic.List<IKCOM.VPRevision> EndGetVPRevisionHistory(System.IAsyncResult result) { |
||
3508 | return base.Channel.EndGetVPRevisionHistory(result); |
||
3509 | } |
||
3510 | |||
3511 | private System.IAsyncResult OnBeginGetVPRevisionHistory(object[] inValues, System.AsyncCallback callback, object asyncState) { |
||
3512 | string ProjectNo = ((string)(inValues[0])); |
||
3513 | string vpNo = ((string)(inValues[1])); |
||
3514 | string DocumentId = ((string)(inValues[2])); |
||
3515 | return this.BeginGetVPRevisionHistory(ProjectNo, vpNo, DocumentId, callback, asyncState); |
||
3516 | } |
||
3517 | |||
3518 | private object[] OnEndGetVPRevisionHistory(System.IAsyncResult result) { |
||
3519 | System.Collections.Generic.List<IKCOM.VPRevision> retVal = this.EndGetVPRevisionHistory(result); |
||
3520 | return new object[] { |
||
3521 | retVal}; |
||
3522 | } |
||
3523 | |||
3524 | private void OnGetVPRevisionHistoryCompleted(object state) { |
||
3525 | if ((this.GetVPRevisionHistoryCompleted != null)) { |
||
3526 | InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
||
3527 | this.GetVPRevisionHistoryCompleted(this, new GetVPRevisionHistoryCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
||
3528 | } |
||
3529 | } |
||
3530 | |||
3531 | public void GetVPRevisionHistoryAsync(string ProjectNo, string vpNo, string DocumentId) { |
||
3532 | this.GetVPRevisionHistoryAsync(ProjectNo, vpNo, DocumentId, null); |
||
3533 | } |
||
3534 | |||
3535 | public void GetVPRevisionHistoryAsync(string ProjectNo, string vpNo, string DocumentId, object userState) { |
||
3536 | if ((this.onBeginGetVPRevisionHistoryDelegate == null)) { |
||
3537 | this.onBeginGetVPRevisionHistoryDelegate = new BeginOperationDelegate(this.OnBeginGetVPRevisionHistory); |
||
3538 | } |
||
3539 | if ((this.onEndGetVPRevisionHistoryDelegate == null)) { |
||
3540 | this.onEndGetVPRevisionHistoryDelegate = new EndOperationDelegate(this.OnEndGetVPRevisionHistory); |
||
3541 | } |
||
3542 | if ((this.onGetVPRevisionHistoryCompletedDelegate == null)) { |
||
3543 | this.onGetVPRevisionHistoryCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetVPRevisionHistoryCompleted); |
||
3544 | } |
||
3545 | base.InvokeAsync(this.onBeginGetVPRevisionHistoryDelegate, new object[] { |
||
3546 | ProjectNo, |
||
3547 | vpNo, |
||
3548 | DocumentId}, this.onEndGetVPRevisionHistoryDelegate, this.onGetVPRevisionHistoryCompletedDelegate, userState); |
||
3549 | } |
||
3550 | |||
3551 | public IKCOM.VPRevision GetVPRevisionFirstOrDefault(string ProjectNo, string DocumentId) { |
||
3552 | return base.Channel.GetVPRevisionFirstOrDefault(ProjectNo, DocumentId); |
||
3553 | } |
||
3554 | |||
3555 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
3556 | public System.IAsyncResult BeginGetVPRevisionFirstOrDefault(string ProjectNo, string DocumentId, System.AsyncCallback callback, object asyncState) { |
||
3557 | return base.Channel.BeginGetVPRevisionFirstOrDefault(ProjectNo, DocumentId, callback, asyncState); |
||
3558 | } |
||
3559 | |||
3560 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
3561 | public IKCOM.VPRevision EndGetVPRevisionFirstOrDefault(System.IAsyncResult result) { |
||
3562 | return base.Channel.EndGetVPRevisionFirstOrDefault(result); |
||
3563 | } |
||
3564 | |||
3565 | private System.IAsyncResult OnBeginGetVPRevisionFirstOrDefault(object[] inValues, System.AsyncCallback callback, object asyncState) { |
||
3566 | string ProjectNo = ((string)(inValues[0])); |
||
3567 | string DocumentId = ((string)(inValues[1])); |
||
3568 | return this.BeginGetVPRevisionFirstOrDefault(ProjectNo, DocumentId, callback, asyncState); |
||
3569 | } |
||
3570 | |||
3571 | private object[] OnEndGetVPRevisionFirstOrDefault(System.IAsyncResult result) { |
||
3572 | IKCOM.VPRevision retVal = this.EndGetVPRevisionFirstOrDefault(result); |
||
3573 | return new object[] { |
||
3574 | retVal}; |
||
3575 | } |
||
3576 | |||
3577 | private void OnGetVPRevisionFirstOrDefaultCompleted(object state) { |
||
3578 | if ((this.GetVPRevisionFirstOrDefaultCompleted != null)) { |
||
3579 | InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
||
3580 | this.GetVPRevisionFirstOrDefaultCompleted(this, new GetVPRevisionFirstOrDefaultCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
||
3581 | } |
||
3582 | } |
||
3583 | |||
3584 | public void GetVPRevisionFirstOrDefaultAsync(string ProjectNo, string DocumentId) { |
||
3585 | this.GetVPRevisionFirstOrDefaultAsync(ProjectNo, DocumentId, null); |
||
3586 | } |
||
3587 | |||
3588 | public void GetVPRevisionFirstOrDefaultAsync(string ProjectNo, string DocumentId, object userState) { |
||
3589 | if ((this.onBeginGetVPRevisionFirstOrDefaultDelegate == null)) { |
||
3590 | this.onBeginGetVPRevisionFirstOrDefaultDelegate = new BeginOperationDelegate(this.OnBeginGetVPRevisionFirstOrDefault); |
||
3591 | } |
||
3592 | if ((this.onEndGetVPRevisionFirstOrDefaultDelegate == null)) { |
||
3593 | this.onEndGetVPRevisionFirstOrDefaultDelegate = new EndOperationDelegate(this.OnEndGetVPRevisionFirstOrDefault); |
||
3594 | } |
||
3595 | if ((this.onGetVPRevisionFirstOrDefaultCompletedDelegate == null)) { |
||
3596 | this.onGetVPRevisionFirstOrDefaultCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetVPRevisionFirstOrDefaultCompleted); |
||
3597 | } |
||
3598 | base.InvokeAsync(this.onBeginGetVPRevisionFirstOrDefaultDelegate, new object[] { |
||
3599 | ProjectNo, |
||
3600 | DocumentId}, this.onEndGetVPRevisionFirstOrDefaultDelegate, this.onGetVPRevisionFirstOrDefaultCompletedDelegate, userState); |
||
3601 | } |
||
3602 | |||
3603 | public KCOMDataModel.DataModel.DOCINFO GetDocInfo(IKCOM.KCOM_BasicParam param) { |
||
3604 | return base.Channel.GetDocInfo(param); |
||
3605 | } |
||
3606 | |||
3607 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
3608 | public System.IAsyncResult BeginGetDocInfo(IKCOM.KCOM_BasicParam param, System.AsyncCallback callback, object asyncState) { |
||
3609 | return base.Channel.BeginGetDocInfo(param, callback, asyncState); |
||
3610 | } |
||
3611 | |||
3612 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
3613 | public KCOMDataModel.DataModel.DOCINFO EndGetDocInfo(System.IAsyncResult result) { |
||
3614 | return base.Channel.EndGetDocInfo(result); |
||
3615 | } |
||
3616 | |||
3617 | private System.IAsyncResult OnBeginGetDocInfo(object[] inValues, System.AsyncCallback callback, object asyncState) { |
||
3618 | IKCOM.KCOM_BasicParam param = ((IKCOM.KCOM_BasicParam)(inValues[0])); |
||
3619 | return this.BeginGetDocInfo(param, callback, asyncState); |
||
3620 | } |
||
3621 | |||
3622 | private object[] OnEndGetDocInfo(System.IAsyncResult result) { |
||
3623 | KCOMDataModel.DataModel.DOCINFO retVal = this.EndGetDocInfo(result); |
||
3624 | return new object[] { |
||
3625 | retVal}; |
||
3626 | } |
||
3627 | |||
3628 | private void OnGetDocInfoCompleted(object state) { |
||
3629 | if ((this.GetDocInfoCompleted != null)) { |
||
3630 | InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
||
3631 | this.GetDocInfoCompleted(this, new GetDocInfoCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
||
3632 | } |
||
3633 | } |
||
3634 | |||
3635 | public void GetDocInfoAsync(IKCOM.KCOM_BasicParam param) { |
||
3636 | this.GetDocInfoAsync(param, null); |
||
3637 | } |
||
3638 | |||
3639 | public void GetDocInfoAsync(IKCOM.KCOM_BasicParam param, object userState) { |
||
3640 | if ((this.onBeginGetDocInfoDelegate == null)) { |
||
3641 | this.onBeginGetDocInfoDelegate = new BeginOperationDelegate(this.OnBeginGetDocInfo); |
||
3642 | } |
||
3643 | if ((this.onEndGetDocInfoDelegate == null)) { |
||
3644 | this.onEndGetDocInfoDelegate = new EndOperationDelegate(this.OnEndGetDocInfo); |
||
3645 | } |
||
3646 | if ((this.onGetDocInfoCompletedDelegate == null)) { |
||
3647 | this.onGetDocInfoCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetDocInfoCompleted); |
||
3648 | } |
||
3649 | base.InvokeAsync(this.onBeginGetDocInfoDelegate, new object[] { |
||
3650 | param}, this.onEndGetDocInfoDelegate, this.onGetDocInfoCompletedDelegate, userState); |
||
3651 | } |
||
3652 | |||
3653 | public bool GetCheckSystemAdmin(string UserID) { |
||
3654 | return base.Channel.GetCheckSystemAdmin(UserID); |
||
3655 | } |
||
3656 | |||
3657 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
3658 | public System.IAsyncResult BeginGetCheckSystemAdmin(string UserID, System.AsyncCallback callback, object asyncState) { |
||
3659 | return base.Channel.BeginGetCheckSystemAdmin(UserID, callback, asyncState); |
||
3660 | } |
||
3661 | |||
3662 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
3663 | public bool EndGetCheckSystemAdmin(System.IAsyncResult result) { |
||
3664 | return base.Channel.EndGetCheckSystemAdmin(result); |
||
3665 | } |
||
3666 | |||
3667 | private System.IAsyncResult OnBeginGetCheckSystemAdmin(object[] inValues, System.AsyncCallback callback, object asyncState) { |
||
3668 | string UserID = ((string)(inValues[0])); |
||
3669 | return this.BeginGetCheckSystemAdmin(UserID, callback, asyncState); |
||
3670 | } |
||
3671 | |||
3672 | private object[] OnEndGetCheckSystemAdmin(System.IAsyncResult result) { |
||
3673 | bool retVal = this.EndGetCheckSystemAdmin(result); |
||
3674 | return new object[] { |
||
3675 | retVal}; |
||
3676 | } |
||
3677 | |||
3678 | private void OnGetCheckSystemAdminCompleted(object state) { |
||
3679 | if ((this.GetCheckSystemAdminCompleted != null)) { |
||
3680 | InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
||
3681 | this.GetCheckSystemAdminCompleted(this, new GetCheckSystemAdminCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
||
3682 | } |
||
3683 | } |
||
3684 | |||
3685 | public void GetCheckSystemAdminAsync(string UserID) { |
||
3686 | this.GetCheckSystemAdminAsync(UserID, null); |
||
3687 | } |
||
3688 | |||
3689 | public void GetCheckSystemAdminAsync(string UserID, object userState) { |
||
3690 | if ((this.onBeginGetCheckSystemAdminDelegate == null)) { |
||
3691 | this.onBeginGetCheckSystemAdminDelegate = new BeginOperationDelegate(this.OnBeginGetCheckSystemAdmin); |
||
3692 | } |
||
3693 | if ((this.onEndGetCheckSystemAdminDelegate == null)) { |
||
3694 | this.onEndGetCheckSystemAdminDelegate = new EndOperationDelegate(this.OnEndGetCheckSystemAdmin); |
||
3695 | } |
||
3696 | if ((this.onGetCheckSystemAdminCompletedDelegate == null)) { |
||
3697 | this.onGetCheckSystemAdminCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetCheckSystemAdminCompleted); |
||
3698 | } |
||
3699 | base.InvokeAsync(this.onBeginGetCheckSystemAdminDelegate, new object[] { |
||
3700 | UserID}, this.onEndGetCheckSystemAdminDelegate, this.onGetCheckSystemAdminCompletedDelegate, userState); |
||
3701 | } |
||
3702 | |||
3703 | public KCOMDataModel.DataModel.DOCUMENT_ITEM GetDocumentItemInfo(IKCOM.KCOM_BasicParam param) { |
||
3704 | return base.Channel.GetDocumentItemInfo(param); |
||
3705 | } |
||
3706 | |||
3707 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
3708 | public System.IAsyncResult BeginGetDocumentItemInfo(IKCOM.KCOM_BasicParam param, System.AsyncCallback callback, object asyncState) { |
||
3709 | return base.Channel.BeginGetDocumentItemInfo(param, callback, asyncState); |
||
3710 | } |
||
3711 | |||
3712 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
3713 | public KCOMDataModel.DataModel.DOCUMENT_ITEM EndGetDocumentItemInfo(System.IAsyncResult result) { |
||
3714 | return base.Channel.EndGetDocumentItemInfo(result); |
||
3715 | } |
||
3716 | |||
3717 | private System.IAsyncResult OnBeginGetDocumentItemInfo(object[] inValues, System.AsyncCallback callback, object asyncState) { |
||
3718 | IKCOM.KCOM_BasicParam param = ((IKCOM.KCOM_BasicParam)(inValues[0])); |
||
3719 | return this.BeginGetDocumentItemInfo(param, callback, asyncState); |
||
3720 | } |
||
3721 | |||
3722 | private object[] OnEndGetDocumentItemInfo(System.IAsyncResult result) { |
||
3723 | KCOMDataModel.DataModel.DOCUMENT_ITEM retVal = this.EndGetDocumentItemInfo(result); |
||
3724 | return new object[] { |
||
3725 | retVal}; |
||
3726 | } |
||
3727 | |||
3728 | private void OnGetDocumentItemInfoCompleted(object state) { |
||
3729 | if ((this.GetDocumentItemInfoCompleted != null)) { |
||
3730 | InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
||
3731 | this.GetDocumentItemInfoCompleted(this, new GetDocumentItemInfoCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
||
3732 | } |
||
3733 | } |
||
3734 | |||
3735 | public void GetDocumentItemInfoAsync(IKCOM.KCOM_BasicParam param) { |
||
3736 | this.GetDocumentItemInfoAsync(param, null); |
||
3737 | } |
||
3738 | |||
3739 | public void GetDocumentItemInfoAsync(IKCOM.KCOM_BasicParam param, object userState) { |
||
3740 | if ((this.onBeginGetDocumentItemInfoDelegate == null)) { |
||
3741 | this.onBeginGetDocumentItemInfoDelegate = new BeginOperationDelegate(this.OnBeginGetDocumentItemInfo); |
||
3742 | } |
||
3743 | if ((this.onEndGetDocumentItemInfoDelegate == null)) { |
||
3744 | this.onEndGetDocumentItemInfoDelegate = new EndOperationDelegate(this.OnEndGetDocumentItemInfo); |
||
3745 | } |
||
3746 | if ((this.onGetDocumentItemInfoCompletedDelegate == null)) { |
||
3747 | this.onGetDocumentItemInfoCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetDocumentItemInfoCompleted); |
||
3748 | } |
||
3749 | base.InvokeAsync(this.onBeginGetDocumentItemInfoDelegate, new object[] { |
||
3750 | param}, this.onEndGetDocumentItemInfoDelegate, this.onGetDocumentItemInfoCompletedDelegate, userState); |
||
3751 | } |
||
3752 | |||
3753 | c0977e97 | djkim | public string GetDocItemID(string ensemble_id) { |
3754 | return base.Channel.GetDocItemID(ensemble_id); |
||
3755 | } |
||
3756 | |||
3757 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
3758 | public System.IAsyncResult BeginGetDocItemID(string ensemble_id, System.AsyncCallback callback, object asyncState) { |
||
3759 | return base.Channel.BeginGetDocItemID(ensemble_id, callback, asyncState); |
||
3760 | } |
||
3761 | |||
3762 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
3763 | public string EndGetDocItemID(System.IAsyncResult result) { |
||
3764 | return base.Channel.EndGetDocItemID(result); |
||
3765 | } |
||
3766 | |||
3767 | private System.IAsyncResult OnBeginGetDocItemID(object[] inValues, System.AsyncCallback callback, object asyncState) { |
||
3768 | string ensemble_id = ((string)(inValues[0])); |
||
3769 | return this.BeginGetDocItemID(ensemble_id, callback, asyncState); |
||
3770 | } |
||
3771 | |||
3772 | private object[] OnEndGetDocItemID(System.IAsyncResult result) { |
||
3773 | string retVal = this.EndGetDocItemID(result); |
||
3774 | return new object[] { |
||
3775 | retVal}; |
||
3776 | } |
||
3777 | |||
3778 | private void OnGetDocItemIDCompleted(object state) { |
||
3779 | if ((this.GetDocItemIDCompleted != null)) { |
||
3780 | InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
||
3781 | this.GetDocItemIDCompleted(this, new GetDocItemIDCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
||
3782 | } |
||
3783 | } |
||
3784 | |||
3785 | public void GetDocItemIDAsync(string ensemble_id) { |
||
3786 | this.GetDocItemIDAsync(ensemble_id, null); |
||
3787 | } |
||
3788 | |||
3789 | public void GetDocItemIDAsync(string ensemble_id, object userState) { |
||
3790 | if ((this.onBeginGetDocItemIDDelegate == null)) { |
||
3791 | this.onBeginGetDocItemIDDelegate = new BeginOperationDelegate(this.OnBeginGetDocItemID); |
||
3792 | } |
||
3793 | if ((this.onEndGetDocItemIDDelegate == null)) { |
||
3794 | this.onEndGetDocItemIDDelegate = new EndOperationDelegate(this.OnEndGetDocItemID); |
||
3795 | } |
||
3796 | if ((this.onGetDocItemIDCompletedDelegate == null)) { |
||
3797 | this.onGetDocItemIDCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetDocItemIDCompleted); |
||
3798 | } |
||
3799 | base.InvokeAsync(this.onBeginGetDocItemIDDelegate, new object[] { |
||
3800 | ensemble_id}, this.onEndGetDocItemIDDelegate, this.onGetDocItemIDCompletedDelegate, userState); |
||
3801 | } |
||
3802 | |||
3803 | 6c781c0c | djkim | public System.Collections.Generic.List<IKCOM.MarkupInfoItem> GetMarkupInfoItems(string ProjectNo, string DocInfoId) { |
3804 | return base.Channel.GetMarkupInfoItems(ProjectNo, DocInfoId); |
||
3805 | } |
||
3806 | |||
3807 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
3808 | public System.IAsyncResult BeginGetMarkupInfoItems(string ProjectNo, string DocInfoId, System.AsyncCallback callback, object asyncState) { |
||
3809 | return base.Channel.BeginGetMarkupInfoItems(ProjectNo, DocInfoId, callback, asyncState); |
||
3810 | } |
||
3811 | |||
3812 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
3813 | public System.Collections.Generic.List<IKCOM.MarkupInfoItem> EndGetMarkupInfoItems(System.IAsyncResult result) { |
||
3814 | return base.Channel.EndGetMarkupInfoItems(result); |
||
3815 | } |
||
3816 | |||
3817 | private System.IAsyncResult OnBeginGetMarkupInfoItems(object[] inValues, System.AsyncCallback callback, object asyncState) { |
||
3818 | string ProjectNo = ((string)(inValues[0])); |
||
3819 | string DocInfoId = ((string)(inValues[1])); |
||
3820 | return this.BeginGetMarkupInfoItems(ProjectNo, DocInfoId, callback, asyncState); |
||
3821 | } |
||
3822 | |||
3823 | private object[] OnEndGetMarkupInfoItems(System.IAsyncResult result) { |
||
3824 | System.Collections.Generic.List<IKCOM.MarkupInfoItem> retVal = this.EndGetMarkupInfoItems(result); |
||
3825 | return new object[] { |
||
3826 | retVal}; |
||
3827 | } |
||
3828 | |||
3829 | private void OnGetMarkupInfoItemsCompleted(object state) { |
||
3830 | if ((this.GetMarkupInfoItemsCompleted != null)) { |
||
3831 | InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
||
3832 | this.GetMarkupInfoItemsCompleted(this, new GetMarkupInfoItemsCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
||
3833 | } |
||
3834 | } |
||
3835 | |||
3836 | public void GetMarkupInfoItemsAsync(string ProjectNo, string DocInfoId) { |
||
3837 | this.GetMarkupInfoItemsAsync(ProjectNo, DocInfoId, null); |
||
3838 | } |
||
3839 | |||
3840 | public void GetMarkupInfoItemsAsync(string ProjectNo, string DocInfoId, object userState) { |
||
3841 | if ((this.onBeginGetMarkupInfoItemsDelegate == null)) { |
||
3842 | this.onBeginGetMarkupInfoItemsDelegate = new BeginOperationDelegate(this.OnBeginGetMarkupInfoItems); |
||
3843 | } |
||
3844 | if ((this.onEndGetMarkupInfoItemsDelegate == null)) { |
||
3845 | this.onEndGetMarkupInfoItemsDelegate = new EndOperationDelegate(this.OnEndGetMarkupInfoItems); |
||
3846 | } |
||
3847 | if ((this.onGetMarkupInfoItemsCompletedDelegate == null)) { |
||
3848 | this.onGetMarkupInfoItemsCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetMarkupInfoItemsCompleted); |
||
3849 | } |
||
3850 | base.InvokeAsync(this.onBeginGetMarkupInfoItemsDelegate, new object[] { |
||
3851 | ProjectNo, |
||
3852 | DocInfoId}, this.onEndGetMarkupInfoItemsDelegate, this.onGetMarkupInfoItemsCompletedDelegate, userState); |
||
3853 | } |
||
3854 | |||
3855 | public System.Collections.Generic.List<IKCOM.MarkupInfoItem> GetSyncMarkupInfoItems(string ProjectNo, string DocInfoId, string currentUser) { |
||
3856 | return base.Channel.GetSyncMarkupInfoItems(ProjectNo, DocInfoId, currentUser); |
||
3857 | } |
||
3858 | |||
3859 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
3860 | public System.IAsyncResult BeginGetSyncMarkupInfoItems(string ProjectNo, string DocInfoId, string currentUser, System.AsyncCallback callback, object asyncState) { |
||
3861 | return base.Channel.BeginGetSyncMarkupInfoItems(ProjectNo, DocInfoId, currentUser, callback, asyncState); |
||
3862 | } |
||
3863 | |||
3864 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
3865 | public System.Collections.Generic.List<IKCOM.MarkupInfoItem> EndGetSyncMarkupInfoItems(System.IAsyncResult result) { |
||
3866 | return base.Channel.EndGetSyncMarkupInfoItems(result); |
||
3867 | } |
||
3868 | |||
3869 | private System.IAsyncResult OnBeginGetSyncMarkupInfoItems(object[] inValues, System.AsyncCallback callback, object asyncState) { |
||
3870 | string ProjectNo = ((string)(inValues[0])); |
||
3871 | string DocInfoId = ((string)(inValues[1])); |
||
3872 | string currentUser = ((string)(inValues[2])); |
||
3873 | return this.BeginGetSyncMarkupInfoItems(ProjectNo, DocInfoId, currentUser, callback, asyncState); |
||
3874 | } |
||
3875 | |||
3876 | private object[] OnEndGetSyncMarkupInfoItems(System.IAsyncResult result) { |
||
3877 | System.Collections.Generic.List<IKCOM.MarkupInfoItem> retVal = this.EndGetSyncMarkupInfoItems(result); |
||
3878 | return new object[] { |
||
3879 | retVal}; |
||
3880 | } |
||
3881 | |||
3882 | private void OnGetSyncMarkupInfoItemsCompleted(object state) { |
||
3883 | if ((this.GetSyncMarkupInfoItemsCompleted != null)) { |
||
3884 | InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
||
3885 | this.GetSyncMarkupInfoItemsCompleted(this, new GetSyncMarkupInfoItemsCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
||
3886 | } |
||
3887 | } |
||
3888 | |||
3889 | public void GetSyncMarkupInfoItemsAsync(string ProjectNo, string DocInfoId, string currentUser) { |
||
3890 | this.GetSyncMarkupInfoItemsAsync(ProjectNo, DocInfoId, currentUser, null); |
||
3891 | } |
||
3892 | |||
3893 | public void GetSyncMarkupInfoItemsAsync(string ProjectNo, string DocInfoId, string currentUser, object userState) { |
||
3894 | if ((this.onBeginGetSyncMarkupInfoItemsDelegate == null)) { |
||
3895 | this.onBeginGetSyncMarkupInfoItemsDelegate = new BeginOperationDelegate(this.OnBeginGetSyncMarkupInfoItems); |
||
3896 | } |
||
3897 | if ((this.onEndGetSyncMarkupInfoItemsDelegate == null)) { |
||
3898 | this.onEndGetSyncMarkupInfoItemsDelegate = new EndOperationDelegate(this.OnEndGetSyncMarkupInfoItems); |
||
3899 | } |
||
3900 | if ((this.onGetSyncMarkupInfoItemsCompletedDelegate == null)) { |
||
3901 | this.onGetSyncMarkupInfoItemsCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetSyncMarkupInfoItemsCompleted); |
||
3902 | } |
||
3903 | base.InvokeAsync(this.onBeginGetSyncMarkupInfoItemsDelegate, new object[] { |
||
3904 | ProjectNo, |
||
3905 | DocInfoId, |
||
3906 | currentUser}, this.onEndGetSyncMarkupInfoItemsDelegate, this.onGetSyncMarkupInfoItemsCompletedDelegate, userState); |
||
3907 | } |
||
3908 | |||
3909 | public System.Collections.Generic.List<KCOMDataModel.DataModel.MEMBER> GetUserData(string ProjectNo, string UserID) { |
||
3910 | return base.Channel.GetUserData(ProjectNo, UserID); |
||
3911 | } |
||
3912 | |||
3913 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
3914 | public System.IAsyncResult BeginGetUserData(string ProjectNo, string UserID, System.AsyncCallback callback, object asyncState) { |
||
3915 | return base.Channel.BeginGetUserData(ProjectNo, UserID, callback, asyncState); |
||
3916 | } |
||
3917 | |||
3918 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
3919 | public System.Collections.Generic.List<KCOMDataModel.DataModel.MEMBER> EndGetUserData(System.IAsyncResult result) { |
||
3920 | return base.Channel.EndGetUserData(result); |
||
3921 | } |
||
3922 | |||
3923 | private System.IAsyncResult OnBeginGetUserData(object[] inValues, System.AsyncCallback callback, object asyncState) { |
||
3924 | string ProjectNo = ((string)(inValues[0])); |
||
3925 | string UserID = ((string)(inValues[1])); |
||
3926 | return this.BeginGetUserData(ProjectNo, UserID, callback, asyncState); |
||
3927 | } |
||
3928 | |||
3929 | private object[] OnEndGetUserData(System.IAsyncResult result) { |
||
3930 | System.Collections.Generic.List<KCOMDataModel.DataModel.MEMBER> retVal = this.EndGetUserData(result); |
||
3931 | return new object[] { |
||
3932 | retVal}; |
||
3933 | } |
||
3934 | |||
3935 | private void OnGetUserDataCompleted(object state) { |
||
3936 | if ((this.GetUserDataCompleted != null)) { |
||
3937 | InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
||
3938 | this.GetUserDataCompleted(this, new GetUserDataCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
||
3939 | } |
||
3940 | } |
||
3941 | |||
3942 | public void GetUserDataAsync(string ProjectNo, string UserID) { |
||
3943 | this.GetUserDataAsync(ProjectNo, UserID, null); |
||
3944 | } |
||
3945 | |||
3946 | public void GetUserDataAsync(string ProjectNo, string UserID, object userState) { |
||
3947 | if ((this.onBeginGetUserDataDelegate == null)) { |
||
3948 | this.onBeginGetUserDataDelegate = new BeginOperationDelegate(this.OnBeginGetUserData); |
||
3949 | } |
||
3950 | if ((this.onEndGetUserDataDelegate == null)) { |
||
3951 | this.onEndGetUserDataDelegate = new EndOperationDelegate(this.OnEndGetUserData); |
||
3952 | } |
||
3953 | if ((this.onGetUserDataCompletedDelegate == null)) { |
||
3954 | this.onGetUserDataCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetUserDataCompleted); |
||
3955 | } |
||
3956 | base.InvokeAsync(this.onBeginGetUserDataDelegate, new object[] { |
||
3957 | ProjectNo, |
||
3958 | UserID}, this.onEndGetUserDataDelegate, this.onGetUserDataCompletedDelegate, userState); |
||
3959 | } |
||
3960 | |||
3961 | public System.Collections.Generic.List<string> GetDeptData(string UserDept) { |
||
3962 | return base.Channel.GetDeptData(UserDept); |
||
3963 | } |
||
3964 | |||
3965 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
3966 | public System.IAsyncResult BeginGetDeptData(string UserDept, System.AsyncCallback callback, object asyncState) { |
||
3967 | return base.Channel.BeginGetDeptData(UserDept, callback, asyncState); |
||
3968 | } |
||
3969 | |||
3970 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
3971 | public System.Collections.Generic.List<string> EndGetDeptData(System.IAsyncResult result) { |
||
3972 | return base.Channel.EndGetDeptData(result); |
||
3973 | } |
||
3974 | |||
3975 | private System.IAsyncResult OnBeginGetDeptData(object[] inValues, System.AsyncCallback callback, object asyncState) { |
||
3976 | string UserDept = ((string)(inValues[0])); |
||
3977 | return this.BeginGetDeptData(UserDept, callback, asyncState); |
||
3978 | } |
||
3979 | |||
3980 | private object[] OnEndGetDeptData(System.IAsyncResult result) { |
||
3981 | System.Collections.Generic.List<string> retVal = this.EndGetDeptData(result); |
||
3982 | return new object[] { |
||
3983 | retVal}; |
||
3984 | } |
||
3985 | |||
3986 | private void OnGetDeptDataCompleted(object state) { |
||
3987 | if ((this.GetDeptDataCompleted != null)) { |
||
3988 | InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
||
3989 | this.GetDeptDataCompleted(this, new GetDeptDataCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
||
3990 | } |
||
3991 | } |
||
3992 | |||
3993 | public void GetDeptDataAsync(string UserDept) { |
||
3994 | this.GetDeptDataAsync(UserDept, null); |
||
3995 | } |
||
3996 | |||
3997 | public void GetDeptDataAsync(string UserDept, object userState) { |
||
3998 | if ((this.onBeginGetDeptDataDelegate == null)) { |
||
3999 | this.onBeginGetDeptDataDelegate = new BeginOperationDelegate(this.OnBeginGetDeptData); |
||
4000 | } |
||
4001 | if ((this.onEndGetDeptDataDelegate == null)) { |
||
4002 | this.onEndGetDeptDataDelegate = new EndOperationDelegate(this.OnEndGetDeptData); |
||
4003 | } |
||
4004 | if ((this.onGetDeptDataCompletedDelegate == null)) { |
||
4005 | this.onGetDeptDataCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetDeptDataCompleted); |
||
4006 | } |
||
4007 | base.InvokeAsync(this.onBeginGetDeptDataDelegate, new object[] { |
||
4008 | UserDept}, this.onEndGetDeptDataDelegate, this.onGetDeptDataCompletedDelegate, userState); |
||
4009 | } |
||
4010 | |||
4011 | public bool DeleteMarkup(string ProjectNo, string MarkupInfoID) { |
||
4012 | return base.Channel.DeleteMarkup(ProjectNo, MarkupInfoID); |
||
4013 | } |
||
4014 | |||
4015 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
4016 | public System.IAsyncResult BeginDeleteMarkup(string ProjectNo, string MarkupInfoID, System.AsyncCallback callback, object asyncState) { |
||
4017 | return base.Channel.BeginDeleteMarkup(ProjectNo, MarkupInfoID, callback, asyncState); |
||
4018 | } |
||
4019 | |||
4020 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
4021 | public bool EndDeleteMarkup(System.IAsyncResult result) { |
||
4022 | return base.Channel.EndDeleteMarkup(result); |
||
4023 | } |
||
4024 | |||
4025 | private System.IAsyncResult OnBeginDeleteMarkup(object[] inValues, System.AsyncCallback callback, object asyncState) { |
||
4026 | string ProjectNo = ((string)(inValues[0])); |
||
4027 | string MarkupInfoID = ((string)(inValues[1])); |
||
4028 | return this.BeginDeleteMarkup(ProjectNo, MarkupInfoID, callback, asyncState); |
||
4029 | } |
||
4030 | |||
4031 | private object[] OnEndDeleteMarkup(System.IAsyncResult result) { |
||
4032 | bool retVal = this.EndDeleteMarkup(result); |
||
4033 | return new object[] { |
||
4034 | retVal}; |
||
4035 | } |
||
4036 | |||
4037 | private void OnDeleteMarkupCompleted(object state) { |
||
4038 | if ((this.DeleteMarkupCompleted != null)) { |
||
4039 | InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
||
4040 | this.DeleteMarkupCompleted(this, new DeleteMarkupCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
||
4041 | } |
||
4042 | } |
||
4043 | |||
4044 | public void DeleteMarkupAsync(string ProjectNo, string MarkupInfoID) { |
||
4045 | this.DeleteMarkupAsync(ProjectNo, MarkupInfoID, null); |
||
4046 | } |
||
4047 | |||
4048 | public void DeleteMarkupAsync(string ProjectNo, string MarkupInfoID, object userState) { |
||
4049 | if ((this.onBeginDeleteMarkupDelegate == null)) { |
||
4050 | this.onBeginDeleteMarkupDelegate = new BeginOperationDelegate(this.OnBeginDeleteMarkup); |
||
4051 | } |
||
4052 | if ((this.onEndDeleteMarkupDelegate == null)) { |
||
4053 | this.onEndDeleteMarkupDelegate = new EndOperationDelegate(this.OnEndDeleteMarkup); |
||
4054 | } |
||
4055 | if ((this.onDeleteMarkupCompletedDelegate == null)) { |
||
4056 | this.onDeleteMarkupCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnDeleteMarkupCompleted); |
||
4057 | } |
||
4058 | base.InvokeAsync(this.onBeginDeleteMarkupDelegate, new object[] { |
||
4059 | ProjectNo, |
||
4060 | MarkupInfoID}, this.onEndDeleteMarkupDelegate, this.onDeleteMarkupCompletedDelegate, userState); |
||
4061 | } |
||
4062 | |||
4063 | public bool SetFavoriteVP(string prjNo, string userID, string groupNo, string docNo, string rev, int SavePageNo, string documentItemID, string VPDescription, IKCOM.FAVORITE_FLAG flag) { |
||
4064 | return base.Channel.SetFavoriteVP(prjNo, userID, groupNo, docNo, rev, SavePageNo, documentItemID, VPDescription, flag); |
||
4065 | } |
||
4066 | |||
4067 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
4068 | public System.IAsyncResult BeginSetFavoriteVP(string prjNo, string userID, string groupNo, string docNo, string rev, int SavePageNo, string documentItemID, string VPDescription, IKCOM.FAVORITE_FLAG flag, System.AsyncCallback callback, object asyncState) { |
||
4069 | return base.Channel.BeginSetFavoriteVP(prjNo, userID, groupNo, docNo, rev, SavePageNo, documentItemID, VPDescription, flag, callback, asyncState); |
||
4070 | } |
||
4071 | |||
4072 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
4073 | public bool EndSetFavoriteVP(System.IAsyncResult result) { |
||
4074 | return base.Channel.EndSetFavoriteVP(result); |
||
4075 | } |
||
4076 | |||
4077 | private System.IAsyncResult OnBeginSetFavoriteVP(object[] inValues, System.AsyncCallback callback, object asyncState) { |
||
4078 | string prjNo = ((string)(inValues[0])); |
||
4079 | string userID = ((string)(inValues[1])); |
||
4080 | string groupNo = ((string)(inValues[2])); |
||
4081 | string docNo = ((string)(inValues[3])); |
||
4082 | string rev = ((string)(inValues[4])); |
||
4083 | int SavePageNo = ((int)(inValues[5])); |
||
4084 | string documentItemID = ((string)(inValues[6])); |
||
4085 | string VPDescription = ((string)(inValues[7])); |
||
4086 | IKCOM.FAVORITE_FLAG flag = ((IKCOM.FAVORITE_FLAG)(inValues[8])); |
||
4087 | return this.BeginSetFavoriteVP(prjNo, userID, groupNo, docNo, rev, SavePageNo, documentItemID, VPDescription, flag, callback, asyncState); |
||
4088 | } |
||
4089 | |||
4090 | private object[] OnEndSetFavoriteVP(System.IAsyncResult result) { |
||
4091 | bool retVal = this.EndSetFavoriteVP(result); |
||
4092 | return new object[] { |
||
4093 | retVal}; |
||
4094 | } |
||
4095 | |||
4096 | private void OnSetFavoriteVPCompleted(object state) { |
||
4097 | if ((this.SetFavoriteVPCompleted != null)) { |
||
4098 | InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
||
4099 | this.SetFavoriteVPCompleted(this, new SetFavoriteVPCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
||
4100 | } |
||
4101 | } |
||
4102 | |||
4103 | public void SetFavoriteVPAsync(string prjNo, string userID, string groupNo, string docNo, string rev, int SavePageNo, string documentItemID, string VPDescription, IKCOM.FAVORITE_FLAG flag) { |
||
4104 | this.SetFavoriteVPAsync(prjNo, userID, groupNo, docNo, rev, SavePageNo, documentItemID, VPDescription, flag, null); |
||
4105 | } |
||
4106 | |||
4107 | public void SetFavoriteVPAsync(string prjNo, string userID, string groupNo, string docNo, string rev, int SavePageNo, string documentItemID, string VPDescription, IKCOM.FAVORITE_FLAG flag, object userState) { |
||
4108 | if ((this.onBeginSetFavoriteVPDelegate == null)) { |
||
4109 | this.onBeginSetFavoriteVPDelegate = new BeginOperationDelegate(this.OnBeginSetFavoriteVP); |
||
4110 | } |
||
4111 | if ((this.onEndSetFavoriteVPDelegate == null)) { |
||
4112 | this.onEndSetFavoriteVPDelegate = new EndOperationDelegate(this.OnEndSetFavoriteVP); |
||
4113 | } |
||
4114 | if ((this.onSetFavoriteVPCompletedDelegate == null)) { |
||
4115 | this.onSetFavoriteVPCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnSetFavoriteVPCompleted); |
||
4116 | } |
||
4117 | base.InvokeAsync(this.onBeginSetFavoriteVPDelegate, new object[] { |
||
4118 | prjNo, |
||
4119 | userID, |
||
4120 | groupNo, |
||
4121 | docNo, |
||
4122 | rev, |
||
4123 | SavePageNo, |
||
4124 | documentItemID, |
||
4125 | VPDescription, |
||
4126 | flag}, this.onEndSetFavoriteVPDelegate, this.onSetFavoriteVPCompletedDelegate, userState); |
||
4127 | } |
||
4128 | |||
4129 | public bool SaveMarkupData(IKCOM.MarkupInfoItem UserState, string project_no, string doc_id, string user_id, System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_DATA> mlmarkup_data) { |
||
4130 | return base.Channel.SaveMarkupData(UserState, project_no, doc_id, user_id, mlmarkup_data); |
||
4131 | } |
||
4132 | |||
4133 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
4134 | public System.IAsyncResult BeginSaveMarkupData(IKCOM.MarkupInfoItem UserState, string project_no, string doc_id, string user_id, System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_DATA> mlmarkup_data, System.AsyncCallback callback, object asyncState) { |
||
4135 | return base.Channel.BeginSaveMarkupData(UserState, project_no, doc_id, user_id, mlmarkup_data, callback, asyncState); |
||
4136 | } |
||
4137 | |||
4138 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
4139 | public bool EndSaveMarkupData(System.IAsyncResult result) { |
||
4140 | return base.Channel.EndSaveMarkupData(result); |
||
4141 | } |
||
4142 | |||
4143 | private System.IAsyncResult OnBeginSaveMarkupData(object[] inValues, System.AsyncCallback callback, object asyncState) { |
||
4144 | IKCOM.MarkupInfoItem UserState = ((IKCOM.MarkupInfoItem)(inValues[0])); |
||
4145 | string project_no = ((string)(inValues[1])); |
||
4146 | string doc_id = ((string)(inValues[2])); |
||
4147 | string user_id = ((string)(inValues[3])); |
||
4148 | System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_DATA> mlmarkup_data = ((System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_DATA>)(inValues[4])); |
||
4149 | return this.BeginSaveMarkupData(UserState, project_no, doc_id, user_id, mlmarkup_data, callback, asyncState); |
||
4150 | } |
||
4151 | |||
4152 | private object[] OnEndSaveMarkupData(System.IAsyncResult result) { |
||
4153 | bool retVal = this.EndSaveMarkupData(result); |
||
4154 | return new object[] { |
||
4155 | retVal}; |
||
4156 | } |
||
4157 | |||
4158 | private void OnSaveMarkupDataCompleted(object state) { |
||
4159 | if ((this.SaveMarkupDataCompleted != null)) { |
||
4160 | InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
||
4161 | this.SaveMarkupDataCompleted(this, new SaveMarkupDataCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
||
4162 | } |
||
4163 | } |
||
4164 | |||
4165 | public void SaveMarkupDataAsync(IKCOM.MarkupInfoItem UserState, string project_no, string doc_id, string user_id, System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_DATA> mlmarkup_data) { |
||
4166 | this.SaveMarkupDataAsync(UserState, project_no, doc_id, user_id, mlmarkup_data, null); |
||
4167 | } |
||
4168 | |||
4169 | public void SaveMarkupDataAsync(IKCOM.MarkupInfoItem UserState, string project_no, string doc_id, string user_id, System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_DATA> mlmarkup_data, object userState1) { |
||
4170 | if ((this.onBeginSaveMarkupDataDelegate == null)) { |
||
4171 | this.onBeginSaveMarkupDataDelegate = new BeginOperationDelegate(this.OnBeginSaveMarkupData); |
||
4172 | } |
||
4173 | if ((this.onEndSaveMarkupDataDelegate == null)) { |
||
4174 | this.onEndSaveMarkupDataDelegate = new EndOperationDelegate(this.OnEndSaveMarkupData); |
||
4175 | } |
||
4176 | if ((this.onSaveMarkupDataCompletedDelegate == null)) { |
||
4177 | this.onSaveMarkupDataCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnSaveMarkupDataCompleted); |
||
4178 | } |
||
4179 | base.InvokeAsync(this.onBeginSaveMarkupDataDelegate, new object[] { |
||
4180 | UserState, |
||
4181 | project_no, |
||
4182 | doc_id, |
||
4183 | user_id, |
||
4184 | mlmarkup_data}, this.onEndSaveMarkupDataDelegate, this.onSaveMarkupDataCompletedDelegate, userState1); |
||
4185 | } |
||
4186 | |||
4187 | 6b6e937c | taeseongkim | public bool SavePageMarkupData(IKCOM.MarkupInfoItem UserState, int PageNo, string project_no, string doc_id, string user_id, System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_DATA> mlmarkup_data) { |
4188 | return base.Channel.SavePageMarkupData(UserState, PageNo, project_no, doc_id, user_id, mlmarkup_data); |
||
4189 | } |
||
4190 | |||
4191 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
4192 | public System.IAsyncResult BeginSavePageMarkupData(IKCOM.MarkupInfoItem UserState, int PageNo, string project_no, string doc_id, string user_id, System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_DATA> mlmarkup_data, System.AsyncCallback callback, object asyncState) { |
||
4193 | return base.Channel.BeginSavePageMarkupData(UserState, PageNo, project_no, doc_id, user_id, mlmarkup_data, callback, asyncState); |
||
4194 | } |
||
4195 | |||
4196 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
4197 | public bool EndSavePageMarkupData(System.IAsyncResult result) { |
||
4198 | return base.Channel.EndSavePageMarkupData(result); |
||
4199 | } |
||
4200 | |||
4201 | private System.IAsyncResult OnBeginSavePageMarkupData(object[] inValues, System.AsyncCallback callback, object asyncState) { |
||
4202 | IKCOM.MarkupInfoItem UserState = ((IKCOM.MarkupInfoItem)(inValues[0])); |
||
4203 | int PageNo = ((int)(inValues[1])); |
||
4204 | string project_no = ((string)(inValues[2])); |
||
4205 | string doc_id = ((string)(inValues[3])); |
||
4206 | string user_id = ((string)(inValues[4])); |
||
4207 | System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_DATA> mlmarkup_data = ((System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_DATA>)(inValues[5])); |
||
4208 | return this.BeginSavePageMarkupData(UserState, PageNo, project_no, doc_id, user_id, mlmarkup_data, callback, asyncState); |
||
4209 | } |
||
4210 | |||
4211 | private object[] OnEndSavePageMarkupData(System.IAsyncResult result) { |
||
4212 | bool retVal = this.EndSavePageMarkupData(result); |
||
4213 | return new object[] { |
||
4214 | retVal}; |
||
4215 | } |
||
4216 | |||
4217 | private void OnSavePageMarkupDataCompleted(object state) { |
||
4218 | if ((this.SavePageMarkupDataCompleted != null)) { |
||
4219 | InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
||
4220 | this.SavePageMarkupDataCompleted(this, new SavePageMarkupDataCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
||
4221 | } |
||
4222 | } |
||
4223 | |||
4224 | public void SavePageMarkupDataAsync(IKCOM.MarkupInfoItem UserState, int PageNo, string project_no, string doc_id, string user_id, System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_DATA> mlmarkup_data) { |
||
4225 | this.SavePageMarkupDataAsync(UserState, PageNo, project_no, doc_id, user_id, mlmarkup_data, null); |
||
4226 | } |
||
4227 | |||
4228 | public void SavePageMarkupDataAsync(IKCOM.MarkupInfoItem UserState, int PageNo, string project_no, string doc_id, string user_id, System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_DATA> mlmarkup_data, object userState1) { |
||
4229 | if ((this.onBeginSavePageMarkupDataDelegate == null)) { |
||
4230 | this.onBeginSavePageMarkupDataDelegate = new BeginOperationDelegate(this.OnBeginSavePageMarkupData); |
||
4231 | } |
||
4232 | if ((this.onEndSavePageMarkupDataDelegate == null)) { |
||
4233 | this.onEndSavePageMarkupDataDelegate = new EndOperationDelegate(this.OnEndSavePageMarkupData); |
||
4234 | } |
||
4235 | if ((this.onSavePageMarkupDataCompletedDelegate == null)) { |
||
4236 | this.onSavePageMarkupDataCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnSavePageMarkupDataCompleted); |
||
4237 | } |
||
4238 | base.InvokeAsync(this.onBeginSavePageMarkupDataDelegate, new object[] { |
||
4239 | UserState, |
||
4240 | PageNo, |
||
4241 | project_no, |
||
4242 | doc_id, |
||
4243 | user_id, |
||
4244 | mlmarkup_data}, this.onEndSavePageMarkupDataDelegate, this.onSavePageMarkupDataCompletedDelegate, userState1); |
||
4245 | } |
||
4246 | |||
4247 | 53880c83 | ljiyeon | public bool UpdateMarkupData(string CommentID, long Group_ID, string ProjectNo) { |
4248 | return base.Channel.UpdateMarkupData(CommentID, Group_ID, ProjectNo); |
||
4249 | } |
||
4250 | |||
4251 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
4252 | public System.IAsyncResult BeginUpdateMarkupData(string CommentID, long Group_ID, string ProjectNo, System.AsyncCallback callback, object asyncState) { |
||
4253 | return base.Channel.BeginUpdateMarkupData(CommentID, Group_ID, ProjectNo, callback, asyncState); |
||
4254 | } |
||
4255 | |||
4256 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
4257 | public bool EndUpdateMarkupData(System.IAsyncResult result) { |
||
4258 | return base.Channel.EndUpdateMarkupData(result); |
||
4259 | } |
||
4260 | |||
4261 | private System.IAsyncResult OnBeginUpdateMarkupData(object[] inValues, System.AsyncCallback callback, object asyncState) { |
||
4262 | string CommentID = ((string)(inValues[0])); |
||
4263 | long Group_ID = ((long)(inValues[1])); |
||
4264 | string ProjectNo = ((string)(inValues[2])); |
||
4265 | return this.BeginUpdateMarkupData(CommentID, Group_ID, ProjectNo, callback, asyncState); |
||
4266 | } |
||
4267 | |||
4268 | private object[] OnEndUpdateMarkupData(System.IAsyncResult result) { |
||
4269 | bool retVal = this.EndUpdateMarkupData(result); |
||
4270 | return new object[] { |
||
4271 | retVal}; |
||
4272 | } |
||
4273 | |||
4274 | private void OnUpdateMarkupDataCompleted(object state) { |
||
4275 | if ((this.UpdateMarkupDataCompleted != null)) { |
||
4276 | InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
||
4277 | this.UpdateMarkupDataCompleted(this, new UpdateMarkupDataCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
||
4278 | } |
||
4279 | } |
||
4280 | |||
4281 | public void UpdateMarkupDataAsync(string CommentID, long Group_ID, string ProjectNo) { |
||
4282 | this.UpdateMarkupDataAsync(CommentID, Group_ID, ProjectNo, null); |
||
4283 | } |
||
4284 | |||
4285 | public void UpdateMarkupDataAsync(string CommentID, long Group_ID, string ProjectNo, object userState) { |
||
4286 | if ((this.onBeginUpdateMarkupDataDelegate == null)) { |
||
4287 | this.onBeginUpdateMarkupDataDelegate = new BeginOperationDelegate(this.OnBeginUpdateMarkupData); |
||
4288 | } |
||
4289 | if ((this.onEndUpdateMarkupDataDelegate == null)) { |
||
4290 | this.onEndUpdateMarkupDataDelegate = new EndOperationDelegate(this.OnEndUpdateMarkupData); |
||
4291 | } |
||
4292 | if ((this.onUpdateMarkupDataCompletedDelegate == null)) { |
||
4293 | this.onUpdateMarkupDataCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnUpdateMarkupDataCompleted); |
||
4294 | } |
||
4295 | base.InvokeAsync(this.onBeginUpdateMarkupDataDelegate, new object[] { |
||
4296 | CommentID, |
||
4297 | Group_ID, |
||
4298 | ProjectNo}, this.onEndUpdateMarkupDataDelegate, this.onUpdateMarkupDataCompletedDelegate, userState); |
||
4299 | } |
||
4300 | |||
4301 | 6c781c0c | djkim | public bool SaveSymbol(KCOMDataModel.DataModel.SYMBOL_PRIVATE symbol_private) { |
4302 | return base.Channel.SaveSymbol(symbol_private); |
||
4303 | } |
||
4304 | |||
4305 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
4306 | public System.IAsyncResult BeginSaveSymbol(KCOMDataModel.DataModel.SYMBOL_PRIVATE symbol_private, System.AsyncCallback callback, object asyncState) { |
||
4307 | return base.Channel.BeginSaveSymbol(symbol_private, callback, asyncState); |
||
4308 | } |
||
4309 | |||
4310 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
4311 | public bool EndSaveSymbol(System.IAsyncResult result) { |
||
4312 | return base.Channel.EndSaveSymbol(result); |
||
4313 | } |
||
4314 | |||
4315 | private System.IAsyncResult OnBeginSaveSymbol(object[] inValues, System.AsyncCallback callback, object asyncState) { |
||
4316 | KCOMDataModel.DataModel.SYMBOL_PRIVATE symbol_private = ((KCOMDataModel.DataModel.SYMBOL_PRIVATE)(inValues[0])); |
||
4317 | return this.BeginSaveSymbol(symbol_private, callback, asyncState); |
||
4318 | } |
||
4319 | |||
4320 | private object[] OnEndSaveSymbol(System.IAsyncResult result) { |
||
4321 | bool retVal = this.EndSaveSymbol(result); |
||
4322 | return new object[] { |
||
4323 | retVal}; |
||
4324 | } |
||
4325 | |||
4326 | private void OnSaveSymbolCompleted(object state) { |
||
4327 | if ((this.SaveSymbolCompleted != null)) { |
||
4328 | InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
||
4329 | this.SaveSymbolCompleted(this, new SaveSymbolCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
||
4330 | } |
||
4331 | } |
||
4332 | |||
4333 | public void SaveSymbolAsync(KCOMDataModel.DataModel.SYMBOL_PRIVATE symbol_private) { |
||
4334 | this.SaveSymbolAsync(symbol_private, null); |
||
4335 | } |
||
4336 | |||
4337 | public void SaveSymbolAsync(KCOMDataModel.DataModel.SYMBOL_PRIVATE symbol_private, object userState) { |
||
4338 | if ((this.onBeginSaveSymbolDelegate == null)) { |
||
4339 | this.onBeginSaveSymbolDelegate = new BeginOperationDelegate(this.OnBeginSaveSymbol); |
||
4340 | } |
||
4341 | if ((this.onEndSaveSymbolDelegate == null)) { |
||
4342 | this.onEndSaveSymbolDelegate = new EndOperationDelegate(this.OnEndSaveSymbol); |
||
4343 | } |
||
4344 | if ((this.onSaveSymbolCompletedDelegate == null)) { |
||
4345 | this.onSaveSymbolCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnSaveSymbolCompleted); |
||
4346 | } |
||
4347 | base.InvokeAsync(this.onBeginSaveSymbolDelegate, new object[] { |
||
4348 | symbol_private}, this.onEndSaveSymbolDelegate, this.onSaveSymbolCompletedDelegate, userState); |
||
4349 | } |
||
4350 | |||
4351 | 498f0fc9 | ljiyeon | public bool AddPublicSymbol(KCOMDataModel.DataModel.SYMBOL_PUBLIC symbol) { |
4352 | return base.Channel.AddPublicSymbol(symbol); |
||
4353 | } |
||
4354 | |||
4355 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
4356 | public System.IAsyncResult BeginAddPublicSymbol(KCOMDataModel.DataModel.SYMBOL_PUBLIC symbol, System.AsyncCallback callback, object asyncState) { |
||
4357 | return base.Channel.BeginAddPublicSymbol(symbol, callback, asyncState); |
||
4358 | } |
||
4359 | |||
4360 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
4361 | public bool EndAddPublicSymbol(System.IAsyncResult result) { |
||
4362 | return base.Channel.EndAddPublicSymbol(result); |
||
4363 | } |
||
4364 | |||
4365 | private System.IAsyncResult OnBeginAddPublicSymbol(object[] inValues, System.AsyncCallback callback, object asyncState) { |
||
4366 | KCOMDataModel.DataModel.SYMBOL_PUBLIC symbol = ((KCOMDataModel.DataModel.SYMBOL_PUBLIC)(inValues[0])); |
||
4367 | return this.BeginAddPublicSymbol(symbol, callback, asyncState); |
||
4368 | } |
||
4369 | |||
4370 | private object[] OnEndAddPublicSymbol(System.IAsyncResult result) { |
||
4371 | bool retVal = this.EndAddPublicSymbol(result); |
||
4372 | return new object[] { |
||
4373 | retVal}; |
||
4374 | } |
||
4375 | |||
4376 | private void OnAddPublicSymbolCompleted(object state) { |
||
4377 | if ((this.AddPublicSymbolCompleted != null)) { |
||
4378 | InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
||
4379 | this.AddPublicSymbolCompleted(this, new AddPublicSymbolCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
||
4380 | } |
||
4381 | } |
||
4382 | |||
4383 | public void AddPublicSymbolAsync(KCOMDataModel.DataModel.SYMBOL_PUBLIC symbol) { |
||
4384 | this.AddPublicSymbolAsync(symbol, null); |
||
4385 | } |
||
4386 | |||
4387 | public void AddPublicSymbolAsync(KCOMDataModel.DataModel.SYMBOL_PUBLIC symbol, object userState) { |
||
4388 | if ((this.onBeginAddPublicSymbolDelegate == null)) { |
||
4389 | this.onBeginAddPublicSymbolDelegate = new BeginOperationDelegate(this.OnBeginAddPublicSymbol); |
||
4390 | } |
||
4391 | if ((this.onEndAddPublicSymbolDelegate == null)) { |
||
4392 | this.onEndAddPublicSymbolDelegate = new EndOperationDelegate(this.OnEndAddPublicSymbol); |
||
4393 | } |
||
4394 | if ((this.onAddPublicSymbolCompletedDelegate == null)) { |
||
4395 | this.onAddPublicSymbolCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnAddPublicSymbolCompleted); |
||
4396 | } |
||
4397 | base.InvokeAsync(this.onBeginAddPublicSymbolDelegate, new object[] { |
||
4398 | symbol}, this.onEndAddPublicSymbolDelegate, this.onAddPublicSymbolCompletedDelegate, userState); |
||
4399 | } |
||
4400 | |||
4401 | public bool DeleteSymbol(string symbol_id, int type) { |
||
4402 | return base.Channel.DeleteSymbol(symbol_id, type); |
||
4403 | 6c781c0c | djkim | } |
4404 | |||
4405 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
4406 | 498f0fc9 | ljiyeon | public System.IAsyncResult BeginDeleteSymbol(string symbol_id, int type, System.AsyncCallback callback, object asyncState) { |
4407 | return base.Channel.BeginDeleteSymbol(symbol_id, type, callback, asyncState); |
||
4408 | 6c781c0c | djkim | } |
4409 | |||
4410 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
4411 | public bool EndDeleteSymbol(System.IAsyncResult result) { |
||
4412 | return base.Channel.EndDeleteSymbol(result); |
||
4413 | } |
||
4414 | |||
4415 | private System.IAsyncResult OnBeginDeleteSymbol(object[] inValues, System.AsyncCallback callback, object asyncState) { |
||
4416 | string symbol_id = ((string)(inValues[0])); |
||
4417 | 498f0fc9 | ljiyeon | int type = ((int)(inValues[1])); |
4418 | return this.BeginDeleteSymbol(symbol_id, type, callback, asyncState); |
||
4419 | 6c781c0c | djkim | } |
4420 | |||
4421 | private object[] OnEndDeleteSymbol(System.IAsyncResult result) { |
||
4422 | bool retVal = this.EndDeleteSymbol(result); |
||
4423 | return new object[] { |
||
4424 | retVal}; |
||
4425 | } |
||
4426 | |||
4427 | private void OnDeleteSymbolCompleted(object state) { |
||
4428 | if ((this.DeleteSymbolCompleted != null)) { |
||
4429 | InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
||
4430 | this.DeleteSymbolCompleted(this, new DeleteSymbolCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
||
4431 | } |
||
4432 | } |
||
4433 | |||
4434 | 498f0fc9 | ljiyeon | public void DeleteSymbolAsync(string symbol_id, int type) { |
4435 | this.DeleteSymbolAsync(symbol_id, type, null); |
||
4436 | 6c781c0c | djkim | } |
4437 | |||
4438 | 498f0fc9 | ljiyeon | public void DeleteSymbolAsync(string symbol_id, int type, object userState) { |
4439 | 6c781c0c | djkim | if ((this.onBeginDeleteSymbolDelegate == null)) { |
4440 | this.onBeginDeleteSymbolDelegate = new BeginOperationDelegate(this.OnBeginDeleteSymbol); |
||
4441 | } |
||
4442 | if ((this.onEndDeleteSymbolDelegate == null)) { |
||
4443 | this.onEndDeleteSymbolDelegate = new EndOperationDelegate(this.OnEndDeleteSymbol); |
||
4444 | } |
||
4445 | if ((this.onDeleteSymbolCompletedDelegate == null)) { |
||
4446 | this.onDeleteSymbolCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnDeleteSymbolCompleted); |
||
4447 | } |
||
4448 | base.InvokeAsync(this.onBeginDeleteSymbolDelegate, new object[] { |
||
4449 | 498f0fc9 | ljiyeon | symbol_id, |
4450 | type}, this.onEndDeleteSymbolDelegate, this.onDeleteSymbolCompletedDelegate, userState); |
||
4451 | 6c781c0c | djkim | } |
4452 | |||
4453 | 498f0fc9 | ljiyeon | public bool RenameSymbol(string symbol_id, string name, int type) { |
4454 | return base.Channel.RenameSymbol(symbol_id, name, type); |
||
4455 | 6c781c0c | djkim | } |
4456 | |||
4457 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
4458 | 498f0fc9 | ljiyeon | public System.IAsyncResult BeginRenameSymbol(string symbol_id, string name, int type, System.AsyncCallback callback, object asyncState) { |
4459 | return base.Channel.BeginRenameSymbol(symbol_id, name, type, callback, asyncState); |
||
4460 | 6c781c0c | djkim | } |
4461 | |||
4462 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
4463 | public bool EndRenameSymbol(System.IAsyncResult result) { |
||
4464 | return base.Channel.EndRenameSymbol(result); |
||
4465 | } |
||
4466 | |||
4467 | private System.IAsyncResult OnBeginRenameSymbol(object[] inValues, System.AsyncCallback callback, object asyncState) { |
||
4468 | string symbol_id = ((string)(inValues[0])); |
||
4469 | string name = ((string)(inValues[1])); |
||
4470 | 498f0fc9 | ljiyeon | int type = ((int)(inValues[2])); |
4471 | return this.BeginRenameSymbol(symbol_id, name, type, callback, asyncState); |
||
4472 | 6c781c0c | djkim | } |
4473 | 787a4489 | KangIngu | |
4474 | 6c781c0c | djkim | private object[] OnEndRenameSymbol(System.IAsyncResult result) { |
4475 | bool retVal = this.EndRenameSymbol(result); |
||
4476 | return new object[] { |
||
4477 | retVal}; |
||
4478 | } |
||
4479 | 787a4489 | KangIngu | |
4480 | 6c781c0c | djkim | private void OnRenameSymbolCompleted(object state) { |
4481 | if ((this.RenameSymbolCompleted != null)) { |
||
4482 | InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
||
4483 | this.RenameSymbolCompleted(this, new RenameSymbolCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
||
4484 | } |
||
4485 | } |
||
4486 | 787a4489 | KangIngu | |
4487 | 498f0fc9 | ljiyeon | public void RenameSymbolAsync(string symbol_id, string name, int type) { |
4488 | this.RenameSymbolAsync(symbol_id, name, type, null); |
||
4489 | 6c781c0c | djkim | } |
4490 | 787a4489 | KangIngu | |
4491 | 498f0fc9 | ljiyeon | public void RenameSymbolAsync(string symbol_id, string name, int type, object userState) { |
4492 | 6c781c0c | djkim | if ((this.onBeginRenameSymbolDelegate == null)) { |
4493 | this.onBeginRenameSymbolDelegate = new BeginOperationDelegate(this.OnBeginRenameSymbol); |
||
4494 | } |
||
4495 | if ((this.onEndRenameSymbolDelegate == null)) { |
||
4496 | this.onEndRenameSymbolDelegate = new EndOperationDelegate(this.OnEndRenameSymbol); |
||
4497 | } |
||
4498 | if ((this.onRenameSymbolCompletedDelegate == null)) { |
||
4499 | this.onRenameSymbolCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnRenameSymbolCompleted); |
||
4500 | } |
||
4501 | base.InvokeAsync(this.onBeginRenameSymbolDelegate, new object[] { |
||
4502 | symbol_id, |
||
4503 | 498f0fc9 | ljiyeon | name, |
4504 | type}, this.onEndRenameSymbolDelegate, this.onRenameSymbolCompletedDelegate, userState); |
||
4505 | 6c781c0c | djkim | } |
4506 | 787a4489 | KangIngu | |
4507 | 6c781c0c | djkim | public bool AddCheckListHistory(string project_no, KCOMDataModel.DataModel.CHECK_LIST_HISTORY Check_History) { |
4508 | return base.Channel.AddCheckListHistory(project_no, Check_History); |
||
4509 | } |
||
4510 | 787a4489 | KangIngu | |
4511 | 6c781c0c | djkim | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
4512 | public System.IAsyncResult BeginAddCheckListHistory(string project_no, KCOMDataModel.DataModel.CHECK_LIST_HISTORY Check_History, System.AsyncCallback callback, object asyncState) { |
||
4513 | return base.Channel.BeginAddCheckListHistory(project_no, Check_History, callback, asyncState); |
||
4514 | } |
||
4515 | 787a4489 | KangIngu | |
4516 | 6c781c0c | djkim | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
4517 | public bool EndAddCheckListHistory(System.IAsyncResult result) { |
||
4518 | return base.Channel.EndAddCheckListHistory(result); |
||
4519 | } |
||
4520 | 787a4489 | KangIngu | |
4521 | 6c781c0c | djkim | private System.IAsyncResult OnBeginAddCheckListHistory(object[] inValues, System.AsyncCallback callback, object asyncState) { |
4522 | string project_no = ((string)(inValues[0])); |
||
4523 | KCOMDataModel.DataModel.CHECK_LIST_HISTORY Check_History = ((KCOMDataModel.DataModel.CHECK_LIST_HISTORY)(inValues[1])); |
||
4524 | return this.BeginAddCheckListHistory(project_no, Check_History, callback, asyncState); |
||
4525 | } |
||
4526 | 787a4489 | KangIngu | |
4527 | 6c781c0c | djkim | private object[] OnEndAddCheckListHistory(System.IAsyncResult result) { |
4528 | bool retVal = this.EndAddCheckListHistory(result); |
||
4529 | return new object[] { |
||
4530 | retVal}; |
||
4531 | } |
||
4532 | 787a4489 | KangIngu | |
4533 | 6c781c0c | djkim | private void OnAddCheckListHistoryCompleted(object state) { |
4534 | if ((this.AddCheckListHistoryCompleted != null)) { |
||
4535 | InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
||
4536 | this.AddCheckListHistoryCompleted(this, new AddCheckListHistoryCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
||
4537 | } |
||
4538 | } |
||
4539 | 787a4489 | KangIngu | |
4540 | 6c781c0c | djkim | public void AddCheckListHistoryAsync(string project_no, KCOMDataModel.DataModel.CHECK_LIST_HISTORY Check_History) { |
4541 | this.AddCheckListHistoryAsync(project_no, Check_History, null); |
||
4542 | } |
||
4543 | 787a4489 | KangIngu | |
4544 | 6c781c0c | djkim | public void AddCheckListHistoryAsync(string project_no, KCOMDataModel.DataModel.CHECK_LIST_HISTORY Check_History, object userState) { |
4545 | if ((this.onBeginAddCheckListHistoryDelegate == null)) { |
||
4546 | this.onBeginAddCheckListHistoryDelegate = new BeginOperationDelegate(this.OnBeginAddCheckListHistory); |
||
4547 | } |
||
4548 | if ((this.onEndAddCheckListHistoryDelegate == null)) { |
||
4549 | this.onEndAddCheckListHistoryDelegate = new EndOperationDelegate(this.OnEndAddCheckListHistory); |
||
4550 | } |
||
4551 | if ((this.onAddCheckListHistoryCompletedDelegate == null)) { |
||
4552 | this.onAddCheckListHistoryCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnAddCheckListHistoryCompleted); |
||
4553 | } |
||
4554 | base.InvokeAsync(this.onBeginAddCheckListHistoryDelegate, new object[] { |
||
4555 | project_no, |
||
4556 | Check_History}, this.onEndAddCheckListHistoryDelegate, this.onAddCheckListHistoryCompletedDelegate, userState); |
||
4557 | } |
||
4558 | 787a4489 | KangIngu | |
4559 | 6c781c0c | djkim | public bool SaveCheckListHistory(string project_no, string rev, KCOMDataModel.DataModel.CHECK_LIST_HISTORY Check_History) { |
4560 | return base.Channel.SaveCheckListHistory(project_no, rev, Check_History); |
||
4561 | } |
||
4562 | 787a4489 | KangIngu | |
4563 | 6c781c0c | djkim | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
4564 | public System.IAsyncResult BeginSaveCheckListHistory(string project_no, string rev, KCOMDataModel.DataModel.CHECK_LIST_HISTORY Check_History, System.AsyncCallback callback, object asyncState) { |
||
4565 | return base.Channel.BeginSaveCheckListHistory(project_no, rev, Check_History, callback, asyncState); |
||
4566 | } |
||
4567 | 787a4489 | KangIngu | |
4568 | 6c781c0c | djkim | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
4569 | public bool EndSaveCheckListHistory(System.IAsyncResult result) { |
||
4570 | return base.Channel.EndSaveCheckListHistory(result); |
||
4571 | } |
||
4572 | 787a4489 | KangIngu | |
4573 | 6c781c0c | djkim | private System.IAsyncResult OnBeginSaveCheckListHistory(object[] inValues, System.AsyncCallback callback, object asyncState) { |
4574 | string project_no = ((string)(inValues[0])); |
||
4575 | string rev = ((string)(inValues[1])); |
||
4576 | KCOMDataModel.DataModel.CHECK_LIST_HISTORY Check_History = ((KCOMDataModel.DataModel.CHECK_LIST_HISTORY)(inValues[2])); |
||
4577 | return this.BeginSaveCheckListHistory(project_no, rev, Check_History, callback, asyncState); |
||
4578 | } |
||
4579 | 787a4489 | KangIngu | |
4580 | 6c781c0c | djkim | private object[] OnEndSaveCheckListHistory(System.IAsyncResult result) { |
4581 | bool retVal = this.EndSaveCheckListHistory(result); |
||
4582 | return new object[] { |
||
4583 | retVal}; |
||
4584 | } |
||
4585 | 787a4489 | KangIngu | |
4586 | 6c781c0c | djkim | private void OnSaveCheckListHistoryCompleted(object state) { |
4587 | if ((this.SaveCheckListHistoryCompleted != null)) { |
||
4588 | InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
||
4589 | this.SaveCheckListHistoryCompleted(this, new SaveCheckListHistoryCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
||
4590 | } |
||
4591 | } |
||
4592 | 787a4489 | KangIngu | |
4593 | 6c781c0c | djkim | public void SaveCheckListHistoryAsync(string project_no, string rev, KCOMDataModel.DataModel.CHECK_LIST_HISTORY Check_History) { |
4594 | this.SaveCheckListHistoryAsync(project_no, rev, Check_History, null); |
||
4595 | } |
||
4596 | 992a98b4 | KangIngu | |
4597 | 6c781c0c | djkim | public void SaveCheckListHistoryAsync(string project_no, string rev, KCOMDataModel.DataModel.CHECK_LIST_HISTORY Check_History, object userState) { |
4598 | if ((this.onBeginSaveCheckListHistoryDelegate == null)) { |
||
4599 | this.onBeginSaveCheckListHistoryDelegate = new BeginOperationDelegate(this.OnBeginSaveCheckListHistory); |
||
4600 | } |
||
4601 | if ((this.onEndSaveCheckListHistoryDelegate == null)) { |
||
4602 | this.onEndSaveCheckListHistoryDelegate = new EndOperationDelegate(this.OnEndSaveCheckListHistory); |
||
4603 | } |
||
4604 | if ((this.onSaveCheckListHistoryCompletedDelegate == null)) { |
||
4605 | this.onSaveCheckListHistoryCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnSaveCheckListHistoryCompleted); |
||
4606 | } |
||
4607 | base.InvokeAsync(this.onBeginSaveCheckListHistoryDelegate, new object[] { |
||
4608 | project_no, |
||
4609 | rev, |
||
4610 | Check_History}, this.onEndSaveCheckListHistoryDelegate, this.onSaveCheckListHistoryCompletedDelegate, userState); |
||
4611 | } |
||
4612 | 992a98b4 | KangIngu | |
4613 | 6c781c0c | djkim | public bool SaveCheckList(string project_no, string _id, KCOMDataModel.DataModel.CHECK_LIST Check_value) { |
4614 | return base.Channel.SaveCheckList(project_no, _id, Check_value); |
||
4615 | } |
||
4616 | 992a98b4 | KangIngu | |
4617 | 6c781c0c | djkim | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
4618 | public System.IAsyncResult BeginSaveCheckList(string project_no, string _id, KCOMDataModel.DataModel.CHECK_LIST Check_value, System.AsyncCallback callback, object asyncState) { |
||
4619 | return base.Channel.BeginSaveCheckList(project_no, _id, Check_value, callback, asyncState); |
||
4620 | 787a4489 | KangIngu | } |
4621 | |||
4622 | 6c781c0c | djkim | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
4623 | public bool EndSaveCheckList(System.IAsyncResult result) { |
||
4624 | return base.Channel.EndSaveCheckList(result); |
||
4625 | } |
||
4626 | |||
4627 | private System.IAsyncResult OnBeginSaveCheckList(object[] inValues, System.AsyncCallback callback, object asyncState) { |
||
4628 | string project_no = ((string)(inValues[0])); |
||
4629 | string _id = ((string)(inValues[1])); |
||
4630 | KCOMDataModel.DataModel.CHECK_LIST Check_value = ((KCOMDataModel.DataModel.CHECK_LIST)(inValues[2])); |
||
4631 | return this.BeginSaveCheckList(project_no, _id, Check_value, callback, asyncState); |
||
4632 | } |
||
4633 | |||
4634 | private object[] OnEndSaveCheckList(System.IAsyncResult result) { |
||
4635 | bool retVal = this.EndSaveCheckList(result); |
||
4636 | return new object[] { |
||
4637 | retVal}; |
||
4638 | } |
||
4639 | |||
4640 | private void OnSaveCheckListCompleted(object state) { |
||
4641 | if ((this.SaveCheckListCompleted != null)) { |
||
4642 | InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
||
4643 | this.SaveCheckListCompleted(this, new SaveCheckListCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
||
4644 | } |
||
4645 | } |
||
4646 | |||
4647 | public void SaveCheckListAsync(string project_no, string _id, KCOMDataModel.DataModel.CHECK_LIST Check_value) { |
||
4648 | this.SaveCheckListAsync(project_no, _id, Check_value, null); |
||
4649 | } |
||
4650 | |||
4651 | public void SaveCheckListAsync(string project_no, string _id, KCOMDataModel.DataModel.CHECK_LIST Check_value, object userState) { |
||
4652 | if ((this.onBeginSaveCheckListDelegate == null)) { |
||
4653 | this.onBeginSaveCheckListDelegate = new BeginOperationDelegate(this.OnBeginSaveCheckList); |
||
4654 | } |
||
4655 | if ((this.onEndSaveCheckListDelegate == null)) { |
||
4656 | this.onEndSaveCheckListDelegate = new EndOperationDelegate(this.OnEndSaveCheckList); |
||
4657 | } |
||
4658 | if ((this.onSaveCheckListCompletedDelegate == null)) { |
||
4659 | this.onSaveCheckListCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnSaveCheckListCompleted); |
||
4660 | } |
||
4661 | base.InvokeAsync(this.onBeginSaveCheckListDelegate, new object[] { |
||
4662 | project_no, |
||
4663 | _id, |
||
4664 | Check_value}, this.onEndSaveCheckListDelegate, this.onSaveCheckListCompletedDelegate, userState); |
||
4665 | } |
||
4666 | |||
4667 | public bool AddCheckList(string project_no, KCOMDataModel.DataModel.CHECK_LIST Check_value) { |
||
4668 | return base.Channel.AddCheckList(project_no, Check_value); |
||
4669 | } |
||
4670 | |||
4671 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
4672 | public System.IAsyncResult BeginAddCheckList(string project_no, KCOMDataModel.DataModel.CHECK_LIST Check_value, System.AsyncCallback callback, object asyncState) { |
||
4673 | return base.Channel.BeginAddCheckList(project_no, Check_value, callback, asyncState); |
||
4674 | } |
||
4675 | |||
4676 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
4677 | public bool EndAddCheckList(System.IAsyncResult result) { |
||
4678 | return base.Channel.EndAddCheckList(result); |
||
4679 | } |
||
4680 | |||
4681 | private System.IAsyncResult OnBeginAddCheckList(object[] inValues, System.AsyncCallback callback, object asyncState) { |
||
4682 | string project_no = ((string)(inValues[0])); |
||
4683 | KCOMDataModel.DataModel.CHECK_LIST Check_value = ((KCOMDataModel.DataModel.CHECK_LIST)(inValues[1])); |
||
4684 | return this.BeginAddCheckList(project_no, Check_value, callback, asyncState); |
||
4685 | } |
||
4686 | |||
4687 | private object[] OnEndAddCheckList(System.IAsyncResult result) { |
||
4688 | bool retVal = this.EndAddCheckList(result); |
||
4689 | return new object[] { |
||
4690 | retVal}; |
||
4691 | } |
||
4692 | |||
4693 | private void OnAddCheckListCompleted(object state) { |
||
4694 | if ((this.AddCheckListCompleted != null)) { |
||
4695 | InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
||
4696 | this.AddCheckListCompleted(this, new AddCheckListCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
||
4697 | } |
||
4698 | } |
||
4699 | |||
4700 | public void AddCheckListAsync(string project_no, KCOMDataModel.DataModel.CHECK_LIST Check_value) { |
||
4701 | this.AddCheckListAsync(project_no, Check_value, null); |
||
4702 | } |
||
4703 | |||
4704 | public void AddCheckListAsync(string project_no, KCOMDataModel.DataModel.CHECK_LIST Check_value, object userState) { |
||
4705 | if ((this.onBeginAddCheckListDelegate == null)) { |
||
4706 | this.onBeginAddCheckListDelegate = new BeginOperationDelegate(this.OnBeginAddCheckList); |
||
4707 | } |
||
4708 | if ((this.onEndAddCheckListDelegate == null)) { |
||
4709 | this.onEndAddCheckListDelegate = new EndOperationDelegate(this.OnEndAddCheckList); |
||
4710 | } |
||
4711 | if ((this.onAddCheckListCompletedDelegate == null)) { |
||
4712 | this.onAddCheckListCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnAddCheckListCompleted); |
||
4713 | } |
||
4714 | base.InvokeAsync(this.onBeginAddCheckListDelegate, new object[] { |
||
4715 | project_no, |
||
4716 | Check_value}, this.onEndAddCheckListDelegate, this.onAddCheckListCompletedDelegate, userState); |
||
4717 | } |
||
4718 | |||
4719 | public KCOMDataModel.DataModel.CHECK_LIST GetCheckList(string project_no, string _id) { |
||
4720 | return base.Channel.GetCheckList(project_no, _id); |
||
4721 | } |
||
4722 | |||
4723 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
4724 | public System.IAsyncResult BeginGetCheckList(string project_no, string _id, System.AsyncCallback callback, object asyncState) { |
||
4725 | return base.Channel.BeginGetCheckList(project_no, _id, callback, asyncState); |
||
4726 | } |
||
4727 | |||
4728 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
4729 | public KCOMDataModel.DataModel.CHECK_LIST EndGetCheckList(System.IAsyncResult result) { |
||
4730 | return base.Channel.EndGetCheckList(result); |
||
4731 | } |
||
4732 | |||
4733 | private System.IAsyncResult OnBeginGetCheckList(object[] inValues, System.AsyncCallback callback, object asyncState) { |
||
4734 | string project_no = ((string)(inValues[0])); |
||
4735 | string _id = ((string)(inValues[1])); |
||
4736 | return this.BeginGetCheckList(project_no, _id, callback, asyncState); |
||
4737 | } |
||
4738 | |||
4739 | private object[] OnEndGetCheckList(System.IAsyncResult result) { |
||
4740 | KCOMDataModel.DataModel.CHECK_LIST retVal = this.EndGetCheckList(result); |
||
4741 | return new object[] { |
||
4742 | retVal}; |
||
4743 | } |
||
4744 | |||
4745 | private void OnGetCheckListCompleted(object state) { |
||
4746 | if ((this.GetCheckListCompleted != null)) { |
||
4747 | InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
||
4748 | this.GetCheckListCompleted(this, new GetCheckListCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
||
4749 | } |
||
4750 | } |
||
4751 | |||
4752 | public void GetCheckListAsync(string project_no, string _id) { |
||
4753 | this.GetCheckListAsync(project_no, _id, null); |
||
4754 | } |
||
4755 | |||
4756 | public void GetCheckListAsync(string project_no, string _id, object userState) { |
||
4757 | if ((this.onBeginGetCheckListDelegate == null)) { |
||
4758 | this.onBeginGetCheckListDelegate = new BeginOperationDelegate(this.OnBeginGetCheckList); |
||
4759 | } |
||
4760 | if ((this.onEndGetCheckListDelegate == null)) { |
||
4761 | this.onEndGetCheckListDelegate = new EndOperationDelegate(this.OnEndGetCheckList); |
||
4762 | } |
||
4763 | if ((this.onGetCheckListCompletedDelegate == null)) { |
||
4764 | this.onGetCheckListCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetCheckListCompleted); |
||
4765 | } |
||
4766 | base.InvokeAsync(this.onBeginGetCheckListDelegate, new object[] { |
||
4767 | project_no, |
||
4768 | _id}, this.onEndGetCheckListDelegate, this.onGetCheckListCompletedDelegate, userState); |
||
4769 | } |
||
4770 | |||
4771 | public System.Collections.Generic.List<KCOMDataModel.DataModel.CHECK_LIST> GetUserCheckList(string project_no, string user_id, string doc_no) { |
||
4772 | return base.Channel.GetUserCheckList(project_no, user_id, doc_no); |
||
4773 | } |
||
4774 | |||
4775 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
4776 | public System.IAsyncResult BeginGetUserCheckList(string project_no, string user_id, string doc_no, System.AsyncCallback callback, object asyncState) { |
||
4777 | return base.Channel.BeginGetUserCheckList(project_no, user_id, doc_no, callback, asyncState); |
||
4778 | } |
||
4779 | |||
4780 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
4781 | public System.Collections.Generic.List<KCOMDataModel.DataModel.CHECK_LIST> EndGetUserCheckList(System.IAsyncResult result) { |
||
4782 | return base.Channel.EndGetUserCheckList(result); |
||
4783 | } |
||
4784 | |||
4785 | private System.IAsyncResult OnBeginGetUserCheckList(object[] inValues, System.AsyncCallback callback, object asyncState) { |
||
4786 | string project_no = ((string)(inValues[0])); |
||
4787 | string user_id = ((string)(inValues[1])); |
||
4788 | string doc_no = ((string)(inValues[2])); |
||
4789 | return this.BeginGetUserCheckList(project_no, user_id, doc_no, callback, asyncState); |
||
4790 | } |
||
4791 | |||
4792 | private object[] OnEndGetUserCheckList(System.IAsyncResult result) { |
||
4793 | System.Collections.Generic.List<KCOMDataModel.DataModel.CHECK_LIST> retVal = this.EndGetUserCheckList(result); |
||
4794 | return new object[] { |
||
4795 | retVal}; |
||
4796 | } |
||
4797 | |||
4798 | private void OnGetUserCheckListCompleted(object state) { |
||
4799 | if ((this.GetUserCheckListCompleted != null)) { |
||
4800 | InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
||
4801 | this.GetUserCheckListCompleted(this, new GetUserCheckListCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
||
4802 | } |
||
4803 | } |
||
4804 | |||
4805 | public void GetUserCheckListAsync(string project_no, string user_id, string doc_no) { |
||
4806 | this.GetUserCheckListAsync(project_no, user_id, doc_no, null); |
||
4807 | } |
||
4808 | |||
4809 | public void GetUserCheckListAsync(string project_no, string user_id, string doc_no, object userState) { |
||
4810 | if ((this.onBeginGetUserCheckListDelegate == null)) { |
||
4811 | this.onBeginGetUserCheckListDelegate = new BeginOperationDelegate(this.OnBeginGetUserCheckList); |
||
4812 | } |
||
4813 | if ((this.onEndGetUserCheckListDelegate == null)) { |
||
4814 | this.onEndGetUserCheckListDelegate = new EndOperationDelegate(this.OnEndGetUserCheckList); |
||
4815 | } |
||
4816 | if ((this.onGetUserCheckListCompletedDelegate == null)) { |
||
4817 | this.onGetUserCheckListCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetUserCheckListCompleted); |
||
4818 | } |
||
4819 | base.InvokeAsync(this.onBeginGetUserCheckListDelegate, new object[] { |
||
4820 | project_no, |
||
4821 | user_id, |
||
4822 | doc_no}, this.onEndGetUserCheckListDelegate, this.onGetUserCheckListCompletedDelegate, userState); |
||
4823 | } |
||
4824 | |||
4825 | public System.Collections.Generic.List<KCOMDataModel.DataModel.CHECK_LIST_HISTORY> GetCheckListHistory(string project_no, string _id) { |
||
4826 | return base.Channel.GetCheckListHistory(project_no, _id); |
||
4827 | } |
||
4828 | |||
4829 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
4830 | public System.IAsyncResult BeginGetCheckListHistory(string project_no, string _id, System.AsyncCallback callback, object asyncState) { |
||
4831 | return base.Channel.BeginGetCheckListHistory(project_no, _id, callback, asyncState); |
||
4832 | } |
||
4833 | |||
4834 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
4835 | public System.Collections.Generic.List<KCOMDataModel.DataModel.CHECK_LIST_HISTORY> EndGetCheckListHistory(System.IAsyncResult result) { |
||
4836 | return base.Channel.EndGetCheckListHistory(result); |
||
4837 | } |
||
4838 | |||
4839 | private System.IAsyncResult OnBeginGetCheckListHistory(object[] inValues, System.AsyncCallback callback, object asyncState) { |
||
4840 | string project_no = ((string)(inValues[0])); |
||
4841 | string _id = ((string)(inValues[1])); |
||
4842 | return this.BeginGetCheckListHistory(project_no, _id, callback, asyncState); |
||
4843 | } |
||
4844 | |||
4845 | private object[] OnEndGetCheckListHistory(System.IAsyncResult result) { |
||
4846 | System.Collections.Generic.List<KCOMDataModel.DataModel.CHECK_LIST_HISTORY> retVal = this.EndGetCheckListHistory(result); |
||
4847 | return new object[] { |
||
4848 | retVal}; |
||
4849 | } |
||
4850 | |||
4851 | private void OnGetCheckListHistoryCompleted(object state) { |
||
4852 | if ((this.GetCheckListHistoryCompleted != null)) { |
||
4853 | InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
||
4854 | this.GetCheckListHistoryCompleted(this, new GetCheckListHistoryCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
||
4855 | } |
||
4856 | } |
||
4857 | |||
4858 | public void GetCheckListHistoryAsync(string project_no, string _id) { |
||
4859 | this.GetCheckListHistoryAsync(project_no, _id, null); |
||
4860 | } |
||
4861 | |||
4862 | public void GetCheckListHistoryAsync(string project_no, string _id, object userState) { |
||
4863 | if ((this.onBeginGetCheckListHistoryDelegate == null)) { |
||
4864 | this.onBeginGetCheckListHistoryDelegate = new BeginOperationDelegate(this.OnBeginGetCheckListHistory); |
||
4865 | } |
||
4866 | if ((this.onEndGetCheckListHistoryDelegate == null)) { |
||
4867 | this.onEndGetCheckListHistoryDelegate = new EndOperationDelegate(this.OnEndGetCheckListHistory); |
||
4868 | } |
||
4869 | if ((this.onGetCheckListHistoryCompletedDelegate == null)) { |
||
4870 | this.onGetCheckListHistoryCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetCheckListHistoryCompleted); |
||
4871 | } |
||
4872 | base.InvokeAsync(this.onBeginGetCheckListHistoryDelegate, new object[] { |
||
4873 | project_no, |
||
4874 | _id}, this.onEndGetCheckListHistoryDelegate, this.onGetCheckListHistoryCompletedDelegate, userState); |
||
4875 | } |
||
4876 | |||
4877 | public KCOMDataModel.DataModel.CHECK_LIST_HISTORY GetCheckListHistoryFirstOrDefault(string project_no, string checklist_id, string rev) { |
||
4878 | return base.Channel.GetCheckListHistoryFirstOrDefault(project_no, checklist_id, rev); |
||
4879 | } |
||
4880 | |||
4881 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
4882 | public System.IAsyncResult BeginGetCheckListHistoryFirstOrDefault(string project_no, string checklist_id, string rev, System.AsyncCallback callback, object asyncState) { |
||
4883 | return base.Channel.BeginGetCheckListHistoryFirstOrDefault(project_no, checklist_id, rev, callback, asyncState); |
||
4884 | } |
||
4885 | |||
4886 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
4887 | public KCOMDataModel.DataModel.CHECK_LIST_HISTORY EndGetCheckListHistoryFirstOrDefault(System.IAsyncResult result) { |
||
4888 | return base.Channel.EndGetCheckListHistoryFirstOrDefault(result); |
||
4889 | } |
||
4890 | |||
4891 | private System.IAsyncResult OnBeginGetCheckListHistoryFirstOrDefault(object[] inValues, System.AsyncCallback callback, object asyncState) { |
||
4892 | string project_no = ((string)(inValues[0])); |
||
4893 | string checklist_id = ((string)(inValues[1])); |
||
4894 | string rev = ((string)(inValues[2])); |
||
4895 | return this.BeginGetCheckListHistoryFirstOrDefault(project_no, checklist_id, rev, callback, asyncState); |
||
4896 | } |
||
4897 | |||
4898 | private object[] OnEndGetCheckListHistoryFirstOrDefault(System.IAsyncResult result) { |
||
4899 | KCOMDataModel.DataModel.CHECK_LIST_HISTORY retVal = this.EndGetCheckListHistoryFirstOrDefault(result); |
||
4900 | return new object[] { |
||
4901 | retVal}; |
||
4902 | } |
||
4903 | |||
4904 | private void OnGetCheckListHistoryFirstOrDefaultCompleted(object state) { |
||
4905 | if ((this.GetCheckListHistoryFirstOrDefaultCompleted != null)) { |
||
4906 | InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
||
4907 | this.GetCheckListHistoryFirstOrDefaultCompleted(this, new GetCheckListHistoryFirstOrDefaultCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
||
4908 | } |
||
4909 | } |
||
4910 | |||
4911 | public void GetCheckListHistoryFirstOrDefaultAsync(string project_no, string checklist_id, string rev) { |
||
4912 | this.GetCheckListHistoryFirstOrDefaultAsync(project_no, checklist_id, rev, null); |
||
4913 | } |
||
4914 | |||
4915 | public void GetCheckListHistoryFirstOrDefaultAsync(string project_no, string checklist_id, string rev, object userState) { |
||
4916 | if ((this.onBeginGetCheckListHistoryFirstOrDefaultDelegate == null)) { |
||
4917 | this.onBeginGetCheckListHistoryFirstOrDefaultDelegate = new BeginOperationDelegate(this.OnBeginGetCheckListHistoryFirstOrDefault); |
||
4918 | } |
||
4919 | if ((this.onEndGetCheckListHistoryFirstOrDefaultDelegate == null)) { |
||
4920 | this.onEndGetCheckListHistoryFirstOrDefaultDelegate = new EndOperationDelegate(this.OnEndGetCheckListHistoryFirstOrDefault); |
||
4921 | } |
||
4922 | if ((this.onGetCheckListHistoryFirstOrDefaultCompletedDelegate == null)) { |
||
4923 | this.onGetCheckListHistoryFirstOrDefaultCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetCheckListHistoryFirstOrDefaultCompleted); |
||
4924 | } |
||
4925 | base.InvokeAsync(this.onBeginGetCheckListHistoryFirstOrDefaultDelegate, new object[] { |
||
4926 | project_no, |
||
4927 | checklist_id, |
||
4928 | rev}, this.onEndGetCheckListHistoryFirstOrDefaultDelegate, this.onGetCheckListHistoryFirstOrDefaultCompletedDelegate, userState); |
||
4929 | } |
||
4930 | |||
4931 | public bool SavePageAngle(string project_no, System.Collections.Generic.List<KCOMDataModel.DataModel.DOCPAGE> _mldocpage) { |
||
4932 | return base.Channel.SavePageAngle(project_no, _mldocpage); |
||
4933 | } |
||
4934 | |||
4935 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
4936 | public System.IAsyncResult BeginSavePageAngle(string project_no, System.Collections.Generic.List<KCOMDataModel.DataModel.DOCPAGE> _mldocpage, System.AsyncCallback callback, object asyncState) { |
||
4937 | return base.Channel.BeginSavePageAngle(project_no, _mldocpage, callback, asyncState); |
||
4938 | } |
||
4939 | |||
4940 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
4941 | public bool EndSavePageAngle(System.IAsyncResult result) { |
||
4942 | return base.Channel.EndSavePageAngle(result); |
||
4943 | } |
||
4944 | |||
4945 | private System.IAsyncResult OnBeginSavePageAngle(object[] inValues, System.AsyncCallback callback, object asyncState) { |
||
4946 | string project_no = ((string)(inValues[0])); |
||
4947 | System.Collections.Generic.List<KCOMDataModel.DataModel.DOCPAGE> _mldocpage = ((System.Collections.Generic.List<KCOMDataModel.DataModel.DOCPAGE>)(inValues[1])); |
||
4948 | return this.BeginSavePageAngle(project_no, _mldocpage, callback, asyncState); |
||
4949 | } |
||
4950 | |||
4951 | private object[] OnEndSavePageAngle(System.IAsyncResult result) { |
||
4952 | bool retVal = this.EndSavePageAngle(result); |
||
4953 | return new object[] { |
||
4954 | retVal}; |
||
4955 | } |
||
4956 | |||
4957 | private void OnSavePageAngleCompleted(object state) { |
||
4958 | if ((this.SavePageAngleCompleted != null)) { |
||
4959 | InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
||
4960 | this.SavePageAngleCompleted(this, new SavePageAngleCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
||
4961 | } |
||
4962 | } |
||
4963 | |||
4964 | public void SavePageAngleAsync(string project_no, System.Collections.Generic.List<KCOMDataModel.DataModel.DOCPAGE> _mldocpage) { |
||
4965 | this.SavePageAngleAsync(project_no, _mldocpage, null); |
||
4966 | } |
||
4967 | |||
4968 | public void SavePageAngleAsync(string project_no, System.Collections.Generic.List<KCOMDataModel.DataModel.DOCPAGE> _mldocpage, object userState) { |
||
4969 | if ((this.onBeginSavePageAngleDelegate == null)) { |
||
4970 | this.onBeginSavePageAngleDelegate = new BeginOperationDelegate(this.OnBeginSavePageAngle); |
||
4971 | } |
||
4972 | if ((this.onEndSavePageAngleDelegate == null)) { |
||
4973 | this.onEndSavePageAngleDelegate = new EndOperationDelegate(this.OnEndSavePageAngle); |
||
4974 | } |
||
4975 | if ((this.onSavePageAngleCompletedDelegate == null)) { |
||
4976 | this.onSavePageAngleCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnSavePageAngleCompleted); |
||
4977 | } |
||
4978 | base.InvokeAsync(this.onBeginSavePageAngleDelegate, new object[] { |
||
4979 | project_no, |
||
4980 | _mldocpage}, this.onEndSavePageAngleDelegate, this.onSavePageAngleCompletedDelegate, userState); |
||
4981 | } |
||
4982 | |||
4983 | public KCOMDataModel.DataModel.MARKUP_INFO GetMarkupInfo(string project_no, string _id) { |
||
4984 | return base.Channel.GetMarkupInfo(project_no, _id); |
||
4985 | } |
||
4986 | |||
4987 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
4988 | public System.IAsyncResult BeginGetMarkupInfo(string project_no, string _id, System.AsyncCallback callback, object asyncState) { |
||
4989 | return base.Channel.BeginGetMarkupInfo(project_no, _id, callback, asyncState); |
||
4990 | } |
||
4991 | |||
4992 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
4993 | public KCOMDataModel.DataModel.MARKUP_INFO EndGetMarkupInfo(System.IAsyncResult result) { |
||
4994 | return base.Channel.EndGetMarkupInfo(result); |
||
4995 | } |
||
4996 | |||
4997 | private System.IAsyncResult OnBeginGetMarkupInfo(object[] inValues, System.AsyncCallback callback, object asyncState) { |
||
4998 | string project_no = ((string)(inValues[0])); |
||
4999 | string _id = ((string)(inValues[1])); |
||
5000 | return this.BeginGetMarkupInfo(project_no, _id, callback, asyncState); |
||
5001 | } |
||
5002 | |||
5003 | private object[] OnEndGetMarkupInfo(System.IAsyncResult result) { |
||
5004 | KCOMDataModel.DataModel.MARKUP_INFO retVal = this.EndGetMarkupInfo(result); |
||
5005 | return new object[] { |
||
5006 | retVal}; |
||
5007 | 787a4489 | KangIngu | } |
5008 | |||
5009 | 6c781c0c | djkim | private void OnGetMarkupInfoCompleted(object state) { |
5010 | if ((this.GetMarkupInfoCompleted != null)) { |
||
5011 | InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
||
5012 | this.GetMarkupInfoCompleted(this, new GetMarkupInfoCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
||
5013 | } |
||
5014 | 787a4489 | KangIngu | } |
5015 | |||
5016 | 6c781c0c | djkim | public void GetMarkupInfoAsync(string project_no, string _id) { |
5017 | this.GetMarkupInfoAsync(project_no, _id, null); |
||
5018 | 787a4489 | KangIngu | } |
5019 | |||
5020 | 6c781c0c | djkim | public void GetMarkupInfoAsync(string project_no, string _id, object userState) { |
5021 | if ((this.onBeginGetMarkupInfoDelegate == null)) { |
||
5022 | this.onBeginGetMarkupInfoDelegate = new BeginOperationDelegate(this.OnBeginGetMarkupInfo); |
||
5023 | } |
||
5024 | if ((this.onEndGetMarkupInfoDelegate == null)) { |
||
5025 | this.onEndGetMarkupInfoDelegate = new EndOperationDelegate(this.OnEndGetMarkupInfo); |
||
5026 | } |
||
5027 | if ((this.onGetMarkupInfoCompletedDelegate == null)) { |
||
5028 | this.onGetMarkupInfoCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetMarkupInfoCompleted); |
||
5029 | } |
||
5030 | base.InvokeAsync(this.onBeginGetMarkupInfoDelegate, new object[] { |
||
5031 | project_no, |
||
5032 | _id}, this.onEndGetMarkupInfoDelegate, this.onGetMarkupInfoCompletedDelegate, userState); |
||
5033 | 787a4489 | KangIngu | } |
5034 | |||
5035 | 6c781c0c | djkim | public System.Collections.Generic.List<string> GetMarkupDataListperPage(string project_no, string _markupinfoid, int _pageNo) { |
5036 | return base.Channel.GetMarkupDataListperPage(project_no, _markupinfoid, _pageNo); |
||
5037 | } |
||
5038 | 787a4489 | KangIngu | |
5039 | 6c781c0c | djkim | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
5040 | public System.IAsyncResult BeginGetMarkupDataListperPage(string project_no, string _markupinfoid, int _pageNo, System.AsyncCallback callback, object asyncState) { |
||
5041 | return base.Channel.BeginGetMarkupDataListperPage(project_no, _markupinfoid, _pageNo, callback, asyncState); |
||
5042 | } |
||
5043 | 992a98b4 | KangIngu | |
5044 | 6c781c0c | djkim | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
5045 | public System.Collections.Generic.List<string> EndGetMarkupDataListperPage(System.IAsyncResult result) { |
||
5046 | return base.Channel.EndGetMarkupDataListperPage(result); |
||
5047 | } |
||
5048 | 992a98b4 | KangIngu | |
5049 | 6c781c0c | djkim | private System.IAsyncResult OnBeginGetMarkupDataListperPage(object[] inValues, System.AsyncCallback callback, object asyncState) { |
5050 | string project_no = ((string)(inValues[0])); |
||
5051 | string _markupinfoid = ((string)(inValues[1])); |
||
5052 | int _pageNo = ((int)(inValues[2])); |
||
5053 | return this.BeginGetMarkupDataListperPage(project_no, _markupinfoid, _pageNo, callback, asyncState); |
||
5054 | } |
||
5055 | 992a98b4 | KangIngu | |
5056 | 6c781c0c | djkim | private object[] OnEndGetMarkupDataListperPage(System.IAsyncResult result) { |
5057 | System.Collections.Generic.List<string> retVal = this.EndGetMarkupDataListperPage(result); |
||
5058 | return new object[] { |
||
5059 | retVal}; |
||
5060 | } |
||
5061 | 787a4489 | KangIngu | |
5062 | 6c781c0c | djkim | private void OnGetMarkupDataListperPageCompleted(object state) { |
5063 | if ((this.GetMarkupDataListperPageCompleted != null)) { |
||
5064 | InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
||
5065 | this.GetMarkupDataListperPageCompleted(this, new GetMarkupDataListperPageCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
||
5066 | } |
||
5067 | } |
||
5068 | 787a4489 | KangIngu | |
5069 | 6c781c0c | djkim | public void GetMarkupDataListperPageAsync(string project_no, string _markupinfoid, int _pageNo) { |
5070 | this.GetMarkupDataListperPageAsync(project_no, _markupinfoid, _pageNo, null); |
||
5071 | } |
||
5072 | 787a4489 | KangIngu | |
5073 | 6c781c0c | djkim | public void GetMarkupDataListperPageAsync(string project_no, string _markupinfoid, int _pageNo, object userState) { |
5074 | if ((this.onBeginGetMarkupDataListperPageDelegate == null)) { |
||
5075 | this.onBeginGetMarkupDataListperPageDelegate = new BeginOperationDelegate(this.OnBeginGetMarkupDataListperPage); |
||
5076 | } |
||
5077 | if ((this.onEndGetMarkupDataListperPageDelegate == null)) { |
||
5078 | this.onEndGetMarkupDataListperPageDelegate = new EndOperationDelegate(this.OnEndGetMarkupDataListperPage); |
||
5079 | } |
||
5080 | if ((this.onGetMarkupDataListperPageCompletedDelegate == null)) { |
||
5081 | this.onGetMarkupDataListperPageCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetMarkupDataListperPageCompleted); |
||
5082 | } |
||
5083 | base.InvokeAsync(this.onBeginGetMarkupDataListperPageDelegate, new object[] { |
||
5084 | project_no, |
||
5085 | _markupinfoid, |
||
5086 | _pageNo}, this.onEndGetMarkupDataListperPageDelegate, this.onGetMarkupDataListperPageCompletedDelegate, userState); |
||
5087 | } |
||
5088 | 787a4489 | KangIngu | |
5089 | 6c781c0c | djkim | public bool AddMarkupInfo(string project_no, KCOMDataModel.DataModel.MARKUP_INFO value) { |
5090 | return base.Channel.AddMarkupInfo(project_no, value); |
||
5091 | } |
||
5092 | 787a4489 | KangIngu | |
5093 | 6c781c0c | djkim | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
5094 | public System.IAsyncResult BeginAddMarkupInfo(string project_no, KCOMDataModel.DataModel.MARKUP_INFO value, System.AsyncCallback callback, object asyncState) { |
||
5095 | return base.Channel.BeginAddMarkupInfo(project_no, value, callback, asyncState); |
||
5096 | } |
||
5097 | 787a4489 | KangIngu | |
5098 | 6c781c0c | djkim | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
5099 | public bool EndAddMarkupInfo(System.IAsyncResult result) { |
||
5100 | return base.Channel.EndAddMarkupInfo(result); |
||
5101 | } |
||
5102 | 787a4489 | KangIngu | |
5103 | 6c781c0c | djkim | private System.IAsyncResult OnBeginAddMarkupInfo(object[] inValues, System.AsyncCallback callback, object asyncState) { |
5104 | string project_no = ((string)(inValues[0])); |
||
5105 | KCOMDataModel.DataModel.MARKUP_INFO value = ((KCOMDataModel.DataModel.MARKUP_INFO)(inValues[1])); |
||
5106 | return this.BeginAddMarkupInfo(project_no, value, callback, asyncState); |
||
5107 | } |
||
5108 | 787a4489 | KangIngu | |
5109 | 6c781c0c | djkim | private object[] OnEndAddMarkupInfo(System.IAsyncResult result) { |
5110 | bool retVal = this.EndAddMarkupInfo(result); |
||
5111 | return new object[] { |
||
5112 | retVal}; |
||
5113 | } |
||
5114 | 787a4489 | KangIngu | |
5115 | 6c781c0c | djkim | private void OnAddMarkupInfoCompleted(object state) { |
5116 | if ((this.AddMarkupInfoCompleted != null)) { |
||
5117 | InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
||
5118 | this.AddMarkupInfoCompleted(this, new AddMarkupInfoCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
||
5119 | } |
||
5120 | } |
||
5121 | 787a4489 | KangIngu | |
5122 | 6c781c0c | djkim | public void AddMarkupInfoAsync(string project_no, KCOMDataModel.DataModel.MARKUP_INFO value) { |
5123 | this.AddMarkupInfoAsync(project_no, value, null); |
||
5124 | } |
||
5125 | 787a4489 | KangIngu | |
5126 | 6c781c0c | djkim | public void AddMarkupInfoAsync(string project_no, KCOMDataModel.DataModel.MARKUP_INFO value, object userState) { |
5127 | if ((this.onBeginAddMarkupInfoDelegate == null)) { |
||
5128 | this.onBeginAddMarkupInfoDelegate = new BeginOperationDelegate(this.OnBeginAddMarkupInfo); |
||
5129 | } |
||
5130 | if ((this.onEndAddMarkupInfoDelegate == null)) { |
||
5131 | this.onEndAddMarkupInfoDelegate = new EndOperationDelegate(this.OnEndAddMarkupInfo); |
||
5132 | } |
||
5133 | if ((this.onAddMarkupInfoCompletedDelegate == null)) { |
||
5134 | this.onAddMarkupInfoCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnAddMarkupInfoCompleted); |
||
5135 | } |
||
5136 | base.InvokeAsync(this.onBeginAddMarkupInfoDelegate, new object[] { |
||
5137 | project_no, |
||
5138 | value}, this.onEndAddMarkupInfoDelegate, this.onAddMarkupInfoCompletedDelegate, userState); |
||
5139 | } |
||
5140 | 992a98b4 | KangIngu | |
5141 | 6c781c0c | djkim | public bool AddMarkupInfoVersion(string project_no, KCOMDataModel.DataModel.MARKUP_INFO_VERSION value) { |
5142 | return base.Channel.AddMarkupInfoVersion(project_no, value); |
||
5143 | 787a4489 | KangIngu | } |
5144 | |||
5145 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
5146 | 6c781c0c | djkim | public System.IAsyncResult BeginAddMarkupInfoVersion(string project_no, KCOMDataModel.DataModel.MARKUP_INFO_VERSION value, System.AsyncCallback callback, object asyncState) { |
5147 | return base.Channel.BeginAddMarkupInfoVersion(project_no, value, callback, asyncState); |
||
5148 | 787a4489 | KangIngu | } |
5149 | |||
5150 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
5151 | 6c781c0c | djkim | public bool EndAddMarkupInfoVersion(System.IAsyncResult result) { |
5152 | return base.Channel.EndAddMarkupInfoVersion(result); |
||
5153 | 787a4489 | KangIngu | } |
5154 | |||
5155 | 6c781c0c | djkim | private System.IAsyncResult OnBeginAddMarkupInfoVersion(object[] inValues, System.AsyncCallback callback, object asyncState) { |
5156 | string project_no = ((string)(inValues[0])); |
||
5157 | KCOMDataModel.DataModel.MARKUP_INFO_VERSION value = ((KCOMDataModel.DataModel.MARKUP_INFO_VERSION)(inValues[1])); |
||
5158 | return this.BeginAddMarkupInfoVersion(project_no, value, callback, asyncState); |
||
5159 | 787a4489 | KangIngu | } |
5160 | |||
5161 | 6c781c0c | djkim | private object[] OnEndAddMarkupInfoVersion(System.IAsyncResult result) { |
5162 | bool retVal = this.EndAddMarkupInfoVersion(result); |
||
5163 | 787a4489 | KangIngu | return new object[] { |
5164 | retVal}; |
||
5165 | } |
||
5166 | |||
5167 | 6c781c0c | djkim | private void OnAddMarkupInfoVersionCompleted(object state) { |
5168 | if ((this.AddMarkupInfoVersionCompleted != null)) { |
||
5169 | 787a4489 | KangIngu | InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
5170 | 6c781c0c | djkim | this.AddMarkupInfoVersionCompleted(this, new AddMarkupInfoVersionCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
5171 | 787a4489 | KangIngu | } |
5172 | } |
||
5173 | |||
5174 | 6c781c0c | djkim | public void AddMarkupInfoVersionAsync(string project_no, KCOMDataModel.DataModel.MARKUP_INFO_VERSION value) { |
5175 | this.AddMarkupInfoVersionAsync(project_no, value, null); |
||
5176 | 787a4489 | KangIngu | } |
5177 | |||
5178 | 6c781c0c | djkim | public void AddMarkupInfoVersionAsync(string project_no, KCOMDataModel.DataModel.MARKUP_INFO_VERSION value, object userState) { |
5179 | if ((this.onBeginAddMarkupInfoVersionDelegate == null)) { |
||
5180 | this.onBeginAddMarkupInfoVersionDelegate = new BeginOperationDelegate(this.OnBeginAddMarkupInfoVersion); |
||
5181 | 787a4489 | KangIngu | } |
5182 | 6c781c0c | djkim | if ((this.onEndAddMarkupInfoVersionDelegate == null)) { |
5183 | this.onEndAddMarkupInfoVersionDelegate = new EndOperationDelegate(this.OnEndAddMarkupInfoVersion); |
||
5184 | 787a4489 | KangIngu | } |
5185 | 6c781c0c | djkim | if ((this.onAddMarkupInfoVersionCompletedDelegate == null)) { |
5186 | this.onAddMarkupInfoVersionCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnAddMarkupInfoVersionCompleted); |
||
5187 | 787a4489 | KangIngu | } |
5188 | 6c781c0c | djkim | base.InvokeAsync(this.onBeginAddMarkupInfoVersionDelegate, new object[] { |
5189 | project_no, |
||
5190 | value}, this.onEndAddMarkupInfoVersionDelegate, this.onAddMarkupInfoVersionCompletedDelegate, userState); |
||
5191 | 787a4489 | KangIngu | } |
5192 | |||
5193 | 6c781c0c | djkim | public bool AddMarkupData(string project_no, KCOMDataModel.DataModel.MARKUP_DATA value) { |
5194 | return base.Channel.AddMarkupData(project_no, value); |
||
5195 | 992a98b4 | KangIngu | } |
5196 | |||
5197 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
5198 | 6c781c0c | djkim | public System.IAsyncResult BeginAddMarkupData(string project_no, KCOMDataModel.DataModel.MARKUP_DATA value, System.AsyncCallback callback, object asyncState) { |
5199 | return base.Channel.BeginAddMarkupData(project_no, value, callback, asyncState); |
||
5200 | 992a98b4 | KangIngu | } |
5201 | |||
5202 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
5203 | 6c781c0c | djkim | public bool EndAddMarkupData(System.IAsyncResult result) { |
5204 | return base.Channel.EndAddMarkupData(result); |
||
5205 | 992a98b4 | KangIngu | } |
5206 | |||
5207 | 6c781c0c | djkim | private System.IAsyncResult OnBeginAddMarkupData(object[] inValues, System.AsyncCallback callback, object asyncState) { |
5208 | string project_no = ((string)(inValues[0])); |
||
5209 | KCOMDataModel.DataModel.MARKUP_DATA value = ((KCOMDataModel.DataModel.MARKUP_DATA)(inValues[1])); |
||
5210 | return this.BeginAddMarkupData(project_no, value, callback, asyncState); |
||
5211 | 992a98b4 | KangIngu | } |
5212 | |||
5213 | 6c781c0c | djkim | private object[] OnEndAddMarkupData(System.IAsyncResult result) { |
5214 | bool retVal = this.EndAddMarkupData(result); |
||
5215 | 992a98b4 | KangIngu | return new object[] { |
5216 | retVal}; |
||
5217 | } |
||
5218 | |||
5219 | 6c781c0c | djkim | private void OnAddMarkupDataCompleted(object state) { |
5220 | if ((this.AddMarkupDataCompleted != null)) { |
||
5221 | 992a98b4 | KangIngu | InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
5222 | 6c781c0c | djkim | this.AddMarkupDataCompleted(this, new AddMarkupDataCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
5223 | 992a98b4 | KangIngu | } |
5224 | } |
||
5225 | |||
5226 | 6c781c0c | djkim | public void AddMarkupDataAsync(string project_no, KCOMDataModel.DataModel.MARKUP_DATA value) { |
5227 | this.AddMarkupDataAsync(project_no, value, null); |
||
5228 | 992a98b4 | KangIngu | } |
5229 | |||
5230 | 6c781c0c | djkim | public void AddMarkupDataAsync(string project_no, KCOMDataModel.DataModel.MARKUP_DATA value, object userState) { |
5231 | if ((this.onBeginAddMarkupDataDelegate == null)) { |
||
5232 | this.onBeginAddMarkupDataDelegate = new BeginOperationDelegate(this.OnBeginAddMarkupData); |
||
5233 | 992a98b4 | KangIngu | } |
5234 | 6c781c0c | djkim | if ((this.onEndAddMarkupDataDelegate == null)) { |
5235 | this.onEndAddMarkupDataDelegate = new EndOperationDelegate(this.OnEndAddMarkupData); |
||
5236 | 992a98b4 | KangIngu | } |
5237 | 6c781c0c | djkim | if ((this.onAddMarkupDataCompletedDelegate == null)) { |
5238 | this.onAddMarkupDataCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnAddMarkupDataCompleted); |
||
5239 | 992a98b4 | KangIngu | } |
5240 | 6c781c0c | djkim | base.InvokeAsync(this.onBeginAddMarkupDataDelegate, new object[] { |
5241 | project_no, |
||
5242 | value}, this.onEndAddMarkupDataDelegate, this.onAddMarkupDataCompletedDelegate, userState); |
||
5243 | 992a98b4 | KangIngu | } |
5244 | |||
5245 | 6c781c0c | djkim | public bool AvoidMarkupInfo(string project_no, string _doc_id) { |
5246 | return base.Channel.AvoidMarkupInfo(project_no, _doc_id); |
||
5247 | 992a98b4 | KangIngu | } |
5248 | |||
5249 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
5250 | 6c781c0c | djkim | public System.IAsyncResult BeginAvoidMarkupInfo(string project_no, string _doc_id, System.AsyncCallback callback, object asyncState) { |
5251 | return base.Channel.BeginAvoidMarkupInfo(project_no, _doc_id, callback, asyncState); |
||
5252 | 992a98b4 | KangIngu | } |
5253 | |||
5254 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
5255 | 6c781c0c | djkim | public bool EndAvoidMarkupInfo(System.IAsyncResult result) { |
5256 | return base.Channel.EndAvoidMarkupInfo(result); |
||
5257 | 992a98b4 | KangIngu | } |
5258 | |||
5259 | 6c781c0c | djkim | private System.IAsyncResult OnBeginAvoidMarkupInfo(object[] inValues, System.AsyncCallback callback, object asyncState) { |
5260 | string project_no = ((string)(inValues[0])); |
||
5261 | string _doc_id = ((string)(inValues[1])); |
||
5262 | return this.BeginAvoidMarkupInfo(project_no, _doc_id, callback, asyncState); |
||
5263 | 992a98b4 | KangIngu | } |
5264 | |||
5265 | 6c781c0c | djkim | private object[] OnEndAvoidMarkupInfo(System.IAsyncResult result) { |
5266 | bool retVal = this.EndAvoidMarkupInfo(result); |
||
5267 | 992a98b4 | KangIngu | return new object[] { |
5268 | retVal}; |
||
5269 | } |
||
5270 | |||
5271 | 6c781c0c | djkim | private void OnAvoidMarkupInfoCompleted(object state) { |
5272 | if ((this.AvoidMarkupInfoCompleted != null)) { |
||
5273 | 992a98b4 | KangIngu | InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
5274 | 6c781c0c | djkim | this.AvoidMarkupInfoCompleted(this, new AvoidMarkupInfoCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
5275 | 992a98b4 | KangIngu | } |
5276 | } |
||
5277 | |||
5278 | 6c781c0c | djkim | public void AvoidMarkupInfoAsync(string project_no, string _doc_id) { |
5279 | this.AvoidMarkupInfoAsync(project_no, _doc_id, null); |
||
5280 | 992a98b4 | KangIngu | } |
5281 | |||
5282 | 6c781c0c | djkim | public void AvoidMarkupInfoAsync(string project_no, string _doc_id, object userState) { |
5283 | if ((this.onBeginAvoidMarkupInfoDelegate == null)) { |
||
5284 | this.onBeginAvoidMarkupInfoDelegate = new BeginOperationDelegate(this.OnBeginAvoidMarkupInfo); |
||
5285 | 992a98b4 | KangIngu | } |
5286 | 6c781c0c | djkim | if ((this.onEndAvoidMarkupInfoDelegate == null)) { |
5287 | this.onEndAvoidMarkupInfoDelegate = new EndOperationDelegate(this.OnEndAvoidMarkupInfo); |
||
5288 | 992a98b4 | KangIngu | } |
5289 | 6c781c0c | djkim | if ((this.onAvoidMarkupInfoCompletedDelegate == null)) { |
5290 | this.onAvoidMarkupInfoCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnAvoidMarkupInfoCompleted); |
||
5291 | 992a98b4 | KangIngu | } |
5292 | 6c781c0c | djkim | base.InvokeAsync(this.onBeginAvoidMarkupInfoDelegate, new object[] { |
5293 | project_no, |
||
5294 | _doc_id}, this.onEndAvoidMarkupInfoDelegate, this.onAvoidMarkupInfoCompletedDelegate, userState); |
||
5295 | 992a98b4 | KangIngu | } |
5296 | |||
5297 | 6c781c0c | djkim | public bool SaveMarkupInfo(string project_no, string _id, KCOMDataModel.DataModel.MARKUP_INFO value) { |
5298 | return base.Channel.SaveMarkupInfo(project_no, _id, value); |
||
5299 | 992a98b4 | KangIngu | } |
5300 | |||
5301 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
5302 | 6c781c0c | djkim | public System.IAsyncResult BeginSaveMarkupInfo(string project_no, string _id, KCOMDataModel.DataModel.MARKUP_INFO value, System.AsyncCallback callback, object asyncState) { |
5303 | return base.Channel.BeginSaveMarkupInfo(project_no, _id, value, callback, asyncState); |
||
5304 | 992a98b4 | KangIngu | } |
5305 | |||
5306 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
5307 | 6c781c0c | djkim | public bool EndSaveMarkupInfo(System.IAsyncResult result) { |
5308 | return base.Channel.EndSaveMarkupInfo(result); |
||
5309 | 992a98b4 | KangIngu | } |
5310 | |||
5311 | 6c781c0c | djkim | private System.IAsyncResult OnBeginSaveMarkupInfo(object[] inValues, System.AsyncCallback callback, object asyncState) { |
5312 | string project_no = ((string)(inValues[0])); |
||
5313 | string _id = ((string)(inValues[1])); |
||
5314 | KCOMDataModel.DataModel.MARKUP_INFO value = ((KCOMDataModel.DataModel.MARKUP_INFO)(inValues[2])); |
||
5315 | return this.BeginSaveMarkupInfo(project_no, _id, value, callback, asyncState); |
||
5316 | 992a98b4 | KangIngu | } |
5317 | |||
5318 | 6c781c0c | djkim | private object[] OnEndSaveMarkupInfo(System.IAsyncResult result) { |
5319 | bool retVal = this.EndSaveMarkupInfo(result); |
||
5320 | 992a98b4 | KangIngu | return new object[] { |
5321 | retVal}; |
||
5322 | } |
||
5323 | |||
5324 | 6c781c0c | djkim | private void OnSaveMarkupInfoCompleted(object state) { |
5325 | if ((this.SaveMarkupInfoCompleted != null)) { |
||
5326 | 992a98b4 | KangIngu | InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
5327 | 6c781c0c | djkim | this.SaveMarkupInfoCompleted(this, new SaveMarkupInfoCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
5328 | 992a98b4 | KangIngu | } |
5329 | } |
||
5330 | |||
5331 | 6c781c0c | djkim | public void SaveMarkupInfoAsync(string project_no, string _id, KCOMDataModel.DataModel.MARKUP_INFO value) { |
5332 | this.SaveMarkupInfoAsync(project_no, _id, value, null); |
||
5333 | 992a98b4 | KangIngu | } |
5334 | |||
5335 | 6c781c0c | djkim | public void SaveMarkupInfoAsync(string project_no, string _id, KCOMDataModel.DataModel.MARKUP_INFO value, object userState) { |
5336 | if ((this.onBeginSaveMarkupInfoDelegate == null)) { |
||
5337 | this.onBeginSaveMarkupInfoDelegate = new BeginOperationDelegate(this.OnBeginSaveMarkupInfo); |
||
5338 | 992a98b4 | KangIngu | } |
5339 | 6c781c0c | djkim | if ((this.onEndSaveMarkupInfoDelegate == null)) { |
5340 | this.onEndSaveMarkupInfoDelegate = new EndOperationDelegate(this.OnEndSaveMarkupInfo); |
||
5341 | 992a98b4 | KangIngu | } |
5342 | 6c781c0c | djkim | if ((this.onSaveMarkupInfoCompletedDelegate == null)) { |
5343 | this.onSaveMarkupInfoCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnSaveMarkupInfoCompleted); |
||
5344 | 992a98b4 | KangIngu | } |
5345 | 6c781c0c | djkim | base.InvokeAsync(this.onBeginSaveMarkupInfoDelegate, new object[] { |
5346 | project_no, |
||
5347 | _id, |
||
5348 | value}, this.onEndSaveMarkupInfoDelegate, this.onSaveMarkupInfoCompletedDelegate, userState); |
||
5349 | 992a98b4 | KangIngu | } |
5350 | |||
5351 | 6c781c0c | djkim | public System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_DATA> GetMarkupDataList(string project_no, string _versionid) { |
5352 | return base.Channel.GetMarkupDataList(project_no, _versionid); |
||
5353 | 787a4489 | KangIngu | } |
5354 | |||
5355 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
5356 | 6c781c0c | djkim | public System.IAsyncResult BeginGetMarkupDataList(string project_no, string _versionid, System.AsyncCallback callback, object asyncState) { |
5357 | return base.Channel.BeginGetMarkupDataList(project_no, _versionid, callback, asyncState); |
||
5358 | 787a4489 | KangIngu | } |
5359 | |||
5360 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
5361 | 6c781c0c | djkim | public System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_DATA> EndGetMarkupDataList(System.IAsyncResult result) { |
5362 | return base.Channel.EndGetMarkupDataList(result); |
||
5363 | 787a4489 | KangIngu | } |
5364 | |||
5365 | 6c781c0c | djkim | private System.IAsyncResult OnBeginGetMarkupDataList(object[] inValues, System.AsyncCallback callback, object asyncState) { |
5366 | string project_no = ((string)(inValues[0])); |
||
5367 | string _versionid = ((string)(inValues[1])); |
||
5368 | return this.BeginGetMarkupDataList(project_no, _versionid, callback, asyncState); |
||
5369 | 787a4489 | KangIngu | } |
5370 | |||
5371 | 6c781c0c | djkim | private object[] OnEndGetMarkupDataList(System.IAsyncResult result) { |
5372 | System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_DATA> retVal = this.EndGetMarkupDataList(result); |
||
5373 | 787a4489 | KangIngu | return new object[] { |
5374 | retVal}; |
||
5375 | } |
||
5376 | |||
5377 | 6c781c0c | djkim | private void OnGetMarkupDataListCompleted(object state) { |
5378 | if ((this.GetMarkupDataListCompleted != null)) { |
||
5379 | 787a4489 | KangIngu | InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
5380 | 6c781c0c | djkim | this.GetMarkupDataListCompleted(this, new GetMarkupDataListCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
5381 | 787a4489 | KangIngu | } |
5382 | } |
||
5383 | |||
5384 | 6c781c0c | djkim | public void GetMarkupDataListAsync(string project_no, string _versionid) { |
5385 | this.GetMarkupDataListAsync(project_no, _versionid, null); |
||
5386 | 787a4489 | KangIngu | } |
5387 | |||
5388 | 6c781c0c | djkim | public void GetMarkupDataListAsync(string project_no, string _versionid, object userState) { |
5389 | if ((this.onBeginGetMarkupDataListDelegate == null)) { |
||
5390 | this.onBeginGetMarkupDataListDelegate = new BeginOperationDelegate(this.OnBeginGetMarkupDataList); |
||
5391 | 787a4489 | KangIngu | } |
5392 | 6c781c0c | djkim | if ((this.onEndGetMarkupDataListDelegate == null)) { |
5393 | this.onEndGetMarkupDataListDelegate = new EndOperationDelegate(this.OnEndGetMarkupDataList); |
||
5394 | 787a4489 | KangIngu | } |
5395 | 6c781c0c | djkim | if ((this.onGetMarkupDataListCompletedDelegate == null)) { |
5396 | this.onGetMarkupDataListCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetMarkupDataListCompleted); |
||
5397 | 787a4489 | KangIngu | } |
5398 | 6c781c0c | djkim | base.InvokeAsync(this.onBeginGetMarkupDataListDelegate, new object[] { |
5399 | project_no, |
||
5400 | _versionid}, this.onEndGetMarkupDataListDelegate, this.onGetMarkupDataListCompletedDelegate, userState); |
||
5401 | 787a4489 | KangIngu | } |
5402 | |||
5403 | 6c781c0c | djkim | public bool Consolidate(string project_no, string _user_id, string _doc_id, System.Collections.Generic.List<IKCOM.MarkupInfoItem> markupInfoItems) { |
5404 | return base.Channel.Consolidate(project_no, _user_id, _doc_id, markupInfoItems); |
||
5405 | 787a4489 | KangIngu | } |
5406 | |||
5407 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
5408 | 6c781c0c | djkim | public System.IAsyncResult BeginConsolidate(string project_no, string _user_id, string _doc_id, System.Collections.Generic.List<IKCOM.MarkupInfoItem> markupInfoItems, System.AsyncCallback callback, object asyncState) { |
5409 | return base.Channel.BeginConsolidate(project_no, _user_id, _doc_id, markupInfoItems, callback, asyncState); |
||
5410 | 787a4489 | KangIngu | } |
5411 | |||
5412 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
5413 | 6c781c0c | djkim | public bool EndConsolidate(System.IAsyncResult result) { |
5414 | return base.Channel.EndConsolidate(result); |
||
5415 | 787a4489 | KangIngu | } |
5416 | |||
5417 | 6c781c0c | djkim | private System.IAsyncResult OnBeginConsolidate(object[] inValues, System.AsyncCallback callback, object asyncState) { |
5418 | string project_no = ((string)(inValues[0])); |
||
5419 | string _user_id = ((string)(inValues[1])); |
||
5420 | string _doc_id = ((string)(inValues[2])); |
||
5421 | System.Collections.Generic.List<IKCOM.MarkupInfoItem> markupInfoItems = ((System.Collections.Generic.List<IKCOM.MarkupInfoItem>)(inValues[3])); |
||
5422 | return this.BeginConsolidate(project_no, _user_id, _doc_id, markupInfoItems, callback, asyncState); |
||
5423 | 787a4489 | KangIngu | } |
5424 | |||
5425 | 6c781c0c | djkim | private object[] OnEndConsolidate(System.IAsyncResult result) { |
5426 | bool retVal = this.EndConsolidate(result); |
||
5427 | 787a4489 | KangIngu | return new object[] { |
5428 | retVal}; |
||
5429 | } |
||
5430 | |||
5431 | 6c781c0c | djkim | private void OnConsolidateCompleted(object state) { |
5432 | if ((this.ConsolidateCompleted != null)) { |
||
5433 | 787a4489 | KangIngu | InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
5434 | 6c781c0c | djkim | this.ConsolidateCompleted(this, new ConsolidateCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
5435 | 787a4489 | KangIngu | } |
5436 | } |
||
5437 | |||
5438 | 6c781c0c | djkim | public void ConsolidateAsync(string project_no, string _user_id, string _doc_id, System.Collections.Generic.List<IKCOM.MarkupInfoItem> markupInfoItems) { |
5439 | this.ConsolidateAsync(project_no, _user_id, _doc_id, markupInfoItems, null); |
||
5440 | 787a4489 | KangIngu | } |
5441 | |||
5442 | 6c781c0c | djkim | public void ConsolidateAsync(string project_no, string _user_id, string _doc_id, System.Collections.Generic.List<IKCOM.MarkupInfoItem> markupInfoItems, object userState) { |
5443 | if ((this.onBeginConsolidateDelegate == null)) { |
||
5444 | this.onBeginConsolidateDelegate = new BeginOperationDelegate(this.OnBeginConsolidate); |
||
5445 | 787a4489 | KangIngu | } |
5446 | 6c781c0c | djkim | if ((this.onEndConsolidateDelegate == null)) { |
5447 | this.onEndConsolidateDelegate = new EndOperationDelegate(this.OnEndConsolidate); |
||
5448 | 787a4489 | KangIngu | } |
5449 | 6c781c0c | djkim | if ((this.onConsolidateCompletedDelegate == null)) { |
5450 | this.onConsolidateCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnConsolidateCompleted); |
||
5451 | 787a4489 | KangIngu | } |
5452 | 6c781c0c | djkim | base.InvokeAsync(this.onBeginConsolidateDelegate, new object[] { |
5453 | project_no, |
||
5454 | _user_id, |
||
5455 | _doc_id, |
||
5456 | markupInfoItems}, this.onEndConsolidateDelegate, this.onConsolidateCompletedDelegate, userState); |
||
5457 | 787a4489 | KangIngu | } |
5458 | |||
5459 | 53880c83 | ljiyeon | public KCOM.ServiceDeepView.FinalPDFResult ConsolidateMergedPDF(string project_no, string _user_id, string _doc_id, System.Collections.Generic.List<IKCOM.MarkupInfoItem> markupInfoItems, string ProjectNo, string DocInfoID, string CreateUserID) { |
5460 | return base.Channel.ConsolidateMergedPDF(project_no, _user_id, _doc_id, markupInfoItems, ProjectNo, DocInfoID, CreateUserID); |
||
5461 | } |
||
5462 | |||
5463 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
5464 | public System.IAsyncResult BeginConsolidateMergedPDF(string project_no, string _user_id, string _doc_id, System.Collections.Generic.List<IKCOM.MarkupInfoItem> markupInfoItems, string ProjectNo, string DocInfoID, string CreateUserID, System.AsyncCallback callback, object asyncState) { |
||
5465 | return base.Channel.BeginConsolidateMergedPDF(project_no, _user_id, _doc_id, markupInfoItems, ProjectNo, DocInfoID, CreateUserID, callback, asyncState); |
||
5466 | } |
||
5467 | |||
5468 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
5469 | public KCOM.ServiceDeepView.FinalPDFResult EndConsolidateMergedPDF(System.IAsyncResult result) { |
||
5470 | return base.Channel.EndConsolidateMergedPDF(result); |
||
5471 | } |
||
5472 | |||
5473 | private System.IAsyncResult OnBeginConsolidateMergedPDF(object[] inValues, System.AsyncCallback callback, object asyncState) { |
||
5474 | string project_no = ((string)(inValues[0])); |
||
5475 | string _user_id = ((string)(inValues[1])); |
||
5476 | string _doc_id = ((string)(inValues[2])); |
||
5477 | System.Collections.Generic.List<IKCOM.MarkupInfoItem> markupInfoItems = ((System.Collections.Generic.List<IKCOM.MarkupInfoItem>)(inValues[3])); |
||
5478 | string ProjectNo = ((string)(inValues[4])); |
||
5479 | string DocInfoID = ((string)(inValues[5])); |
||
5480 | string CreateUserID = ((string)(inValues[6])); |
||
5481 | return this.BeginConsolidateMergedPDF(project_no, _user_id, _doc_id, markupInfoItems, ProjectNo, DocInfoID, CreateUserID, callback, asyncState); |
||
5482 | } |
||
5483 | |||
5484 | private object[] OnEndConsolidateMergedPDF(System.IAsyncResult result) { |
||
5485 | KCOM.ServiceDeepView.FinalPDFResult retVal = this.EndConsolidateMergedPDF(result); |
||
5486 | return new object[] { |
||
5487 | retVal}; |
||
5488 | } |
||
5489 | |||
5490 | private void OnConsolidateMergedPDFCompleted(object state) { |
||
5491 | if ((this.ConsolidateMergedPDFCompleted != null)) { |
||
5492 | InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
||
5493 | this.ConsolidateMergedPDFCompleted(this, new ConsolidateMergedPDFCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
||
5494 | } |
||
5495 | } |
||
5496 | |||
5497 | public void ConsolidateMergedPDFAsync(string project_no, string _user_id, string _doc_id, System.Collections.Generic.List<IKCOM.MarkupInfoItem> markupInfoItems, string ProjectNo, string DocInfoID, string CreateUserID) { |
||
5498 | this.ConsolidateMergedPDFAsync(project_no, _user_id, _doc_id, markupInfoItems, ProjectNo, DocInfoID, CreateUserID, null); |
||
5499 | } |
||
5500 | |||
5501 | public void ConsolidateMergedPDFAsync(string project_no, string _user_id, string _doc_id, System.Collections.Generic.List<IKCOM.MarkupInfoItem> markupInfoItems, string ProjectNo, string DocInfoID, string CreateUserID, object userState) { |
||
5502 | if ((this.onBeginConsolidateMergedPDFDelegate == null)) { |
||
5503 | this.onBeginConsolidateMergedPDFDelegate = new BeginOperationDelegate(this.OnBeginConsolidateMergedPDF); |
||
5504 | } |
||
5505 | if ((this.onEndConsolidateMergedPDFDelegate == null)) { |
||
5506 | this.onEndConsolidateMergedPDFDelegate = new EndOperationDelegate(this.OnEndConsolidateMergedPDF); |
||
5507 | } |
||
5508 | if ((this.onConsolidateMergedPDFCompletedDelegate == null)) { |
||
5509 | this.onConsolidateMergedPDFCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnConsolidateMergedPDFCompleted); |
||
5510 | } |
||
5511 | base.InvokeAsync(this.onBeginConsolidateMergedPDFDelegate, new object[] { |
||
5512 | project_no, |
||
5513 | _user_id, |
||
5514 | _doc_id, |
||
5515 | markupInfoItems, |
||
5516 | ProjectNo, |
||
5517 | DocInfoID, |
||
5518 | CreateUserID}, this.onEndConsolidateMergedPDFDelegate, this.onConsolidateMergedPDFCompletedDelegate, userState); |
||
5519 | } |
||
5520 | |||
5521 | 119b58c6 | djkim | public bool TeamConsolidate(string project_no, string _user_id, string _doc_id, System.Collections.Generic.List<IKCOM.MarkupInfoItem> markupInfoItems) { |
5522 | return base.Channel.TeamConsolidate(project_no, _user_id, _doc_id, markupInfoItems); |
||
5523 | } |
||
5524 | |||
5525 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
5526 | public System.IAsyncResult BeginTeamConsolidate(string project_no, string _user_id, string _doc_id, System.Collections.Generic.List<IKCOM.MarkupInfoItem> markupInfoItems, System.AsyncCallback callback, object asyncState) { |
||
5527 | return base.Channel.BeginTeamConsolidate(project_no, _user_id, _doc_id, markupInfoItems, callback, asyncState); |
||
5528 | } |
||
5529 | |||
5530 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
5531 | public bool EndTeamConsolidate(System.IAsyncResult result) { |
||
5532 | return base.Channel.EndTeamConsolidate(result); |
||
5533 | } |
||
5534 | |||
5535 | private System.IAsyncResult OnBeginTeamConsolidate(object[] inValues, System.AsyncCallback callback, object asyncState) { |
||
5536 | string project_no = ((string)(inValues[0])); |
||
5537 | string _user_id = ((string)(inValues[1])); |
||
5538 | string _doc_id = ((string)(inValues[2])); |
||
5539 | System.Collections.Generic.List<IKCOM.MarkupInfoItem> markupInfoItems = ((System.Collections.Generic.List<IKCOM.MarkupInfoItem>)(inValues[3])); |
||
5540 | return this.BeginTeamConsolidate(project_no, _user_id, _doc_id, markupInfoItems, callback, asyncState); |
||
5541 | } |
||
5542 | |||
5543 | private object[] OnEndTeamConsolidate(System.IAsyncResult result) { |
||
5544 | bool retVal = this.EndTeamConsolidate(result); |
||
5545 | return new object[] { |
||
5546 | retVal}; |
||
5547 | } |
||
5548 | |||
5549 | private void OnTeamConsolidateCompleted(object state) { |
||
5550 | if ((this.TeamConsolidateCompleted != null)) { |
||
5551 | InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
||
5552 | this.TeamConsolidateCompleted(this, new TeamConsolidateCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
||
5553 | } |
||
5554 | } |
||
5555 | |||
5556 | public void TeamConsolidateAsync(string project_no, string _user_id, string _doc_id, System.Collections.Generic.List<IKCOM.MarkupInfoItem> markupInfoItems) { |
||
5557 | this.TeamConsolidateAsync(project_no, _user_id, _doc_id, markupInfoItems, null); |
||
5558 | } |
||
5559 | |||
5560 | public void TeamConsolidateAsync(string project_no, string _user_id, string _doc_id, System.Collections.Generic.List<IKCOM.MarkupInfoItem> markupInfoItems, object userState) { |
||
5561 | if ((this.onBeginTeamConsolidateDelegate == null)) { |
||
5562 | this.onBeginTeamConsolidateDelegate = new BeginOperationDelegate(this.OnBeginTeamConsolidate); |
||
5563 | } |
||
5564 | if ((this.onEndTeamConsolidateDelegate == null)) { |
||
5565 | this.onEndTeamConsolidateDelegate = new EndOperationDelegate(this.OnEndTeamConsolidate); |
||
5566 | } |
||
5567 | if ((this.onTeamConsolidateCompletedDelegate == null)) { |
||
5568 | this.onTeamConsolidateCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnTeamConsolidateCompleted); |
||
5569 | } |
||
5570 | base.InvokeAsync(this.onBeginTeamConsolidateDelegate, new object[] { |
||
5571 | project_no, |
||
5572 | _user_id, |
||
5573 | _doc_id, |
||
5574 | markupInfoItems}, this.onEndTeamConsolidateDelegate, this.onTeamConsolidateCompletedDelegate, userState); |
||
5575 | } |
||
5576 | |||
5577 | 6c781c0c | djkim | public KCOMDataModel.DataModel.MEMBER GetMember(string project_no, string user_id) { |
5578 | return base.Channel.GetMember(project_no, user_id); |
||
5579 | 787a4489 | KangIngu | } |
5580 | |||
5581 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
5582 | 6c781c0c | djkim | public System.IAsyncResult BeginGetMember(string project_no, string user_id, System.AsyncCallback callback, object asyncState) { |
5583 | return base.Channel.BeginGetMember(project_no, user_id, callback, asyncState); |
||
5584 | 787a4489 | KangIngu | } |
5585 | |||
5586 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
5587 | 6c781c0c | djkim | public KCOMDataModel.DataModel.MEMBER EndGetMember(System.IAsyncResult result) { |
5588 | return base.Channel.EndGetMember(result); |
||
5589 | 787a4489 | KangIngu | } |
5590 | |||
5591 | 6c781c0c | djkim | private System.IAsyncResult OnBeginGetMember(object[] inValues, System.AsyncCallback callback, object asyncState) { |
5592 | string project_no = ((string)(inValues[0])); |
||
5593 | string user_id = ((string)(inValues[1])); |
||
5594 | return this.BeginGetMember(project_no, user_id, callback, asyncState); |
||
5595 | 787a4489 | KangIngu | } |
5596 | |||
5597 | 6c781c0c | djkim | private object[] OnEndGetMember(System.IAsyncResult result) { |
5598 | KCOMDataModel.DataModel.MEMBER retVal = this.EndGetMember(result); |
||
5599 | 787a4489 | KangIngu | return new object[] { |
5600 | retVal}; |
||
5601 | } |
||
5602 | |||
5603 | 6c781c0c | djkim | private void OnGetMemberCompleted(object state) { |
5604 | if ((this.GetMemberCompleted != null)) { |
||
5605 | 787a4489 | KangIngu | InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
5606 | 6c781c0c | djkim | this.GetMemberCompleted(this, new GetMemberCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
5607 | 787a4489 | KangIngu | } |
5608 | } |
||
5609 | |||
5610 | 6c781c0c | djkim | public void GetMemberAsync(string project_no, string user_id) { |
5611 | this.GetMemberAsync(project_no, user_id, null); |
||
5612 | 787a4489 | KangIngu | } |
5613 | |||
5614 | 6c781c0c | djkim | public void GetMemberAsync(string project_no, string user_id, object userState) { |
5615 | if ((this.onBeginGetMemberDelegate == null)) { |
||
5616 | this.onBeginGetMemberDelegate = new BeginOperationDelegate(this.OnBeginGetMember); |
||
5617 | 787a4489 | KangIngu | } |
5618 | 6c781c0c | djkim | if ((this.onEndGetMemberDelegate == null)) { |
5619 | this.onEndGetMemberDelegate = new EndOperationDelegate(this.OnEndGetMember); |
||
5620 | 787a4489 | KangIngu | } |
5621 | 6c781c0c | djkim | if ((this.onGetMemberCompletedDelegate == null)) { |
5622 | this.onGetMemberCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetMemberCompleted); |
||
5623 | } |
||
5624 | base.InvokeAsync(this.onBeginGetMemberDelegate, new object[] { |
||
5625 | project_no, |
||
5626 | user_id}, this.onEndGetMemberDelegate, this.onGetMemberCompletedDelegate, userState); |
||
5627 | 787a4489 | KangIngu | } |
5628 | |||
5629 | 6c781c0c | djkim | public System.Collections.Generic.List<KCOMDataModel.DataModel.SYMBOL_PRIVATE> GetSymbolList(string user_id) { |
5630 | return base.Channel.GetSymbolList(user_id); |
||
5631 | 787a4489 | KangIngu | } |
5632 | |||
5633 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
5634 | 6c781c0c | djkim | public System.IAsyncResult BeginGetSymbolList(string user_id, System.AsyncCallback callback, object asyncState) { |
5635 | return base.Channel.BeginGetSymbolList(user_id, callback, asyncState); |
||
5636 | 787a4489 | KangIngu | } |
5637 | |||
5638 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
5639 | 6c781c0c | djkim | public System.Collections.Generic.List<KCOMDataModel.DataModel.SYMBOL_PRIVATE> EndGetSymbolList(System.IAsyncResult result) { |
5640 | return base.Channel.EndGetSymbolList(result); |
||
5641 | 787a4489 | KangIngu | } |
5642 | |||
5643 | 6c781c0c | djkim | private System.IAsyncResult OnBeginGetSymbolList(object[] inValues, System.AsyncCallback callback, object asyncState) { |
5644 | string user_id = ((string)(inValues[0])); |
||
5645 | return this.BeginGetSymbolList(user_id, callback, asyncState); |
||
5646 | 787a4489 | KangIngu | } |
5647 | |||
5648 | 6c781c0c | djkim | private object[] OnEndGetSymbolList(System.IAsyncResult result) { |
5649 | System.Collections.Generic.List<KCOMDataModel.DataModel.SYMBOL_PRIVATE> retVal = this.EndGetSymbolList(result); |
||
5650 | 787a4489 | KangIngu | return new object[] { |
5651 | retVal}; |
||
5652 | } |
||
5653 | |||
5654 | 6c781c0c | djkim | private void OnGetSymbolListCompleted(object state) { |
5655 | if ((this.GetSymbolListCompleted != null)) { |
||
5656 | 787a4489 | KangIngu | InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
5657 | 6c781c0c | djkim | this.GetSymbolListCompleted(this, new GetSymbolListCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
5658 | 787a4489 | KangIngu | } |
5659 | } |
||
5660 | |||
5661 | 6c781c0c | djkim | public void GetSymbolListAsync(string user_id) { |
5662 | this.GetSymbolListAsync(user_id, null); |
||
5663 | 787a4489 | KangIngu | } |
5664 | |||
5665 | 6c781c0c | djkim | public void GetSymbolListAsync(string user_id, object userState) { |
5666 | if ((this.onBeginGetSymbolListDelegate == null)) { |
||
5667 | this.onBeginGetSymbolListDelegate = new BeginOperationDelegate(this.OnBeginGetSymbolList); |
||
5668 | 787a4489 | KangIngu | } |
5669 | 6c781c0c | djkim | if ((this.onEndGetSymbolListDelegate == null)) { |
5670 | this.onEndGetSymbolListDelegate = new EndOperationDelegate(this.OnEndGetSymbolList); |
||
5671 | 787a4489 | KangIngu | } |
5672 | 6c781c0c | djkim | if ((this.onGetSymbolListCompletedDelegate == null)) { |
5673 | this.onGetSymbolListCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetSymbolListCompleted); |
||
5674 | 787a4489 | KangIngu | } |
5675 | 6c781c0c | djkim | base.InvokeAsync(this.onBeginGetSymbolListDelegate, new object[] { |
5676 | user_id}, this.onEndGetSymbolListDelegate, this.onGetSymbolListCompletedDelegate, userState); |
||
5677 | 787a4489 | KangIngu | } |
5678 | |||
5679 | 6c781c0c | djkim | public System.Collections.Generic.List<string> GetPublicSymbolDeptList() { |
5680 | return base.Channel.GetPublicSymbolDeptList(); |
||
5681 | 787a4489 | KangIngu | } |
5682 | |||
5683 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
5684 | 6c781c0c | djkim | public System.IAsyncResult BeginGetPublicSymbolDeptList(System.AsyncCallback callback, object asyncState) { |
5685 | return base.Channel.BeginGetPublicSymbolDeptList(callback, asyncState); |
||
5686 | 787a4489 | KangIngu | } |
5687 | |||
5688 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
5689 | 6c781c0c | djkim | public System.Collections.Generic.List<string> EndGetPublicSymbolDeptList(System.IAsyncResult result) { |
5690 | return base.Channel.EndGetPublicSymbolDeptList(result); |
||
5691 | 787a4489 | KangIngu | } |
5692 | |||
5693 | 6c781c0c | djkim | private System.IAsyncResult OnBeginGetPublicSymbolDeptList(object[] inValues, System.AsyncCallback callback, object asyncState) { |
5694 | return this.BeginGetPublicSymbolDeptList(callback, asyncState); |
||
5695 | 787a4489 | KangIngu | } |
5696 | |||
5697 | 6c781c0c | djkim | private object[] OnEndGetPublicSymbolDeptList(System.IAsyncResult result) { |
5698 | System.Collections.Generic.List<string> retVal = this.EndGetPublicSymbolDeptList(result); |
||
5699 | 787a4489 | KangIngu | return new object[] { |
5700 | retVal}; |
||
5701 | } |
||
5702 | |||
5703 | 6c781c0c | djkim | private void OnGetPublicSymbolDeptListCompleted(object state) { |
5704 | if ((this.GetPublicSymbolDeptListCompleted != null)) { |
||
5705 | 787a4489 | KangIngu | InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
5706 | 6c781c0c | djkim | this.GetPublicSymbolDeptListCompleted(this, new GetPublicSymbolDeptListCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
5707 | 787a4489 | KangIngu | } |
5708 | } |
||
5709 | |||
5710 | 6c781c0c | djkim | public void GetPublicSymbolDeptListAsync() { |
5711 | this.GetPublicSymbolDeptListAsync(null); |
||
5712 | 787a4489 | KangIngu | } |
5713 | |||
5714 | 6c781c0c | djkim | public void GetPublicSymbolDeptListAsync(object userState) { |
5715 | if ((this.onBeginGetPublicSymbolDeptListDelegate == null)) { |
||
5716 | this.onBeginGetPublicSymbolDeptListDelegate = new BeginOperationDelegate(this.OnBeginGetPublicSymbolDeptList); |
||
5717 | 787a4489 | KangIngu | } |
5718 | 6c781c0c | djkim | if ((this.onEndGetPublicSymbolDeptListDelegate == null)) { |
5719 | this.onEndGetPublicSymbolDeptListDelegate = new EndOperationDelegate(this.OnEndGetPublicSymbolDeptList); |
||
5720 | 787a4489 | KangIngu | } |
5721 | 6c781c0c | djkim | if ((this.onGetPublicSymbolDeptListCompletedDelegate == null)) { |
5722 | this.onGetPublicSymbolDeptListCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetPublicSymbolDeptListCompleted); |
||
5723 | 787a4489 | KangIngu | } |
5724 | 6c781c0c | djkim | base.InvokeAsync(this.onBeginGetPublicSymbolDeptListDelegate, null, this.onEndGetPublicSymbolDeptListDelegate, this.onGetPublicSymbolDeptListCompletedDelegate, userState); |
5725 | 787a4489 | KangIngu | } |
5726 | |||
5727 | 6c781c0c | djkim | public System.Collections.Generic.List<KCOMDataModel.DataModel.SYMBOL_PUBLIC> GetPublicSymbolList(string dept) { |
5728 | return base.Channel.GetPublicSymbolList(dept); |
||
5729 | 787a4489 | KangIngu | } |
5730 | |||
5731 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
5732 | 6c781c0c | djkim | public System.IAsyncResult BeginGetPublicSymbolList(string dept, System.AsyncCallback callback, object asyncState) { |
5733 | return base.Channel.BeginGetPublicSymbolList(dept, callback, asyncState); |
||
5734 | 787a4489 | KangIngu | } |
5735 | |||
5736 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
5737 | 6c781c0c | djkim | public System.Collections.Generic.List<KCOMDataModel.DataModel.SYMBOL_PUBLIC> EndGetPublicSymbolList(System.IAsyncResult result) { |
5738 | return base.Channel.EndGetPublicSymbolList(result); |
||
5739 | 787a4489 | KangIngu | } |
5740 | |||
5741 | 6c781c0c | djkim | private System.IAsyncResult OnBeginGetPublicSymbolList(object[] inValues, System.AsyncCallback callback, object asyncState) { |
5742 | string dept = ((string)(inValues[0])); |
||
5743 | return this.BeginGetPublicSymbolList(dept, callback, asyncState); |
||
5744 | 787a4489 | KangIngu | } |
5745 | |||
5746 | 6c781c0c | djkim | private object[] OnEndGetPublicSymbolList(System.IAsyncResult result) { |
5747 | System.Collections.Generic.List<KCOMDataModel.DataModel.SYMBOL_PUBLIC> retVal = this.EndGetPublicSymbolList(result); |
||
5748 | 787a4489 | KangIngu | return new object[] { |
5749 | retVal}; |
||
5750 | } |
||
5751 | |||
5752 | 6c781c0c | djkim | private void OnGetPublicSymbolListCompleted(object state) { |
5753 | if ((this.GetPublicSymbolListCompleted != null)) { |
||
5754 | 787a4489 | KangIngu | InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
5755 | 6c781c0c | djkim | this.GetPublicSymbolListCompleted(this, new GetPublicSymbolListCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
5756 | 787a4489 | KangIngu | } |
5757 | } |
||
5758 | |||
5759 | 6c781c0c | djkim | public void GetPublicSymbolListAsync(string dept) { |
5760 | this.GetPublicSymbolListAsync(dept, null); |
||
5761 | 787a4489 | KangIngu | } |
5762 | |||
5763 | 6c781c0c | djkim | public void GetPublicSymbolListAsync(string dept, object userState) { |
5764 | if ((this.onBeginGetPublicSymbolListDelegate == null)) { |
||
5765 | this.onBeginGetPublicSymbolListDelegate = new BeginOperationDelegate(this.OnBeginGetPublicSymbolList); |
||
5766 | 787a4489 | KangIngu | } |
5767 | 6c781c0c | djkim | if ((this.onEndGetPublicSymbolListDelegate == null)) { |
5768 | this.onEndGetPublicSymbolListDelegate = new EndOperationDelegate(this.OnEndGetPublicSymbolList); |
||
5769 | 787a4489 | KangIngu | } |
5770 | 6c781c0c | djkim | if ((this.onGetPublicSymbolListCompletedDelegate == null)) { |
5771 | this.onGetPublicSymbolListCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetPublicSymbolListCompleted); |
||
5772 | 787a4489 | KangIngu | } |
5773 | 6c781c0c | djkim | base.InvokeAsync(this.onBeginGetPublicSymbolListDelegate, new object[] { |
5774 | dept}, this.onEndGetPublicSymbolListDelegate, this.onGetPublicSymbolListCompletedDelegate, userState); |
||
5775 | 787a4489 | KangIngu | } |
5776 | |||
5777 | 6c781c0c | djkim | public string GetSymbolData(string id, int type) { |
5778 | return base.Channel.GetSymbolData(id, type); |
||
5779 | 787a4489 | KangIngu | } |
5780 | |||
5781 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
5782 | 6c781c0c | djkim | public System.IAsyncResult BeginGetSymbolData(string id, int type, System.AsyncCallback callback, object asyncState) { |
5783 | return base.Channel.BeginGetSymbolData(id, type, callback, asyncState); |
||
5784 | 787a4489 | KangIngu | } |
5785 | |||
5786 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
5787 | 6c781c0c | djkim | public string EndGetSymbolData(System.IAsyncResult result) { |
5788 | return base.Channel.EndGetSymbolData(result); |
||
5789 | 787a4489 | KangIngu | } |
5790 | |||
5791 | 6c781c0c | djkim | private System.IAsyncResult OnBeginGetSymbolData(object[] inValues, System.AsyncCallback callback, object asyncState) { |
5792 | string id = ((string)(inValues[0])); |
||
5793 | int type = ((int)(inValues[1])); |
||
5794 | return this.BeginGetSymbolData(id, type, callback, asyncState); |
||
5795 | 787a4489 | KangIngu | } |
5796 | |||
5797 | 6c781c0c | djkim | private object[] OnEndGetSymbolData(System.IAsyncResult result) { |
5798 | string retVal = this.EndGetSymbolData(result); |
||
5799 | 787a4489 | KangIngu | return new object[] { |
5800 | retVal}; |
||
5801 | } |
||
5802 | |||
5803 | 6c781c0c | djkim | private void OnGetSymbolDataCompleted(object state) { |
5804 | if ((this.GetSymbolDataCompleted != null)) { |
||
5805 | 787a4489 | KangIngu | InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
5806 | 6c781c0c | djkim | this.GetSymbolDataCompleted(this, new GetSymbolDataCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
5807 | 787a4489 | KangIngu | } |
5808 | } |
||
5809 | |||
5810 | 6c781c0c | djkim | public void GetSymbolDataAsync(string id, int type) { |
5811 | this.GetSymbolDataAsync(id, type, null); |
||
5812 | 787a4489 | KangIngu | } |
5813 | |||
5814 | 6c781c0c | djkim | public void GetSymbolDataAsync(string id, int type, object userState) { |
5815 | if ((this.onBeginGetSymbolDataDelegate == null)) { |
||
5816 | this.onBeginGetSymbolDataDelegate = new BeginOperationDelegate(this.OnBeginGetSymbolData); |
||
5817 | 787a4489 | KangIngu | } |
5818 | 6c781c0c | djkim | if ((this.onEndGetSymbolDataDelegate == null)) { |
5819 | this.onEndGetSymbolDataDelegate = new EndOperationDelegate(this.OnEndGetSymbolData); |
||
5820 | 787a4489 | KangIngu | } |
5821 | 6c781c0c | djkim | if ((this.onGetSymbolDataCompletedDelegate == null)) { |
5822 | this.onGetSymbolDataCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetSymbolDataCompleted); |
||
5823 | 787a4489 | KangIngu | } |
5824 | 6c781c0c | djkim | base.InvokeAsync(this.onBeginGetSymbolDataDelegate, new object[] { |
5825 | id, |
||
5826 | type}, this.onEndGetSymbolDataDelegate, this.onGetSymbolDataCompletedDelegate, userState); |
||
5827 | 787a4489 | KangIngu | } |
5828 | |||
5829 | 53880c83 | ljiyeon | public string GetSymbolImageURL(string id, int type) { |
5830 | return base.Channel.GetSymbolImageURL(id, type); |
||
5831 | } |
||
5832 | |||
5833 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
5834 | public System.IAsyncResult BeginGetSymbolImageURL(string id, int type, System.AsyncCallback callback, object asyncState) { |
||
5835 | return base.Channel.BeginGetSymbolImageURL(id, type, callback, asyncState); |
||
5836 | } |
||
5837 | |||
5838 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
5839 | public string EndGetSymbolImageURL(System.IAsyncResult result) { |
||
5840 | return base.Channel.EndGetSymbolImageURL(result); |
||
5841 | } |
||
5842 | |||
5843 | private System.IAsyncResult OnBeginGetSymbolImageURL(object[] inValues, System.AsyncCallback callback, object asyncState) { |
||
5844 | string id = ((string)(inValues[0])); |
||
5845 | int type = ((int)(inValues[1])); |
||
5846 | return this.BeginGetSymbolImageURL(id, type, callback, asyncState); |
||
5847 | } |
||
5848 | |||
5849 | private object[] OnEndGetSymbolImageURL(System.IAsyncResult result) { |
||
5850 | string retVal = this.EndGetSymbolImageURL(result); |
||
5851 | return new object[] { |
||
5852 | retVal}; |
||
5853 | } |
||
5854 | |||
5855 | private void OnGetSymbolImageURLCompleted(object state) { |
||
5856 | if ((this.GetSymbolImageURLCompleted != null)) { |
||
5857 | InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
||
5858 | this.GetSymbolImageURLCompleted(this, new GetSymbolImageURLCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
||
5859 | } |
||
5860 | } |
||
5861 | |||
5862 | public void GetSymbolImageURLAsync(string id, int type) { |
||
5863 | this.GetSymbolImageURLAsync(id, type, null); |
||
5864 | } |
||
5865 | |||
5866 | public void GetSymbolImageURLAsync(string id, int type, object userState) { |
||
5867 | if ((this.onBeginGetSymbolImageURLDelegate == null)) { |
||
5868 | this.onBeginGetSymbolImageURLDelegate = new BeginOperationDelegate(this.OnBeginGetSymbolImageURL); |
||
5869 | } |
||
5870 | if ((this.onEndGetSymbolImageURLDelegate == null)) { |
||
5871 | this.onEndGetSymbolImageURLDelegate = new EndOperationDelegate(this.OnEndGetSymbolImageURL); |
||
5872 | } |
||
5873 | if ((this.onGetSymbolImageURLCompletedDelegate == null)) { |
||
5874 | this.onGetSymbolImageURLCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetSymbolImageURLCompleted); |
||
5875 | } |
||
5876 | base.InvokeAsync(this.onBeginGetSymbolImageURLDelegate, new object[] { |
||
5877 | id, |
||
5878 | type}, this.onEndGetSymbolImageURLDelegate, this.onGetSymbolImageURLCompletedDelegate, userState); |
||
5879 | } |
||
5880 | |||
5881 | 6c781c0c | djkim | public string GetSignData(string project_no, string user_id) { |
5882 | return base.Channel.GetSignData(project_no, user_id); |
||
5883 | 787a4489 | KangIngu | } |
5884 | |||
5885 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
5886 | 6c781c0c | djkim | public System.IAsyncResult BeginGetSignData(string project_no, string user_id, System.AsyncCallback callback, object asyncState) { |
5887 | return base.Channel.BeginGetSignData(project_no, user_id, callback, asyncState); |
||
5888 | 787a4489 | KangIngu | } |
5889 | |||
5890 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
5891 | 6c781c0c | djkim | public string EndGetSignData(System.IAsyncResult result) { |
5892 | return base.Channel.EndGetSignData(result); |
||
5893 | 787a4489 | KangIngu | } |
5894 | |||
5895 | 6c781c0c | djkim | private System.IAsyncResult OnBeginGetSignData(object[] inValues, System.AsyncCallback callback, object asyncState) { |
5896 | string project_no = ((string)(inValues[0])); |
||
5897 | string user_id = ((string)(inValues[1])); |
||
5898 | return this.BeginGetSignData(project_no, user_id, callback, asyncState); |
||
5899 | 787a4489 | KangIngu | } |
5900 | |||
5901 | 6c781c0c | djkim | private object[] OnEndGetSignData(System.IAsyncResult result) { |
5902 | string retVal = this.EndGetSignData(result); |
||
5903 | 787a4489 | KangIngu | return new object[] { |
5904 | retVal}; |
||
5905 | } |
||
5906 | |||
5907 | 6c781c0c | djkim | private void OnGetSignDataCompleted(object state) { |
5908 | if ((this.GetSignDataCompleted != null)) { |
||
5909 | 787a4489 | KangIngu | InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
5910 | 6c781c0c | djkim | this.GetSignDataCompleted(this, new GetSignDataCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
5911 | 787a4489 | KangIngu | } |
5912 | } |
||
5913 | |||
5914 | 6c781c0c | djkim | public void GetSignDataAsync(string project_no, string user_id) { |
5915 | this.GetSignDataAsync(project_no, user_id, null); |
||
5916 | 787a4489 | KangIngu | } |
5917 | |||
5918 | 6c781c0c | djkim | public void GetSignDataAsync(string project_no, string user_id, object userState) { |
5919 | if ((this.onBeginGetSignDataDelegate == null)) { |
||
5920 | this.onBeginGetSignDataDelegate = new BeginOperationDelegate(this.OnBeginGetSignData); |
||
5921 | 787a4489 | KangIngu | } |
5922 | 6c781c0c | djkim | if ((this.onEndGetSignDataDelegate == null)) { |
5923 | this.onEndGetSignDataDelegate = new EndOperationDelegate(this.OnEndGetSignData); |
||
5924 | 787a4489 | KangIngu | } |
5925 | 6c781c0c | djkim | if ((this.onGetSignDataCompletedDelegate == null)) { |
5926 | this.onGetSignDataCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetSignDataCompleted); |
||
5927 | 787a4489 | KangIngu | } |
5928 | 6c781c0c | djkim | base.InvokeAsync(this.onBeginGetSignDataDelegate, new object[] { |
5929 | project_no, |
||
5930 | user_id}, this.onEndGetSignDataDelegate, this.onGetSignDataCompletedDelegate, userState); |
||
5931 | 787a4489 | KangIngu | } |
5932 | |||
5933 | 74abcf6f | taeseongkim | public string GetSignStrokes(string project_no, string user_id) { |
5934 | return base.Channel.GetSignStrokes(project_no, user_id); |
||
5935 | cf1cc862 | taeseongkim | } |
5936 | |||
5937 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
5938 | 74abcf6f | taeseongkim | public System.IAsyncResult BeginGetSignStrokes(string project_no, string user_id, System.AsyncCallback callback, object asyncState) { |
5939 | return base.Channel.BeginGetSignStrokes(project_no, user_id, callback, asyncState); |
||
5940 | } |
||
5941 | |||
5942 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
5943 | public string EndGetSignStrokes(System.IAsyncResult result) { |
||
5944 | return base.Channel.EndGetSignStrokes(result); |
||
5945 | } |
||
5946 | |||
5947 | private System.IAsyncResult OnBeginGetSignStrokes(object[] inValues, System.AsyncCallback callback, object asyncState) { |
||
5948 | string project_no = ((string)(inValues[0])); |
||
5949 | string user_id = ((string)(inValues[1])); |
||
5950 | return this.BeginGetSignStrokes(project_no, user_id, callback, asyncState); |
||
5951 | } |
||
5952 | |||
5953 | private object[] OnEndGetSignStrokes(System.IAsyncResult result) { |
||
5954 | string retVal = this.EndGetSignStrokes(result); |
||
5955 | return new object[] { |
||
5956 | retVal}; |
||
5957 | } |
||
5958 | |||
5959 | private void OnGetSignStrokesCompleted(object state) { |
||
5960 | if ((this.GetSignStrokesCompleted != null)) { |
||
5961 | InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
||
5962 | this.GetSignStrokesCompleted(this, new GetSignStrokesCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
||
5963 | } |
||
5964 | } |
||
5965 | |||
5966 | public void GetSignStrokesAsync(string project_no, string user_id) { |
||
5967 | this.GetSignStrokesAsync(project_no, user_id, null); |
||
5968 | } |
||
5969 | |||
5970 | public void GetSignStrokesAsync(string project_no, string user_id, object userState) { |
||
5971 | if ((this.onBeginGetSignStrokesDelegate == null)) { |
||
5972 | this.onBeginGetSignStrokesDelegate = new BeginOperationDelegate(this.OnBeginGetSignStrokes); |
||
5973 | } |
||
5974 | if ((this.onEndGetSignStrokesDelegate == null)) { |
||
5975 | this.onEndGetSignStrokesDelegate = new EndOperationDelegate(this.OnEndGetSignStrokes); |
||
5976 | } |
||
5977 | if ((this.onGetSignStrokesCompletedDelegate == null)) { |
||
5978 | this.onGetSignStrokesCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetSignStrokesCompleted); |
||
5979 | } |
||
5980 | base.InvokeAsync(this.onBeginGetSignStrokesDelegate, new object[] { |
||
5981 | project_no, |
||
5982 | user_id}, this.onEndGetSignStrokesDelegate, this.onGetSignStrokesCompletedDelegate, userState); |
||
5983 | } |
||
5984 | |||
5985 | public int SetSignData(string user_id, string SignStr, int CropX, int CropY, int CropWidth, int CropHeight) { |
||
5986 | return base.Channel.SetSignData(user_id, SignStr, CropX, CropY, CropWidth, CropHeight); |
||
5987 | } |
||
5988 | |||
5989 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
5990 | public System.IAsyncResult BeginSetSignData(string user_id, string SignStr, int CropX, int CropY, int CropWidth, int CropHeight, System.AsyncCallback callback, object asyncState) { |
||
5991 | return base.Channel.BeginSetSignData(user_id, SignStr, CropX, CropY, CropWidth, CropHeight, callback, asyncState); |
||
5992 | cf1cc862 | taeseongkim | } |
5993 | |||
5994 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
5995 | public int EndSetSignData(System.IAsyncResult result) { |
||
5996 | return base.Channel.EndSetSignData(result); |
||
5997 | } |
||
5998 | |||
5999 | private System.IAsyncResult OnBeginSetSignData(object[] inValues, System.AsyncCallback callback, object asyncState) { |
||
6000 | 74abcf6f | taeseongkim | string user_id = ((string)(inValues[0])); |
6001 | string SignStr = ((string)(inValues[1])); |
||
6002 | int CropX = ((int)(inValues[2])); |
||
6003 | int CropY = ((int)(inValues[3])); |
||
6004 | int CropWidth = ((int)(inValues[4])); |
||
6005 | int CropHeight = ((int)(inValues[5])); |
||
6006 | return this.BeginSetSignData(user_id, SignStr, CropX, CropY, CropWidth, CropHeight, callback, asyncState); |
||
6007 | cf1cc862 | taeseongkim | } |
6008 | |||
6009 | private object[] OnEndSetSignData(System.IAsyncResult result) { |
||
6010 | int retVal = this.EndSetSignData(result); |
||
6011 | return new object[] { |
||
6012 | retVal}; |
||
6013 | } |
||
6014 | |||
6015 | private void OnSetSignDataCompleted(object state) { |
||
6016 | if ((this.SetSignDataCompleted != null)) { |
||
6017 | InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
||
6018 | this.SetSignDataCompleted(this, new SetSignDataCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
||
6019 | } |
||
6020 | } |
||
6021 | |||
6022 | 74abcf6f | taeseongkim | public void SetSignDataAsync(string user_id, string SignStr, int CropX, int CropY, int CropWidth, int CropHeight) { |
6023 | this.SetSignDataAsync(user_id, SignStr, CropX, CropY, CropWidth, CropHeight, null); |
||
6024 | cf1cc862 | taeseongkim | } |
6025 | |||
6026 | 74abcf6f | taeseongkim | public void SetSignDataAsync(string user_id, string SignStr, int CropX, int CropY, int CropWidth, int CropHeight, object userState) { |
6027 | cf1cc862 | taeseongkim | if ((this.onBeginSetSignDataDelegate == null)) { |
6028 | this.onBeginSetSignDataDelegate = new BeginOperationDelegate(this.OnBeginSetSignData); |
||
6029 | } |
||
6030 | if ((this.onEndSetSignDataDelegate == null)) { |
||
6031 | this.onEndSetSignDataDelegate = new EndOperationDelegate(this.OnEndSetSignData); |
||
6032 | } |
||
6033 | if ((this.onSetSignDataCompletedDelegate == null)) { |
||
6034 | this.onSetSignDataCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnSetSignDataCompleted); |
||
6035 | } |
||
6036 | base.InvokeAsync(this.onBeginSetSignDataDelegate, new object[] { |
||
6037 | user_id, |
||
6038 | 74abcf6f | taeseongkim | SignStr, |
6039 | CropX, |
||
6040 | CropY, |
||
6041 | CropWidth, |
||
6042 | CropHeight}, this.onEndSetSignDataDelegate, this.onSetSignDataCompletedDelegate, userState); |
||
6043 | } |
||
6044 | |||
6045 | public int SetSignStrokes(string user_id, string strokesData) { |
||
6046 | return base.Channel.SetSignStrokes(user_id, strokesData); |
||
6047 | } |
||
6048 | |||
6049 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
6050 | public System.IAsyncResult BeginSetSignStrokes(string user_id, string strokesData, System.AsyncCallback callback, object asyncState) { |
||
6051 | return base.Channel.BeginSetSignStrokes(user_id, strokesData, callback, asyncState); |
||
6052 | } |
||
6053 | |||
6054 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
6055 | public int EndSetSignStrokes(System.IAsyncResult result) { |
||
6056 | return base.Channel.EndSetSignStrokes(result); |
||
6057 | } |
||
6058 | |||
6059 | private System.IAsyncResult OnBeginSetSignStrokes(object[] inValues, System.AsyncCallback callback, object asyncState) { |
||
6060 | string user_id = ((string)(inValues[0])); |
||
6061 | string strokesData = ((string)(inValues[1])); |
||
6062 | return this.BeginSetSignStrokes(user_id, strokesData, callback, asyncState); |
||
6063 | } |
||
6064 | |||
6065 | private object[] OnEndSetSignStrokes(System.IAsyncResult result) { |
||
6066 | int retVal = this.EndSetSignStrokes(result); |
||
6067 | return new object[] { |
||
6068 | retVal}; |
||
6069 | } |
||
6070 | |||
6071 | private void OnSetSignStrokesCompleted(object state) { |
||
6072 | if ((this.SetSignStrokesCompleted != null)) { |
||
6073 | InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
||
6074 | this.SetSignStrokesCompleted(this, new SetSignStrokesCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
||
6075 | } |
||
6076 | } |
||
6077 | |||
6078 | public void SetSignStrokesAsync(string user_id, string strokesData) { |
||
6079 | this.SetSignStrokesAsync(user_id, strokesData, null); |
||
6080 | } |
||
6081 | |||
6082 | public void SetSignStrokesAsync(string user_id, string strokesData, object userState) { |
||
6083 | if ((this.onBeginSetSignStrokesDelegate == null)) { |
||
6084 | this.onBeginSetSignStrokesDelegate = new BeginOperationDelegate(this.OnBeginSetSignStrokes); |
||
6085 | } |
||
6086 | if ((this.onEndSetSignStrokesDelegate == null)) { |
||
6087 | this.onEndSetSignStrokesDelegate = new EndOperationDelegate(this.OnEndSetSignStrokes); |
||
6088 | } |
||
6089 | if ((this.onSetSignStrokesCompletedDelegate == null)) { |
||
6090 | this.onSetSignStrokesCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnSetSignStrokesCompleted); |
||
6091 | } |
||
6092 | base.InvokeAsync(this.onBeginSetSignStrokesDelegate, new object[] { |
||
6093 | user_id, |
||
6094 | strokesData}, this.onEndSetSignStrokesDelegate, this.onSetSignStrokesCompletedDelegate, userState); |
||
6095 | cf1cc862 | taeseongkim | } |
6096 | |||
6097 | 6c781c0c | djkim | public string GetProjectName(string project_no) { |
6098 | return base.Channel.GetProjectName(project_no); |
||
6099 | 787a4489 | KangIngu | } |
6100 | |||
6101 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
6102 | 6c781c0c | djkim | public System.IAsyncResult BeginGetProjectName(string project_no, System.AsyncCallback callback, object asyncState) { |
6103 | return base.Channel.BeginGetProjectName(project_no, callback, asyncState); |
||
6104 | 787a4489 | KangIngu | } |
6105 | |||
6106 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
6107 | 6c781c0c | djkim | public string EndGetProjectName(System.IAsyncResult result) { |
6108 | return base.Channel.EndGetProjectName(result); |
||
6109 | 787a4489 | KangIngu | } |
6110 | |||
6111 | 6c781c0c | djkim | private System.IAsyncResult OnBeginGetProjectName(object[] inValues, System.AsyncCallback callback, object asyncState) { |
6112 | string project_no = ((string)(inValues[0])); |
||
6113 | return this.BeginGetProjectName(project_no, callback, asyncState); |
||
6114 | 787a4489 | KangIngu | } |
6115 | |||
6116 | 6c781c0c | djkim | private object[] OnEndGetProjectName(System.IAsyncResult result) { |
6117 | string retVal = this.EndGetProjectName(result); |
||
6118 | 787a4489 | KangIngu | return new object[] { |
6119 | retVal}; |
||
6120 | } |
||
6121 | |||
6122 | 6c781c0c | djkim | private void OnGetProjectNameCompleted(object state) { |
6123 | if ((this.GetProjectNameCompleted != null)) { |
||
6124 | 787a4489 | KangIngu | InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
6125 | 6c781c0c | djkim | this.GetProjectNameCompleted(this, new GetProjectNameCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
6126 | 787a4489 | KangIngu | } |
6127 | } |
||
6128 | |||
6129 | 6c781c0c | djkim | public void GetProjectNameAsync(string project_no) { |
6130 | this.GetProjectNameAsync(project_no, null); |
||
6131 | 787a4489 | KangIngu | } |
6132 | |||
6133 | 6c781c0c | djkim | public void GetProjectNameAsync(string project_no, object userState) { |
6134 | if ((this.onBeginGetProjectNameDelegate == null)) { |
||
6135 | this.onBeginGetProjectNameDelegate = new BeginOperationDelegate(this.OnBeginGetProjectName); |
||
6136 | 787a4489 | KangIngu | } |
6137 | 6c781c0c | djkim | if ((this.onEndGetProjectNameDelegate == null)) { |
6138 | this.onEndGetProjectNameDelegate = new EndOperationDelegate(this.OnEndGetProjectName); |
||
6139 | 787a4489 | KangIngu | } |
6140 | 6c781c0c | djkim | if ((this.onGetProjectNameCompletedDelegate == null)) { |
6141 | this.onGetProjectNameCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetProjectNameCompleted); |
||
6142 | 787a4489 | KangIngu | } |
6143 | 6c781c0c | djkim | base.InvokeAsync(this.onBeginGetProjectNameDelegate, new object[] { |
6144 | project_no}, this.onEndGetProjectNameDelegate, this.onGetProjectNameCompletedDelegate, userState); |
||
6145 | 787a4489 | KangIngu | } |
6146 | |||
6147 | 6c781c0c | djkim | public System.Collections.Generic.List<KCOMDataModel.DataModel.DOCUMENT_ITEM> GetPreRevSelect(string project_no, string doc_no, string current_rev) { |
6148 | return base.Channel.GetPreRevSelect(project_no, doc_no, current_rev); |
||
6149 | 787a4489 | KangIngu | } |
6150 | |||
6151 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
6152 | 6c781c0c | djkim | public System.IAsyncResult BeginGetPreRevSelect(string project_no, string doc_no, string current_rev, System.AsyncCallback callback, object asyncState) { |
6153 | return base.Channel.BeginGetPreRevSelect(project_no, doc_no, current_rev, callback, asyncState); |
||
6154 | 787a4489 | KangIngu | } |
6155 | |||
6156 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
6157 | 6c781c0c | djkim | public System.Collections.Generic.List<KCOMDataModel.DataModel.DOCUMENT_ITEM> EndGetPreRevSelect(System.IAsyncResult result) { |
6158 | return base.Channel.EndGetPreRevSelect(result); |
||
6159 | 787a4489 | KangIngu | } |
6160 | |||
6161 | 6c781c0c | djkim | private System.IAsyncResult OnBeginGetPreRevSelect(object[] inValues, System.AsyncCallback callback, object asyncState) { |
6162 | string project_no = ((string)(inValues[0])); |
||
6163 | string doc_no = ((string)(inValues[1])); |
||
6164 | string current_rev = ((string)(inValues[2])); |
||
6165 | return this.BeginGetPreRevSelect(project_no, doc_no, current_rev, callback, asyncState); |
||
6166 | 787a4489 | KangIngu | } |
6167 | |||
6168 | 6c781c0c | djkim | private object[] OnEndGetPreRevSelect(System.IAsyncResult result) { |
6169 | System.Collections.Generic.List<KCOMDataModel.DataModel.DOCUMENT_ITEM> retVal = this.EndGetPreRevSelect(result); |
||
6170 | 787a4489 | KangIngu | return new object[] { |
6171 | retVal}; |
||
6172 | } |
||
6173 | |||
6174 | 6c781c0c | djkim | private void OnGetPreRevSelectCompleted(object state) { |
6175 | if ((this.GetPreRevSelectCompleted != null)) { |
||
6176 | 787a4489 | KangIngu | InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
6177 | 6c781c0c | djkim | this.GetPreRevSelectCompleted(this, new GetPreRevSelectCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
6178 | 787a4489 | KangIngu | } |
6179 | } |
||
6180 | |||
6181 | 6c781c0c | djkim | public void GetPreRevSelectAsync(string project_no, string doc_no, string current_rev) { |
6182 | this.GetPreRevSelectAsync(project_no, doc_no, current_rev, null); |
||
6183 | 787a4489 | KangIngu | } |
6184 | |||
6185 | 6c781c0c | djkim | public void GetPreRevSelectAsync(string project_no, string doc_no, string current_rev, object userState) { |
6186 | if ((this.onBeginGetPreRevSelectDelegate == null)) { |
||
6187 | this.onBeginGetPreRevSelectDelegate = new BeginOperationDelegate(this.OnBeginGetPreRevSelect); |
||
6188 | 787a4489 | KangIngu | } |
6189 | 6c781c0c | djkim | if ((this.onEndGetPreRevSelectDelegate == null)) { |
6190 | this.onEndGetPreRevSelectDelegate = new EndOperationDelegate(this.OnEndGetPreRevSelect); |
||
6191 | 787a4489 | KangIngu | } |
6192 | 6c781c0c | djkim | if ((this.onGetPreRevSelectCompletedDelegate == null)) { |
6193 | this.onGetPreRevSelectCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetPreRevSelectCompleted); |
||
6194 | 787a4489 | KangIngu | } |
6195 | 6c781c0c | djkim | base.InvokeAsync(this.onBeginGetPreRevSelectDelegate, new object[] { |
6196 | project_no, |
||
6197 | doc_no, |
||
6198 | current_rev}, this.onEndGetPreRevSelectDelegate, this.onGetPreRevSelectCompletedDelegate, userState); |
||
6199 | 787a4489 | KangIngu | } |
6200 | |||
6201 | 6c781c0c | djkim | public KCOMDataModel.DataModel.DOCINFO GetDocInfoOneSelect(string project_no, string doc_id) { |
6202 | return base.Channel.GetDocInfoOneSelect(project_no, doc_id); |
||
6203 | 787a4489 | KangIngu | } |
6204 | |||
6205 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
6206 | 6c781c0c | djkim | public System.IAsyncResult BeginGetDocInfoOneSelect(string project_no, string doc_id, System.AsyncCallback callback, object asyncState) { |
6207 | return base.Channel.BeginGetDocInfoOneSelect(project_no, doc_id, callback, asyncState); |
||
6208 | 787a4489 | KangIngu | } |
6209 | |||
6210 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
6211 | 6c781c0c | djkim | public KCOMDataModel.DataModel.DOCINFO EndGetDocInfoOneSelect(System.IAsyncResult result) { |
6212 | return base.Channel.EndGetDocInfoOneSelect(result); |
||
6213 | 787a4489 | KangIngu | } |
6214 | |||
6215 | 6c781c0c | djkim | private System.IAsyncResult OnBeginGetDocInfoOneSelect(object[] inValues, System.AsyncCallback callback, object asyncState) { |
6216 | string project_no = ((string)(inValues[0])); |
||
6217 | string doc_id = ((string)(inValues[1])); |
||
6218 | return this.BeginGetDocInfoOneSelect(project_no, doc_id, callback, asyncState); |
||
6219 | 787a4489 | KangIngu | } |
6220 | |||
6221 | 6c781c0c | djkim | private object[] OnEndGetDocInfoOneSelect(System.IAsyncResult result) { |
6222 | KCOMDataModel.DataModel.DOCINFO retVal = this.EndGetDocInfoOneSelect(result); |
||
6223 | 787a4489 | KangIngu | return new object[] { |
6224 | retVal}; |
||
6225 | } |
||
6226 | |||
6227 | 6c781c0c | djkim | private void OnGetDocInfoOneSelectCompleted(object state) { |
6228 | if ((this.GetDocInfoOneSelectCompleted != null)) { |
||
6229 | 787a4489 | KangIngu | InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
6230 | 6c781c0c | djkim | this.GetDocInfoOneSelectCompleted(this, new GetDocInfoOneSelectCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
6231 | 787a4489 | KangIngu | } |
6232 | } |
||
6233 | |||
6234 | 6c781c0c | djkim | public void GetDocInfoOneSelectAsync(string project_no, string doc_id) { |
6235 | this.GetDocInfoOneSelectAsync(project_no, doc_id, null); |
||
6236 | 787a4489 | KangIngu | } |
6237 | |||
6238 | 6c781c0c | djkim | public void GetDocInfoOneSelectAsync(string project_no, string doc_id, object userState) { |
6239 | if ((this.onBeginGetDocInfoOneSelectDelegate == null)) { |
||
6240 | this.onBeginGetDocInfoOneSelectDelegate = new BeginOperationDelegate(this.OnBeginGetDocInfoOneSelect); |
||
6241 | 787a4489 | KangIngu | } |
6242 | 6c781c0c | djkim | if ((this.onEndGetDocInfoOneSelectDelegate == null)) { |
6243 | this.onEndGetDocInfoOneSelectDelegate = new EndOperationDelegate(this.OnEndGetDocInfoOneSelect); |
||
6244 | 787a4489 | KangIngu | } |
6245 | 6c781c0c | djkim | if ((this.onGetDocInfoOneSelectCompletedDelegate == null)) { |
6246 | this.onGetDocInfoOneSelectCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetDocInfoOneSelectCompleted); |
||
6247 | 787a4489 | KangIngu | } |
6248 | 6c781c0c | djkim | base.InvokeAsync(this.onBeginGetDocInfoOneSelectDelegate, new object[] { |
6249 | project_no, |
||
6250 | doc_id}, this.onEndGetDocInfoOneSelectDelegate, this.onGetDocInfoOneSelectCompletedDelegate, userState); |
||
6251 | 787a4489 | KangIngu | } |
6252 | 992a98b4 | KangIngu | |
6253 | 6c781c0c | djkim | public System.Collections.Generic.List<IKCOM.MarkupInfoItem> GetPrintDocItemList(string project_no, string doc_id, System.Collections.Generic.List<IKCOM.MarkupInfoItem> _markupInfoList) { |
6254 | return base.Channel.GetPrintDocItemList(project_no, doc_id, _markupInfoList); |
||
6255 | 992a98b4 | KangIngu | } |
6256 | |||
6257 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
6258 | 6c781c0c | djkim | public System.IAsyncResult BeginGetPrintDocItemList(string project_no, string doc_id, System.Collections.Generic.List<IKCOM.MarkupInfoItem> _markupInfoList, System.AsyncCallback callback, object asyncState) { |
6259 | return base.Channel.BeginGetPrintDocItemList(project_no, doc_id, _markupInfoList, callback, asyncState); |
||
6260 | 992a98b4 | KangIngu | } |
6261 | |||
6262 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
6263 | 6c781c0c | djkim | public System.Collections.Generic.List<IKCOM.MarkupInfoItem> EndGetPrintDocItemList(System.IAsyncResult result) { |
6264 | return base.Channel.EndGetPrintDocItemList(result); |
||
6265 | 992a98b4 | KangIngu | } |
6266 | |||
6267 | 6c781c0c | djkim | private System.IAsyncResult OnBeginGetPrintDocItemList(object[] inValues, System.AsyncCallback callback, object asyncState) { |
6268 | string project_no = ((string)(inValues[0])); |
||
6269 | string doc_id = ((string)(inValues[1])); |
||
6270 | System.Collections.Generic.List<IKCOM.MarkupInfoItem> _markupInfoList = ((System.Collections.Generic.List<IKCOM.MarkupInfoItem>)(inValues[2])); |
||
6271 | return this.BeginGetPrintDocItemList(project_no, doc_id, _markupInfoList, callback, asyncState); |
||
6272 | 992a98b4 | KangIngu | } |
6273 | |||
6274 | 6c781c0c | djkim | private object[] OnEndGetPrintDocItemList(System.IAsyncResult result) { |
6275 | System.Collections.Generic.List<IKCOM.MarkupInfoItem> retVal = this.EndGetPrintDocItemList(result); |
||
6276 | 992a98b4 | KangIngu | return new object[] { |
6277 | retVal}; |
||
6278 | } |
||
6279 | |||
6280 | 6c781c0c | djkim | private void OnGetPrintDocItemListCompleted(object state) { |
6281 | if ((this.GetPrintDocItemListCompleted != null)) { |
||
6282 | 992a98b4 | KangIngu | InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
6283 | 6c781c0c | djkim | this.GetPrintDocItemListCompleted(this, new GetPrintDocItemListCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
6284 | 992a98b4 | KangIngu | } |
6285 | } |
||
6286 | |||
6287 | 6c781c0c | djkim | public void GetPrintDocItemListAsync(string project_no, string doc_id, System.Collections.Generic.List<IKCOM.MarkupInfoItem> _markupInfoList) { |
6288 | this.GetPrintDocItemListAsync(project_no, doc_id, _markupInfoList, null); |
||
6289 | 992a98b4 | KangIngu | } |
6290 | |||
6291 | 6c781c0c | djkim | public void GetPrintDocItemListAsync(string project_no, string doc_id, System.Collections.Generic.List<IKCOM.MarkupInfoItem> _markupInfoList, object userState) { |
6292 | if ((this.onBeginGetPrintDocItemListDelegate == null)) { |
||
6293 | this.onBeginGetPrintDocItemListDelegate = new BeginOperationDelegate(this.OnBeginGetPrintDocItemList); |
||
6294 | 992a98b4 | KangIngu | } |
6295 | 6c781c0c | djkim | if ((this.onEndGetPrintDocItemListDelegate == null)) { |
6296 | this.onEndGetPrintDocItemListDelegate = new EndOperationDelegate(this.OnEndGetPrintDocItemList); |
||
6297 | 992a98b4 | KangIngu | } |
6298 | 6c781c0c | djkim | if ((this.onGetPrintDocItemListCompletedDelegate == null)) { |
6299 | this.onGetPrintDocItemListCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetPrintDocItemListCompleted); |
||
6300 | 992a98b4 | KangIngu | } |
6301 | 6c781c0c | djkim | base.InvokeAsync(this.onBeginGetPrintDocItemListDelegate, new object[] { |
6302 | project_no, |
||
6303 | doc_id, |
||
6304 | _markupInfoList}, this.onEndGetPrintDocItemListDelegate, this.onGetPrintDocItemListCompletedDelegate, userState); |
||
6305 | 992a98b4 | KangIngu | } |
6306 | 119b58c6 | djkim | |
6307 | public bool AddMessage(string project_no, KCOMDataModel.DataModel.TALK value) { |
||
6308 | return base.Channel.AddMessage(project_no, value); |
||
6309 | } |
||
6310 | |||
6311 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
6312 | public System.IAsyncResult BeginAddMessage(string project_no, KCOMDataModel.DataModel.TALK value, System.AsyncCallback callback, object asyncState) { |
||
6313 | return base.Channel.BeginAddMessage(project_no, value, callback, asyncState); |
||
6314 | } |
||
6315 | |||
6316 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
6317 | public bool EndAddMessage(System.IAsyncResult result) { |
||
6318 | return base.Channel.EndAddMessage(result); |
||
6319 | } |
||
6320 | |||
6321 | private System.IAsyncResult OnBeginAddMessage(object[] inValues, System.AsyncCallback callback, object asyncState) { |
||
6322 | string project_no = ((string)(inValues[0])); |
||
6323 | KCOMDataModel.DataModel.TALK value = ((KCOMDataModel.DataModel.TALK)(inValues[1])); |
||
6324 | return this.BeginAddMessage(project_no, value, callback, asyncState); |
||
6325 | } |
||
6326 | |||
6327 | private object[] OnEndAddMessage(System.IAsyncResult result) { |
||
6328 | bool retVal = this.EndAddMessage(result); |
||
6329 | return new object[] { |
||
6330 | retVal}; |
||
6331 | } |
||
6332 | |||
6333 | private void OnAddMessageCompleted(object state) { |
||
6334 | if ((this.AddMessageCompleted != null)) { |
||
6335 | InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
||
6336 | this.AddMessageCompleted(this, new AddMessageCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
||
6337 | } |
||
6338 | } |
||
6339 | |||
6340 | public void AddMessageAsync(string project_no, KCOMDataModel.DataModel.TALK value) { |
||
6341 | this.AddMessageAsync(project_no, value, null); |
||
6342 | } |
||
6343 | |||
6344 | public void AddMessageAsync(string project_no, KCOMDataModel.DataModel.TALK value, object userState) { |
||
6345 | if ((this.onBeginAddMessageDelegate == null)) { |
||
6346 | this.onBeginAddMessageDelegate = new BeginOperationDelegate(this.OnBeginAddMessage); |
||
6347 | } |
||
6348 | if ((this.onEndAddMessageDelegate == null)) { |
||
6349 | this.onEndAddMessageDelegate = new EndOperationDelegate(this.OnEndAddMessage); |
||
6350 | } |
||
6351 | if ((this.onAddMessageCompletedDelegate == null)) { |
||
6352 | this.onAddMessageCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnAddMessageCompleted); |
||
6353 | } |
||
6354 | base.InvokeAsync(this.onBeginAddMessageDelegate, new object[] { |
||
6355 | project_no, |
||
6356 | value}, this.onEndAddMessageDelegate, this.onAddMessageCompletedDelegate, userState); |
||
6357 | } |
||
6358 | |||
6359 | public System.Collections.Generic.List<KCOMDataModel.DataModel.TALK> GetMessage(string project_no, string doc_id) { |
||
6360 | return base.Channel.GetMessage(project_no, doc_id); |
||
6361 | } |
||
6362 | |||
6363 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
6364 | public System.IAsyncResult BeginGetMessage(string project_no, string doc_id, System.AsyncCallback callback, object asyncState) { |
||
6365 | return base.Channel.BeginGetMessage(project_no, doc_id, callback, asyncState); |
||
6366 | } |
||
6367 | |||
6368 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
6369 | public System.Collections.Generic.List<KCOMDataModel.DataModel.TALK> EndGetMessage(System.IAsyncResult result) { |
||
6370 | return base.Channel.EndGetMessage(result); |
||
6371 | } |
||
6372 | |||
6373 | private System.IAsyncResult OnBeginGetMessage(object[] inValues, System.AsyncCallback callback, object asyncState) { |
||
6374 | string project_no = ((string)(inValues[0])); |
||
6375 | string doc_id = ((string)(inValues[1])); |
||
6376 | return this.BeginGetMessage(project_no, doc_id, callback, asyncState); |
||
6377 | } |
||
6378 | |||
6379 | private object[] OnEndGetMessage(System.IAsyncResult result) { |
||
6380 | System.Collections.Generic.List<KCOMDataModel.DataModel.TALK> retVal = this.EndGetMessage(result); |
||
6381 | return new object[] { |
||
6382 | retVal}; |
||
6383 | } |
||
6384 | |||
6385 | private void OnGetMessageCompleted(object state) { |
||
6386 | if ((this.GetMessageCompleted != null)) { |
||
6387 | InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
||
6388 | this.GetMessageCompleted(this, new GetMessageCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
||
6389 | } |
||
6390 | } |
||
6391 | |||
6392 | public void GetMessageAsync(string project_no, string doc_id) { |
||
6393 | this.GetMessageAsync(project_no, doc_id, null); |
||
6394 | } |
||
6395 | |||
6396 | public void GetMessageAsync(string project_no, string doc_id, object userState) { |
||
6397 | if ((this.onBeginGetMessageDelegate == null)) { |
||
6398 | this.onBeginGetMessageDelegate = new BeginOperationDelegate(this.OnBeginGetMessage); |
||
6399 | } |
||
6400 | if ((this.onEndGetMessageDelegate == null)) { |
||
6401 | this.onEndGetMessageDelegate = new EndOperationDelegate(this.OnEndGetMessage); |
||
6402 | } |
||
6403 | if ((this.onGetMessageCompletedDelegate == null)) { |
||
6404 | this.onGetMessageCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetMessageCompleted); |
||
6405 | } |
||
6406 | base.InvokeAsync(this.onBeginGetMessageDelegate, new object[] { |
||
6407 | project_no, |
||
6408 | doc_id}, this.onEndGetMessageDelegate, this.onGetMessageCompletedDelegate, userState); |
||
6409 | } |
||
6410 | c0977e97 | djkim | |
6411 | public KCOMDataModel.DataModel.DOCINFO FinalPDF_GetDocinfo(string project_no, string docinfo_id) { |
||
6412 | return base.Channel.FinalPDF_GetDocinfo(project_no, docinfo_id); |
||
6413 | } |
||
6414 | |||
6415 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
6416 | public System.IAsyncResult BeginFinalPDF_GetDocinfo(string project_no, string docinfo_id, System.AsyncCallback callback, object asyncState) { |
||
6417 | return base.Channel.BeginFinalPDF_GetDocinfo(project_no, docinfo_id, callback, asyncState); |
||
6418 | } |
||
6419 | |||
6420 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
6421 | public KCOMDataModel.DataModel.DOCINFO EndFinalPDF_GetDocinfo(System.IAsyncResult result) { |
||
6422 | return base.Channel.EndFinalPDF_GetDocinfo(result); |
||
6423 | } |
||
6424 | |||
6425 | private System.IAsyncResult OnBeginFinalPDF_GetDocinfo(object[] inValues, System.AsyncCallback callback, object asyncState) { |
||
6426 | string project_no = ((string)(inValues[0])); |
||
6427 | string docinfo_id = ((string)(inValues[1])); |
||
6428 | return this.BeginFinalPDF_GetDocinfo(project_no, docinfo_id, callback, asyncState); |
||
6429 | } |
||
6430 | |||
6431 | private object[] OnEndFinalPDF_GetDocinfo(System.IAsyncResult result) { |
||
6432 | KCOMDataModel.DataModel.DOCINFO retVal = this.EndFinalPDF_GetDocinfo(result); |
||
6433 | return new object[] { |
||
6434 | retVal}; |
||
6435 | } |
||
6436 | |||
6437 | private void OnFinalPDF_GetDocinfoCompleted(object state) { |
||
6438 | if ((this.FinalPDF_GetDocinfoCompleted != null)) { |
||
6439 | InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
||
6440 | this.FinalPDF_GetDocinfoCompleted(this, new FinalPDF_GetDocinfoCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
||
6441 | } |
||
6442 | } |
||
6443 | |||
6444 | public void FinalPDF_GetDocinfoAsync(string project_no, string docinfo_id) { |
||
6445 | this.FinalPDF_GetDocinfoAsync(project_no, docinfo_id, null); |
||
6446 | } |
||
6447 | |||
6448 | public void FinalPDF_GetDocinfoAsync(string project_no, string docinfo_id, object userState) { |
||
6449 | if ((this.onBeginFinalPDF_GetDocinfoDelegate == null)) { |
||
6450 | this.onBeginFinalPDF_GetDocinfoDelegate = new BeginOperationDelegate(this.OnBeginFinalPDF_GetDocinfo); |
||
6451 | } |
||
6452 | if ((this.onEndFinalPDF_GetDocinfoDelegate == null)) { |
||
6453 | this.onEndFinalPDF_GetDocinfoDelegate = new EndOperationDelegate(this.OnEndFinalPDF_GetDocinfo); |
||
6454 | } |
||
6455 | if ((this.onFinalPDF_GetDocinfoCompletedDelegate == null)) { |
||
6456 | this.onFinalPDF_GetDocinfoCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnFinalPDF_GetDocinfoCompleted); |
||
6457 | } |
||
6458 | base.InvokeAsync(this.onBeginFinalPDF_GetDocinfoDelegate, new object[] { |
||
6459 | project_no, |
||
6460 | docinfo_id}, this.onEndFinalPDF_GetDocinfoDelegate, this.onFinalPDF_GetDocinfoCompletedDelegate, userState); |
||
6461 | } |
||
6462 | |||
6463 | public KCOMDataModel.DataModel.DOCUMENT_ITEM FinalPDF_GetDocumentItem(string project_no, string document_id) { |
||
6464 | return base.Channel.FinalPDF_GetDocumentItem(project_no, document_id); |
||
6465 | } |
||
6466 | |||
6467 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
6468 | public System.IAsyncResult BeginFinalPDF_GetDocumentItem(string project_no, string document_id, System.AsyncCallback callback, object asyncState) { |
||
6469 | return base.Channel.BeginFinalPDF_GetDocumentItem(project_no, document_id, callback, asyncState); |
||
6470 | } |
||
6471 | |||
6472 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
6473 | public KCOMDataModel.DataModel.DOCUMENT_ITEM EndFinalPDF_GetDocumentItem(System.IAsyncResult result) { |
||
6474 | return base.Channel.EndFinalPDF_GetDocumentItem(result); |
||
6475 | } |
||
6476 | |||
6477 | private System.IAsyncResult OnBeginFinalPDF_GetDocumentItem(object[] inValues, System.AsyncCallback callback, object asyncState) { |
||
6478 | string project_no = ((string)(inValues[0])); |
||
6479 | string document_id = ((string)(inValues[1])); |
||
6480 | return this.BeginFinalPDF_GetDocumentItem(project_no, document_id, callback, asyncState); |
||
6481 | } |
||
6482 | |||
6483 | private object[] OnEndFinalPDF_GetDocumentItem(System.IAsyncResult result) { |
||
6484 | KCOMDataModel.DataModel.DOCUMENT_ITEM retVal = this.EndFinalPDF_GetDocumentItem(result); |
||
6485 | return new object[] { |
||
6486 | retVal}; |
||
6487 | } |
||
6488 | |||
6489 | private void OnFinalPDF_GetDocumentItemCompleted(object state) { |
||
6490 | if ((this.FinalPDF_GetDocumentItemCompleted != null)) { |
||
6491 | InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
||
6492 | this.FinalPDF_GetDocumentItemCompleted(this, new FinalPDF_GetDocumentItemCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
||
6493 | } |
||
6494 | } |
||
6495 | |||
6496 | public void FinalPDF_GetDocumentItemAsync(string project_no, string document_id) { |
||
6497 | this.FinalPDF_GetDocumentItemAsync(project_no, document_id, null); |
||
6498 | } |
||
6499 | |||
6500 | public void FinalPDF_GetDocumentItemAsync(string project_no, string document_id, object userState) { |
||
6501 | if ((this.onBeginFinalPDF_GetDocumentItemDelegate == null)) { |
||
6502 | this.onBeginFinalPDF_GetDocumentItemDelegate = new BeginOperationDelegate(this.OnBeginFinalPDF_GetDocumentItem); |
||
6503 | } |
||
6504 | if ((this.onEndFinalPDF_GetDocumentItemDelegate == null)) { |
||
6505 | this.onEndFinalPDF_GetDocumentItemDelegate = new EndOperationDelegate(this.OnEndFinalPDF_GetDocumentItem); |
||
6506 | } |
||
6507 | if ((this.onFinalPDF_GetDocumentItemCompletedDelegate == null)) { |
||
6508 | this.onFinalPDF_GetDocumentItemCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnFinalPDF_GetDocumentItemCompleted); |
||
6509 | } |
||
6510 | base.InvokeAsync(this.onBeginFinalPDF_GetDocumentItemDelegate, new object[] { |
||
6511 | project_no, |
||
6512 | document_id}, this.onEndFinalPDF_GetDocumentItemDelegate, this.onFinalPDF_GetDocumentItemCompletedDelegate, userState); |
||
6513 | } |
||
6514 | |||
6515 | public System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_DATA> FinalPDF_GetMarkupdata(string project_no, string docinfo_id) { |
||
6516 | return base.Channel.FinalPDF_GetMarkupdata(project_no, docinfo_id); |
||
6517 | } |
||
6518 | |||
6519 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
6520 | public System.IAsyncResult BeginFinalPDF_GetMarkupdata(string project_no, string docinfo_id, System.AsyncCallback callback, object asyncState) { |
||
6521 | return base.Channel.BeginFinalPDF_GetMarkupdata(project_no, docinfo_id, callback, asyncState); |
||
6522 | } |
||
6523 | |||
6524 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
6525 | public System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_DATA> EndFinalPDF_GetMarkupdata(System.IAsyncResult result) { |
||
6526 | return base.Channel.EndFinalPDF_GetMarkupdata(result); |
||
6527 | } |
||
6528 | |||
6529 | private System.IAsyncResult OnBeginFinalPDF_GetMarkupdata(object[] inValues, System.AsyncCallback callback, object asyncState) { |
||
6530 | string project_no = ((string)(inValues[0])); |
||
6531 | string docinfo_id = ((string)(inValues[1])); |
||
6532 | return this.BeginFinalPDF_GetMarkupdata(project_no, docinfo_id, callback, asyncState); |
||
6533 | } |
||
6534 | |||
6535 | private object[] OnEndFinalPDF_GetMarkupdata(System.IAsyncResult result) { |
||
6536 | System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_DATA> retVal = this.EndFinalPDF_GetMarkupdata(result); |
||
6537 | return new object[] { |
||
6538 | retVal}; |
||
6539 | } |
||
6540 | |||
6541 | private void OnFinalPDF_GetMarkupdataCompleted(object state) { |
||
6542 | if ((this.FinalPDF_GetMarkupdataCompleted != null)) { |
||
6543 | InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
||
6544 | this.FinalPDF_GetMarkupdataCompleted(this, new FinalPDF_GetMarkupdataCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
||
6545 | } |
||
6546 | } |
||
6547 | |||
6548 | public void FinalPDF_GetMarkupdataAsync(string project_no, string docinfo_id) { |
||
6549 | this.FinalPDF_GetMarkupdataAsync(project_no, docinfo_id, null); |
||
6550 | } |
||
6551 | |||
6552 | public void FinalPDF_GetMarkupdataAsync(string project_no, string docinfo_id, object userState) { |
||
6553 | if ((this.onBeginFinalPDF_GetMarkupdataDelegate == null)) { |
||
6554 | this.onBeginFinalPDF_GetMarkupdataDelegate = new BeginOperationDelegate(this.OnBeginFinalPDF_GetMarkupdata); |
||
6555 | } |
||
6556 | if ((this.onEndFinalPDF_GetMarkupdataDelegate == null)) { |
||
6557 | this.onEndFinalPDF_GetMarkupdataDelegate = new EndOperationDelegate(this.OnEndFinalPDF_GetMarkupdata); |
||
6558 | } |
||
6559 | if ((this.onFinalPDF_GetMarkupdataCompletedDelegate == null)) { |
||
6560 | this.onFinalPDF_GetMarkupdataCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnFinalPDF_GetMarkupdataCompleted); |
||
6561 | } |
||
6562 | base.InvokeAsync(this.onBeginFinalPDF_GetMarkupdataDelegate, new object[] { |
||
6563 | project_no, |
||
6564 | docinfo_id}, this.onEndFinalPDF_GetMarkupdataDelegate, this.onFinalPDF_GetMarkupdataCompletedDelegate, userState); |
||
6565 | } |
||
6566 | |||
6567 | public KCOMDataModel.DataModel.MARKUP_INFO FinalPDF_GetMarkupinfo(string project_no, string docinfo_id) { |
||
6568 | return base.Channel.FinalPDF_GetMarkupinfo(project_no, docinfo_id); |
||
6569 | } |
||
6570 | |||
6571 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
6572 | public System.IAsyncResult BeginFinalPDF_GetMarkupinfo(string project_no, string docinfo_id, System.AsyncCallback callback, object asyncState) { |
||
6573 | return base.Channel.BeginFinalPDF_GetMarkupinfo(project_no, docinfo_id, callback, asyncState); |
||
6574 | } |
||
6575 | |||
6576 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
6577 | public KCOMDataModel.DataModel.MARKUP_INFO EndFinalPDF_GetMarkupinfo(System.IAsyncResult result) { |
||
6578 | return base.Channel.EndFinalPDF_GetMarkupinfo(result); |
||
6579 | } |
||
6580 | |||
6581 | private System.IAsyncResult OnBeginFinalPDF_GetMarkupinfo(object[] inValues, System.AsyncCallback callback, object asyncState) { |
||
6582 | string project_no = ((string)(inValues[0])); |
||
6583 | string docinfo_id = ((string)(inValues[1])); |
||
6584 | return this.BeginFinalPDF_GetMarkupinfo(project_no, docinfo_id, callback, asyncState); |
||
6585 | } |
||
6586 | |||
6587 | private object[] OnEndFinalPDF_GetMarkupinfo(System.IAsyncResult result) { |
||
6588 | KCOMDataModel.DataModel.MARKUP_INFO retVal = this.EndFinalPDF_GetMarkupinfo(result); |
||
6589 | return new object[] { |
||
6590 | retVal}; |
||
6591 | } |
||
6592 | |||
6593 | private void OnFinalPDF_GetMarkupinfoCompleted(object state) { |
||
6594 | if ((this.FinalPDF_GetMarkupinfoCompleted != null)) { |
||
6595 | InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
||
6596 | this.FinalPDF_GetMarkupinfoCompleted(this, new FinalPDF_GetMarkupinfoCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
||
6597 | } |
||
6598 | } |
||
6599 | |||
6600 | public void FinalPDF_GetMarkupinfoAsync(string project_no, string docinfo_id) { |
||
6601 | this.FinalPDF_GetMarkupinfoAsync(project_no, docinfo_id, null); |
||
6602 | } |
||
6603 | |||
6604 | public void FinalPDF_GetMarkupinfoAsync(string project_no, string docinfo_id, object userState) { |
||
6605 | if ((this.onBeginFinalPDF_GetMarkupinfoDelegate == null)) { |
||
6606 | this.onBeginFinalPDF_GetMarkupinfoDelegate = new BeginOperationDelegate(this.OnBeginFinalPDF_GetMarkupinfo); |
||
6607 | } |
||
6608 | if ((this.onEndFinalPDF_GetMarkupinfoDelegate == null)) { |
||
6609 | this.onEndFinalPDF_GetMarkupinfoDelegate = new EndOperationDelegate(this.OnEndFinalPDF_GetMarkupinfo); |
||
6610 | } |
||
6611 | if ((this.onFinalPDF_GetMarkupinfoCompletedDelegate == null)) { |
||
6612 | this.onFinalPDF_GetMarkupinfoCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnFinalPDF_GetMarkupinfoCompleted); |
||
6613 | } |
||
6614 | base.InvokeAsync(this.onBeginFinalPDF_GetMarkupinfoDelegate, new object[] { |
||
6615 | project_no, |
||
6616 | docinfo_id}, this.onEndFinalPDF_GetMarkupinfoDelegate, this.onFinalPDF_GetMarkupinfoCompletedDelegate, userState); |
||
6617 | } |
||
6618 | |||
6619 | public System.Collections.Generic.List<KCOMDataModel.DataModel.FINAL_PDF> FinalPDF_GetFinalPDFs(string final_id) { |
||
6620 | return base.Channel.FinalPDF_GetFinalPDFs(final_id); |
||
6621 | } |
||
6622 | |||
6623 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
6624 | public System.IAsyncResult BeginFinalPDF_GetFinalPDFs(string final_id, System.AsyncCallback callback, object asyncState) { |
||
6625 | return base.Channel.BeginFinalPDF_GetFinalPDFs(final_id, callback, asyncState); |
||
6626 | } |
||
6627 | |||
6628 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
6629 | public System.Collections.Generic.List<KCOMDataModel.DataModel.FINAL_PDF> EndFinalPDF_GetFinalPDFs(System.IAsyncResult result) { |
||
6630 | return base.Channel.EndFinalPDF_GetFinalPDFs(result); |
||
6631 | } |
||
6632 | |||
6633 | private System.IAsyncResult OnBeginFinalPDF_GetFinalPDFs(object[] inValues, System.AsyncCallback callback, object asyncState) { |
||
6634 | string final_id = ((string)(inValues[0])); |
||
6635 | return this.BeginFinalPDF_GetFinalPDFs(final_id, callback, asyncState); |
||
6636 | } |
||
6637 | |||
6638 | private object[] OnEndFinalPDF_GetFinalPDFs(System.IAsyncResult result) { |
||
6639 | System.Collections.Generic.List<KCOMDataModel.DataModel.FINAL_PDF> retVal = this.EndFinalPDF_GetFinalPDFs(result); |
||
6640 | return new object[] { |
||
6641 | retVal}; |
||
6642 | } |
||
6643 | |||
6644 | private void OnFinalPDF_GetFinalPDFsCompleted(object state) { |
||
6645 | if ((this.FinalPDF_GetFinalPDFsCompleted != null)) { |
||
6646 | InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
||
6647 | this.FinalPDF_GetFinalPDFsCompleted(this, new FinalPDF_GetFinalPDFsCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
||
6648 | } |
||
6649 | } |
||
6650 | |||
6651 | public void FinalPDF_GetFinalPDFsAsync(string final_id) { |
||
6652 | this.FinalPDF_GetFinalPDFsAsync(final_id, null); |
||
6653 | } |
||
6654 | |||
6655 | public void FinalPDF_GetFinalPDFsAsync(string final_id, object userState) { |
||
6656 | if ((this.onBeginFinalPDF_GetFinalPDFsDelegate == null)) { |
||
6657 | this.onBeginFinalPDF_GetFinalPDFsDelegate = new BeginOperationDelegate(this.OnBeginFinalPDF_GetFinalPDFs); |
||
6658 | } |
||
6659 | if ((this.onEndFinalPDF_GetFinalPDFsDelegate == null)) { |
||
6660 | this.onEndFinalPDF_GetFinalPDFsDelegate = new EndOperationDelegate(this.OnEndFinalPDF_GetFinalPDFs); |
||
6661 | } |
||
6662 | if ((this.onFinalPDF_GetFinalPDFsCompletedDelegate == null)) { |
||
6663 | this.onFinalPDF_GetFinalPDFsCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnFinalPDF_GetFinalPDFsCompleted); |
||
6664 | } |
||
6665 | base.InvokeAsync(this.onBeginFinalPDF_GetFinalPDFsDelegate, new object[] { |
||
6666 | final_id}, this.onEndFinalPDF_GetFinalPDFsDelegate, this.onFinalPDF_GetFinalPDFsCompletedDelegate, userState); |
||
6667 | } |
||
6668 | |||
6669 | public System.Collections.Generic.List<KCOMDataModel.DataModel.DOCPAGE> FinalPDF_GetDocpage(string project_no, string docinfo_id) { |
||
6670 | return base.Channel.FinalPDF_GetDocpage(project_no, docinfo_id); |
||
6671 | } |
||
6672 | |||
6673 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
6674 | public System.IAsyncResult BeginFinalPDF_GetDocpage(string project_no, string docinfo_id, System.AsyncCallback callback, object asyncState) { |
||
6675 | return base.Channel.BeginFinalPDF_GetDocpage(project_no, docinfo_id, callback, asyncState); |
||
6676 | } |
||
6677 | |||
6678 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
6679 | public System.Collections.Generic.List<KCOMDataModel.DataModel.DOCPAGE> EndFinalPDF_GetDocpage(System.IAsyncResult result) { |
||
6680 | return base.Channel.EndFinalPDF_GetDocpage(result); |
||
6681 | } |
||
6682 | |||
6683 | private System.IAsyncResult OnBeginFinalPDF_GetDocpage(object[] inValues, System.AsyncCallback callback, object asyncState) { |
||
6684 | string project_no = ((string)(inValues[0])); |
||
6685 | string docinfo_id = ((string)(inValues[1])); |
||
6686 | return this.BeginFinalPDF_GetDocpage(project_no, docinfo_id, callback, asyncState); |
||
6687 | } |
||
6688 | |||
6689 | private object[] OnEndFinalPDF_GetDocpage(System.IAsyncResult result) { |
||
6690 | System.Collections.Generic.List<KCOMDataModel.DataModel.DOCPAGE> retVal = this.EndFinalPDF_GetDocpage(result); |
||
6691 | return new object[] { |
||
6692 | retVal}; |
||
6693 | } |
||
6694 | |||
6695 | private void OnFinalPDF_GetDocpageCompleted(object state) { |
||
6696 | if ((this.FinalPDF_GetDocpageCompleted != null)) { |
||
6697 | InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
||
6698 | this.FinalPDF_GetDocpageCompleted(this, new FinalPDF_GetDocpageCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
||
6699 | } |
||
6700 | } |
||
6701 | |||
6702 | public void FinalPDF_GetDocpageAsync(string project_no, string docinfo_id) { |
||
6703 | this.FinalPDF_GetDocpageAsync(project_no, docinfo_id, null); |
||
6704 | } |
||
6705 | |||
6706 | public void FinalPDF_GetDocpageAsync(string project_no, string docinfo_id, object userState) { |
||
6707 | if ((this.onBeginFinalPDF_GetDocpageDelegate == null)) { |
||
6708 | this.onBeginFinalPDF_GetDocpageDelegate = new BeginOperationDelegate(this.OnBeginFinalPDF_GetDocpage); |
||
6709 | } |
||
6710 | if ((this.onEndFinalPDF_GetDocpageDelegate == null)) { |
||
6711 | this.onEndFinalPDF_GetDocpageDelegate = new EndOperationDelegate(this.OnEndFinalPDF_GetDocpage); |
||
6712 | } |
||
6713 | if ((this.onFinalPDF_GetDocpageCompletedDelegate == null)) { |
||
6714 | this.onFinalPDF_GetDocpageCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnFinalPDF_GetDocpageCompleted); |
||
6715 | } |
||
6716 | base.InvokeAsync(this.onBeginFinalPDF_GetDocpageDelegate, new object[] { |
||
6717 | project_no, |
||
6718 | docinfo_id}, this.onEndFinalPDF_GetDocpageDelegate, this.onFinalPDF_GetDocpageCompletedDelegate, userState); |
||
6719 | } |
||
6720 | |||
6721 | public bool FinalPDF_SetFinalPDFStatus(string final_id, KCOM.ServiceDeepView.FinalStatus status) { |
||
6722 | return base.Channel.FinalPDF_SetFinalPDFStatus(final_id, status); |
||
6723 | } |
||
6724 | |||
6725 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
6726 | public System.IAsyncResult BeginFinalPDF_SetFinalPDFStatus(string final_id, KCOM.ServiceDeepView.FinalStatus status, System.AsyncCallback callback, object asyncState) { |
||
6727 | return base.Channel.BeginFinalPDF_SetFinalPDFStatus(final_id, status, callback, asyncState); |
||
6728 | } |
||
6729 | |||
6730 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
6731 | public bool EndFinalPDF_SetFinalPDFStatus(System.IAsyncResult result) { |
||
6732 | return base.Channel.EndFinalPDF_SetFinalPDFStatus(result); |
||
6733 | } |
||
6734 | |||
6735 | private System.IAsyncResult OnBeginFinalPDF_SetFinalPDFStatus(object[] inValues, System.AsyncCallback callback, object asyncState) { |
||
6736 | string final_id = ((string)(inValues[0])); |
||
6737 | KCOM.ServiceDeepView.FinalStatus status = ((KCOM.ServiceDeepView.FinalStatus)(inValues[1])); |
||
6738 | return this.BeginFinalPDF_SetFinalPDFStatus(final_id, status, callback, asyncState); |
||
6739 | } |
||
6740 | |||
6741 | private object[] OnEndFinalPDF_SetFinalPDFStatus(System.IAsyncResult result) { |
||
6742 | bool retVal = this.EndFinalPDF_SetFinalPDFStatus(result); |
||
6743 | return new object[] { |
||
6744 | retVal}; |
||
6745 | } |
||
6746 | |||
6747 | private void OnFinalPDF_SetFinalPDFStatusCompleted(object state) { |
||
6748 | if ((this.FinalPDF_SetFinalPDFStatusCompleted != null)) { |
||
6749 | InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
||
6750 | this.FinalPDF_SetFinalPDFStatusCompleted(this, new FinalPDF_SetFinalPDFStatusCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
||
6751 | } |
||
6752 | } |
||
6753 | |||
6754 | public void FinalPDF_SetFinalPDFStatusAsync(string final_id, KCOM.ServiceDeepView.FinalStatus status) { |
||
6755 | this.FinalPDF_SetFinalPDFStatusAsync(final_id, status, null); |
||
6756 | } |
||
6757 | |||
6758 | public void FinalPDF_SetFinalPDFStatusAsync(string final_id, KCOM.ServiceDeepView.FinalStatus status, object userState) { |
||
6759 | if ((this.onBeginFinalPDF_SetFinalPDFStatusDelegate == null)) { |
||
6760 | this.onBeginFinalPDF_SetFinalPDFStatusDelegate = new BeginOperationDelegate(this.OnBeginFinalPDF_SetFinalPDFStatus); |
||
6761 | } |
||
6762 | if ((this.onEndFinalPDF_SetFinalPDFStatusDelegate == null)) { |
||
6763 | this.onEndFinalPDF_SetFinalPDFStatusDelegate = new EndOperationDelegate(this.OnEndFinalPDF_SetFinalPDFStatus); |
||
6764 | } |
||
6765 | if ((this.onFinalPDF_SetFinalPDFStatusCompletedDelegate == null)) { |
||
6766 | this.onFinalPDF_SetFinalPDFStatusCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnFinalPDF_SetFinalPDFStatusCompleted); |
||
6767 | } |
||
6768 | base.InvokeAsync(this.onBeginFinalPDF_SetFinalPDFStatusDelegate, new object[] { |
||
6769 | final_id, |
||
6770 | status}, this.onEndFinalPDF_SetFinalPDFStatusDelegate, this.onFinalPDF_SetFinalPDFStatusCompletedDelegate, userState); |
||
6771 | } |
||
6772 | |||
6773 | 3b62305d | ljiyeon | public bool FinalPDF_GetFinalPDFStatus(string DocInfoID, string MarkupInfoID, string CreateUserID) { |
6774 | return base.Channel.FinalPDF_GetFinalPDFStatus(DocInfoID, MarkupInfoID, CreateUserID); |
||
6775 | } |
||
6776 | |||
6777 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
6778 | public System.IAsyncResult BeginFinalPDF_GetFinalPDFStatus(string DocInfoID, string MarkupInfoID, string CreateUserID, System.AsyncCallback callback, object asyncState) { |
||
6779 | return base.Channel.BeginFinalPDF_GetFinalPDFStatus(DocInfoID, MarkupInfoID, CreateUserID, callback, asyncState); |
||
6780 | } |
||
6781 | |||
6782 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
6783 | public bool EndFinalPDF_GetFinalPDFStatus(System.IAsyncResult result) { |
||
6784 | return base.Channel.EndFinalPDF_GetFinalPDFStatus(result); |
||
6785 | } |
||
6786 | |||
6787 | private System.IAsyncResult OnBeginFinalPDF_GetFinalPDFStatus(object[] inValues, System.AsyncCallback callback, object asyncState) { |
||
6788 | string DocInfoID = ((string)(inValues[0])); |
||
6789 | string MarkupInfoID = ((string)(inValues[1])); |
||
6790 | string CreateUserID = ((string)(inValues[2])); |
||
6791 | return this.BeginFinalPDF_GetFinalPDFStatus(DocInfoID, MarkupInfoID, CreateUserID, callback, asyncState); |
||
6792 | } |
||
6793 | |||
6794 | private object[] OnEndFinalPDF_GetFinalPDFStatus(System.IAsyncResult result) { |
||
6795 | bool retVal = this.EndFinalPDF_GetFinalPDFStatus(result); |
||
6796 | return new object[] { |
||
6797 | retVal}; |
||
6798 | } |
||
6799 | |||
6800 | private void OnFinalPDF_GetFinalPDFStatusCompleted(object state) { |
||
6801 | if ((this.FinalPDF_GetFinalPDFStatusCompleted != null)) { |
||
6802 | InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
||
6803 | this.FinalPDF_GetFinalPDFStatusCompleted(this, new FinalPDF_GetFinalPDFStatusCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
||
6804 | } |
||
6805 | } |
||
6806 | |||
6807 | public void FinalPDF_GetFinalPDFStatusAsync(string DocInfoID, string MarkupInfoID, string CreateUserID) { |
||
6808 | this.FinalPDF_GetFinalPDFStatusAsync(DocInfoID, MarkupInfoID, CreateUserID, null); |
||
6809 | } |
||
6810 | |||
6811 | public void FinalPDF_GetFinalPDFStatusAsync(string DocInfoID, string MarkupInfoID, string CreateUserID, object userState) { |
||
6812 | if ((this.onBeginFinalPDF_GetFinalPDFStatusDelegate == null)) { |
||
6813 | this.onBeginFinalPDF_GetFinalPDFStatusDelegate = new BeginOperationDelegate(this.OnBeginFinalPDF_GetFinalPDFStatus); |
||
6814 | } |
||
6815 | if ((this.onEndFinalPDF_GetFinalPDFStatusDelegate == null)) { |
||
6816 | this.onEndFinalPDF_GetFinalPDFStatusDelegate = new EndOperationDelegate(this.OnEndFinalPDF_GetFinalPDFStatus); |
||
6817 | } |
||
6818 | if ((this.onFinalPDF_GetFinalPDFStatusCompletedDelegate == null)) { |
||
6819 | this.onFinalPDF_GetFinalPDFStatusCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnFinalPDF_GetFinalPDFStatusCompleted); |
||
6820 | } |
||
6821 | base.InvokeAsync(this.onBeginFinalPDF_GetFinalPDFStatusDelegate, new object[] { |
||
6822 | DocInfoID, |
||
6823 | MarkupInfoID, |
||
6824 | CreateUserID}, this.onEndFinalPDF_GetFinalPDFStatusDelegate, this.onFinalPDF_GetFinalPDFStatusCompletedDelegate, userState); |
||
6825 | } |
||
6826 | |||
6827 | c0977e97 | djkim | public bool FinalPDF_SetCurrentPage(string final_id, int currentpage) { |
6828 | return base.Channel.FinalPDF_SetCurrentPage(final_id, currentpage); |
||
6829 | } |
||
6830 | |||
6831 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
6832 | public System.IAsyncResult BeginFinalPDF_SetCurrentPage(string final_id, int currentpage, System.AsyncCallback callback, object asyncState) { |
||
6833 | return base.Channel.BeginFinalPDF_SetCurrentPage(final_id, currentpage, callback, asyncState); |
||
6834 | } |
||
6835 | |||
6836 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
6837 | public bool EndFinalPDF_SetCurrentPage(System.IAsyncResult result) { |
||
6838 | return base.Channel.EndFinalPDF_SetCurrentPage(result); |
||
6839 | } |
||
6840 | |||
6841 | private System.IAsyncResult OnBeginFinalPDF_SetCurrentPage(object[] inValues, System.AsyncCallback callback, object asyncState) { |
||
6842 | string final_id = ((string)(inValues[0])); |
||
6843 | int currentpage = ((int)(inValues[1])); |
||
6844 | return this.BeginFinalPDF_SetCurrentPage(final_id, currentpage, callback, asyncState); |
||
6845 | } |
||
6846 | |||
6847 | private object[] OnEndFinalPDF_SetCurrentPage(System.IAsyncResult result) { |
||
6848 | bool retVal = this.EndFinalPDF_SetCurrentPage(result); |
||
6849 | return new object[] { |
||
6850 | retVal}; |
||
6851 | } |
||
6852 | |||
6853 | private void OnFinalPDF_SetCurrentPageCompleted(object state) { |
||
6854 | if ((this.FinalPDF_SetCurrentPageCompleted != null)) { |
||
6855 | InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
||
6856 | this.FinalPDF_SetCurrentPageCompleted(this, new FinalPDF_SetCurrentPageCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
||
6857 | } |
||
6858 | } |
||
6859 | |||
6860 | public void FinalPDF_SetCurrentPageAsync(string final_id, int currentpage) { |
||
6861 | this.FinalPDF_SetCurrentPageAsync(final_id, currentpage, null); |
||
6862 | } |
||
6863 | |||
6864 | public void FinalPDF_SetCurrentPageAsync(string final_id, int currentpage, object userState) { |
||
6865 | if ((this.onBeginFinalPDF_SetCurrentPageDelegate == null)) { |
||
6866 | this.onBeginFinalPDF_SetCurrentPageDelegate = new BeginOperationDelegate(this.OnBeginFinalPDF_SetCurrentPage); |
||
6867 | } |
||
6868 | if ((this.onEndFinalPDF_SetCurrentPageDelegate == null)) { |
||
6869 | this.onEndFinalPDF_SetCurrentPageDelegate = new EndOperationDelegate(this.OnEndFinalPDF_SetCurrentPage); |
||
6870 | } |
||
6871 | if ((this.onFinalPDF_SetCurrentPageCompletedDelegate == null)) { |
||
6872 | this.onFinalPDF_SetCurrentPageCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnFinalPDF_SetCurrentPageCompleted); |
||
6873 | } |
||
6874 | base.InvokeAsync(this.onBeginFinalPDF_SetCurrentPageDelegate, new object[] { |
||
6875 | final_id, |
||
6876 | currentpage}, this.onEndFinalPDF_SetCurrentPageDelegate, this.onFinalPDF_SetCurrentPageCompletedDelegate, userState); |
||
6877 | } |
||
6878 | |||
6879 | public bool FinalPDF_SetError(string final_id, string msg) { |
||
6880 | return base.Channel.FinalPDF_SetError(final_id, msg); |
||
6881 | } |
||
6882 | |||
6883 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
6884 | public System.IAsyncResult BeginFinalPDF_SetError(string final_id, string msg, System.AsyncCallback callback, object asyncState) { |
||
6885 | return base.Channel.BeginFinalPDF_SetError(final_id, msg, callback, asyncState); |
||
6886 | } |
||
6887 | |||
6888 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
6889 | public bool EndFinalPDF_SetError(System.IAsyncResult result) { |
||
6890 | return base.Channel.EndFinalPDF_SetError(result); |
||
6891 | } |
||
6892 | |||
6893 | private System.IAsyncResult OnBeginFinalPDF_SetError(object[] inValues, System.AsyncCallback callback, object asyncState) { |
||
6894 | string final_id = ((string)(inValues[0])); |
||
6895 | string msg = ((string)(inValues[1])); |
||
6896 | return this.BeginFinalPDF_SetError(final_id, msg, callback, asyncState); |
||
6897 | } |
||
6898 | |||
6899 | private object[] OnEndFinalPDF_SetError(System.IAsyncResult result) { |
||
6900 | bool retVal = this.EndFinalPDF_SetError(result); |
||
6901 | return new object[] { |
||
6902 | retVal}; |
||
6903 | } |
||
6904 | |||
6905 | private void OnFinalPDF_SetErrorCompleted(object state) { |
||
6906 | if ((this.FinalPDF_SetErrorCompleted != null)) { |
||
6907 | InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
||
6908 | this.FinalPDF_SetErrorCompleted(this, new FinalPDF_SetErrorCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
||
6909 | } |
||
6910 | } |
||
6911 | |||
6912 | public void FinalPDF_SetErrorAsync(string final_id, string msg) { |
||
6913 | this.FinalPDF_SetErrorAsync(final_id, msg, null); |
||
6914 | } |
||
6915 | |||
6916 | public void FinalPDF_SetErrorAsync(string final_id, string msg, object userState) { |
||
6917 | if ((this.onBeginFinalPDF_SetErrorDelegate == null)) { |
||
6918 | this.onBeginFinalPDF_SetErrorDelegate = new BeginOperationDelegate(this.OnBeginFinalPDF_SetError); |
||
6919 | } |
||
6920 | if ((this.onEndFinalPDF_SetErrorDelegate == null)) { |
||
6921 | this.onEndFinalPDF_SetErrorDelegate = new EndOperationDelegate(this.OnEndFinalPDF_SetError); |
||
6922 | } |
||
6923 | if ((this.onFinalPDF_SetErrorCompletedDelegate == null)) { |
||
6924 | this.onFinalPDF_SetErrorCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnFinalPDF_SetErrorCompleted); |
||
6925 | } |
||
6926 | base.InvokeAsync(this.onBeginFinalPDF_SetErrorDelegate, new object[] { |
||
6927 | final_id, |
||
6928 | msg}, this.onEndFinalPDF_SetErrorDelegate, this.onFinalPDF_SetErrorCompletedDelegate, userState); |
||
6929 | } |
||
6930 | |||
6931 | public bool FinalPDF_SetFinalResultPath(string project_no, string document_id, string url) { |
||
6932 | return base.Channel.FinalPDF_SetFinalResultPath(project_no, document_id, url); |
||
6933 | } |
||
6934 | |||
6935 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
6936 | public System.IAsyncResult BeginFinalPDF_SetFinalResultPath(string project_no, string document_id, string url, System.AsyncCallback callback, object asyncState) { |
||
6937 | return base.Channel.BeginFinalPDF_SetFinalResultPath(project_no, document_id, url, callback, asyncState); |
||
6938 | } |
||
6939 | |||
6940 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
6941 | public bool EndFinalPDF_SetFinalResultPath(System.IAsyncResult result) { |
||
6942 | return base.Channel.EndFinalPDF_SetFinalResultPath(result); |
||
6943 | } |
||
6944 | |||
6945 | private System.IAsyncResult OnBeginFinalPDF_SetFinalResultPath(object[] inValues, System.AsyncCallback callback, object asyncState) { |
||
6946 | string project_no = ((string)(inValues[0])); |
||
6947 | string document_id = ((string)(inValues[1])); |
||
6948 | string url = ((string)(inValues[2])); |
||
6949 | return this.BeginFinalPDF_SetFinalResultPath(project_no, document_id, url, callback, asyncState); |
||
6950 | } |
||
6951 | |||
6952 | private object[] OnEndFinalPDF_SetFinalResultPath(System.IAsyncResult result) { |
||
6953 | bool retVal = this.EndFinalPDF_SetFinalResultPath(result); |
||
6954 | return new object[] { |
||
6955 | retVal}; |
||
6956 | } |
||
6957 | |||
6958 | private void OnFinalPDF_SetFinalResultPathCompleted(object state) { |
||
6959 | if ((this.FinalPDF_SetFinalResultPathCompleted != null)) { |
||
6960 | InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
||
6961 | this.FinalPDF_SetFinalResultPathCompleted(this, new FinalPDF_SetFinalResultPathCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
||
6962 | } |
||
6963 | } |
||
6964 | |||
6965 | public void FinalPDF_SetFinalResultPathAsync(string project_no, string document_id, string url) { |
||
6966 | this.FinalPDF_SetFinalResultPathAsync(project_no, document_id, url, null); |
||
6967 | } |
||
6968 | |||
6969 | public void FinalPDF_SetFinalResultPathAsync(string project_no, string document_id, string url, object userState) { |
||
6970 | if ((this.onBeginFinalPDF_SetFinalResultPathDelegate == null)) { |
||
6971 | this.onBeginFinalPDF_SetFinalResultPathDelegate = new BeginOperationDelegate(this.OnBeginFinalPDF_SetFinalResultPath); |
||
6972 | } |
||
6973 | if ((this.onEndFinalPDF_SetFinalResultPathDelegate == null)) { |
||
6974 | this.onEndFinalPDF_SetFinalResultPathDelegate = new EndOperationDelegate(this.OnEndFinalPDF_SetFinalResultPath); |
||
6975 | } |
||
6976 | if ((this.onFinalPDF_SetFinalResultPathCompletedDelegate == null)) { |
||
6977 | this.onFinalPDF_SetFinalResultPathCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnFinalPDF_SetFinalResultPathCompleted); |
||
6978 | } |
||
6979 | base.InvokeAsync(this.onBeginFinalPDF_SetFinalResultPathDelegate, new object[] { |
||
6980 | project_no, |
||
6981 | document_id, |
||
6982 | url}, this.onEndFinalPDF_SetFinalResultPathDelegate, this.onFinalPDF_SetFinalResultPathCompletedDelegate, userState); |
||
6983 | } |
||
6984 | |||
6985 | bae83c92 | taeseongkim | public bool SaveLog(string project_no, string document_id, string Log) { |
6986 | return base.Channel.SaveLog(project_no, document_id, Log); |
||
6987 | } |
||
6988 | |||
6989 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
6990 | public System.IAsyncResult BeginSaveLog(string project_no, string document_id, string Log, System.AsyncCallback callback, object asyncState) { |
||
6991 | return base.Channel.BeginSaveLog(project_no, document_id, Log, callback, asyncState); |
||
6992 | } |
||
6993 | |||
6994 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
6995 | public bool EndSaveLog(System.IAsyncResult result) { |
||
6996 | return base.Channel.EndSaveLog(result); |
||
6997 | } |
||
6998 | |||
6999 | private System.IAsyncResult OnBeginSaveLog(object[] inValues, System.AsyncCallback callback, object asyncState) { |
||
7000 | string project_no = ((string)(inValues[0])); |
||
7001 | string document_id = ((string)(inValues[1])); |
||
7002 | string Log = ((string)(inValues[2])); |
||
7003 | return this.BeginSaveLog(project_no, document_id, Log, callback, asyncState); |
||
7004 | } |
||
7005 | |||
7006 | private object[] OnEndSaveLog(System.IAsyncResult result) { |
||
7007 | bool retVal = this.EndSaveLog(result); |
||
7008 | return new object[] { |
||
7009 | retVal}; |
||
7010 | } |
||
7011 | |||
7012 | private void OnSaveLogCompleted(object state) { |
||
7013 | if ((this.SaveLogCompleted != null)) { |
||
7014 | InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
||
7015 | this.SaveLogCompleted(this, new SaveLogCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
||
7016 | } |
||
7017 | } |
||
7018 | |||
7019 | public void SaveLogAsync(string project_no, string document_id, string Log) { |
||
7020 | this.SaveLogAsync(project_no, document_id, Log, null); |
||
7021 | } |
||
7022 | |||
7023 | public void SaveLogAsync(string project_no, string document_id, string Log, object userState) { |
||
7024 | if ((this.onBeginSaveLogDelegate == null)) { |
||
7025 | this.onBeginSaveLogDelegate = new BeginOperationDelegate(this.OnBeginSaveLog); |
||
7026 | } |
||
7027 | if ((this.onEndSaveLogDelegate == null)) { |
||
7028 | this.onEndSaveLogDelegate = new EndOperationDelegate(this.OnEndSaveLog); |
||
7029 | } |
||
7030 | if ((this.onSaveLogCompletedDelegate == null)) { |
||
7031 | this.onSaveLogCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnSaveLogCompleted); |
||
7032 | } |
||
7033 | base.InvokeAsync(this.onBeginSaveLogDelegate, new object[] { |
||
7034 | project_no, |
||
7035 | document_id, |
||
7036 | Log}, this.onEndSaveLogDelegate, this.onSaveLogCompletedDelegate, userState); |
||
7037 | } |
||
7038 | |||
7039 | c0977e97 | djkim | public KCOMDataModel.DataModel.MEMBER FinalPDF_GetCommentMember(string project_no, string markupdata_id) { |
7040 | return base.Channel.FinalPDF_GetCommentMember(project_no, markupdata_id); |
||
7041 | } |
||
7042 | |||
7043 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
7044 | public System.IAsyncResult BeginFinalPDF_GetCommentMember(string project_no, string markupdata_id, System.AsyncCallback callback, object asyncState) { |
||
7045 | return base.Channel.BeginFinalPDF_GetCommentMember(project_no, markupdata_id, callback, asyncState); |
||
7046 | } |
||
7047 | |||
7048 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
7049 | public KCOMDataModel.DataModel.MEMBER EndFinalPDF_GetCommentMember(System.IAsyncResult result) { |
||
7050 | return base.Channel.EndFinalPDF_GetCommentMember(result); |
||
7051 | } |
||
7052 | |||
7053 | private System.IAsyncResult OnBeginFinalPDF_GetCommentMember(object[] inValues, System.AsyncCallback callback, object asyncState) { |
||
7054 | string project_no = ((string)(inValues[0])); |
||
7055 | string markupdata_id = ((string)(inValues[1])); |
||
7056 | return this.BeginFinalPDF_GetCommentMember(project_no, markupdata_id, callback, asyncState); |
||
7057 | } |
||
7058 | |||
7059 | private object[] OnEndFinalPDF_GetCommentMember(System.IAsyncResult result) { |
||
7060 | KCOMDataModel.DataModel.MEMBER retVal = this.EndFinalPDF_GetCommentMember(result); |
||
7061 | return new object[] { |
||
7062 | retVal}; |
||
7063 | } |
||
7064 | |||
7065 | private void OnFinalPDF_GetCommentMemberCompleted(object state) { |
||
7066 | if ((this.FinalPDF_GetCommentMemberCompleted != null)) { |
||
7067 | InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
||
7068 | this.FinalPDF_GetCommentMemberCompleted(this, new FinalPDF_GetCommentMemberCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
||
7069 | } |
||
7070 | } |
||
7071 | |||
7072 | public void FinalPDF_GetCommentMemberAsync(string project_no, string markupdata_id) { |
||
7073 | this.FinalPDF_GetCommentMemberAsync(project_no, markupdata_id, null); |
||
7074 | } |
||
7075 | |||
7076 | public void FinalPDF_GetCommentMemberAsync(string project_no, string markupdata_id, object userState) { |
||
7077 | if ((this.onBeginFinalPDF_GetCommentMemberDelegate == null)) { |
||
7078 | this.onBeginFinalPDF_GetCommentMemberDelegate = new BeginOperationDelegate(this.OnBeginFinalPDF_GetCommentMember); |
||
7079 | } |
||
7080 | if ((this.onEndFinalPDF_GetCommentMemberDelegate == null)) { |
||
7081 | this.onEndFinalPDF_GetCommentMemberDelegate = new EndOperationDelegate(this.OnEndFinalPDF_GetCommentMember); |
||
7082 | } |
||
7083 | if ((this.onFinalPDF_GetCommentMemberCompletedDelegate == null)) { |
||
7084 | this.onFinalPDF_GetCommentMemberCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnFinalPDF_GetCommentMemberCompleted); |
||
7085 | } |
||
7086 | base.InvokeAsync(this.onBeginFinalPDF_GetCommentMemberDelegate, new object[] { |
||
7087 | project_no, |
||
7088 | markupdata_id}, this.onEndFinalPDF_GetCommentMemberDelegate, this.onFinalPDF_GetCommentMemberCompletedDelegate, userState); |
||
7089 | } |
||
7090 | |||
7091 | public System.Collections.Generic.List<KCOMDataModel.DataModel.PROPERTIES> FinalPDF_GetProperties(string project_no) { |
||
7092 | return base.Channel.FinalPDF_GetProperties(project_no); |
||
7093 | } |
||
7094 | |||
7095 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
7096 | public System.IAsyncResult BeginFinalPDF_GetProperties(string project_no, System.AsyncCallback callback, object asyncState) { |
||
7097 | return base.Channel.BeginFinalPDF_GetProperties(project_no, callback, asyncState); |
||
7098 | } |
||
7099 | |||
7100 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
||
7101 | public System.Collections.Generic.List<KCOMDataModel.DataModel.PROPERTIES> EndFinalPDF_GetProperties(System.IAsyncResult result) { |
||
7102 | return base.Channel.EndFinalPDF_GetProperties(result); |
||
7103 | } |
||
7104 | |||
7105 | private System.IAsyncResult OnBeginFinalPDF_GetProperties(object[] inValues, System.AsyncCallback callback, object asyncState) { |
||
7106 | string project_no = ((string)(inValues[0])); |
||
7107 | return this.BeginFinalPDF_GetProperties(project_no, callback, asyncState); |
||
7108 | } |
||
7109 | |||
7110 | private object[] OnEndFinalPDF_GetProperties(System.IAsyncResult result) { |
||
7111 | System.Collections.Generic.List<KCOMDataModel.DataModel.PROPERTIES> retVal = this.EndFinalPDF_GetProperties(result); |
||
7112 | return new object[] { |
||
7113 | retVal}; |
||
7114 | } |
||
7115 | |||
7116 | private void OnFinalPDF_GetPropertiesCompleted(object state) { |
||
7117 | if ((this.FinalPDF_GetPropertiesCompleted != null)) { |
||
7118 | InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
||
7119 | this.FinalPDF_GetPropertiesCompleted(this, new FinalPDF_GetPropertiesCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
||
7120 | } |
||
7121 | } |
||
7122 | |||
7123 | public void FinalPDF_GetPropertiesAsync(string project_no) { |
||
7124 | this.FinalPDF_GetPropertiesAsync(project_no, null); |
||
7125 | } |
||
7126 | |||
7127 | public void FinalPDF_GetPropertiesAsync(string project_no, object userState) { |
||
7128 | if ((this.onBeginFinalPDF_GetPropertiesDelegate == null)) { |
||
7129 | this.onBeginFinalPDF_GetPropertiesDelegate = new BeginOperationDelegate(this.OnBeginFinalPDF_GetProperties); |
||
7130 | } |
||
7131 | if ((this.onEndFinalPDF_GetPropertiesDelegate == null)) { |
||
7132 | this.onEndFinalPDF_GetPropertiesDelegate = new EndOperationDelegate(this.OnEndFinalPDF_GetProperties); |
||
7133 | } |
||
7134 | if ((this.onFinalPDF_GetPropertiesCompletedDelegate == null)) { |
||
7135 | this.onFinalPDF_GetPropertiesCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnFinalPDF_GetPropertiesCompleted); |
||
7136 | } |
||
7137 | base.InvokeAsync(this.onBeginFinalPDF_GetPropertiesDelegate, new object[] { |
||
7138 | project_no}, this.onEndFinalPDF_GetPropertiesDelegate, this.onFinalPDF_GetPropertiesCompletedDelegate, userState); |
||
7139 | } |
||
7140 | 787a4489 | KangIngu | } |
7141 | } |