프로젝트

일반

사용자정보

통계
| 브랜치(Branch): | 개정판:

markus / KCOM / Connected Services / ServiceDeepView / Reference.cs @ 96e2815b

이력 | 보기 | 이력해설 | 다운로드 (314 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
    [System.Runtime.Serialization.DataContractAttribute(Name="StructuralObject", Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses", IsReference=true)]
19
    [System.SerializableAttribute()]
20
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityObject))]
21 992a98b4 KangIngu
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.DOCINFO))]
22 787a4489 KangIngu
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.DOCPAGE))]
23
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.MARKUP_INFO))]
24
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.MARKUP_INFO_VERSION))]
25
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.MARKUP_DATA))]
26
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.DOCUMENT_ITEM))]
27 6c781c0c djkim
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.MEMBER))]
28
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.SIGN_INFO))]
29 53880c83 ljiyeon
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.MARKUP_DATA_GROUP))]
30 6c781c0c djkim
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.SYMBOL_PRIVATE))]
31 498f0fc9 ljiyeon
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.SYMBOL_PUBLIC))]
32 6c781c0c djkim
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.CHECK_LIST_HISTORY))]
33
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.CHECK_LIST))]
34 119b58c6 djkim
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.TALK))]
35 992a98b4 KangIngu
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.FAVORITE_DOC))]
36 787a4489 KangIngu
    public partial class StructuralObject : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
37
        
38
        [System.NonSerializedAttribute()]
39
        private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
40
        
41
        [global::System.ComponentModel.BrowsableAttribute(false)]
42
        public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
43
            get {
44
                return this.extensionDataField;
45
            }
46
            set {
47
                this.extensionDataField = value;
48
            }
49
        }
50
        
51
        public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
52
        
53
        protected void RaisePropertyChanged(string propertyName) {
54
            System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
55
            if ((propertyChanged != null)) {
56
                propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
57
            }
58
        }
59
    }
60
    
61
    [System.Diagnostics.DebuggerStepThroughAttribute()]
62
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
63
    [System.Runtime.Serialization.DataContractAttribute(Name="EntityObject", Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses", IsReference=true)]
64
    [System.SerializableAttribute()]
65 992a98b4 KangIngu
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.DOCINFO))]
66 787a4489 KangIngu
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.DOCPAGE))]
67
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.MARKUP_INFO))]
68
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.MARKUP_INFO_VERSION))]
69
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.MARKUP_DATA))]
70
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.DOCUMENT_ITEM))]
71 6c781c0c djkim
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.MEMBER))]
72
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.SIGN_INFO))]
73 53880c83 ljiyeon
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.MARKUP_DATA_GROUP))]
74 6c781c0c djkim
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.SYMBOL_PRIVATE))]
75 498f0fc9 ljiyeon
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.SYMBOL_PUBLIC))]
76 6c781c0c djkim
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.CHECK_LIST_HISTORY))]
77
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.CHECK_LIST))]
78 119b58c6 djkim
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.TALK))]
79 992a98b4 KangIngu
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.FAVORITE_DOC))]
80 787a4489 KangIngu
    public partial class EntityObject : KCOM.ServiceDeepView.StructuralObject {
81
        
82
        [System.Runtime.Serialization.OptionalFieldAttribute()]
83
        private KCOM.ServiceDeepView.EntityKey EntityKeyField;
84
        
85
        [System.Runtime.Serialization.DataMemberAttribute()]
86
        public KCOM.ServiceDeepView.EntityKey EntityKey {
87
            get {
88
                return this.EntityKeyField;
89
            }
90
            set {
91
                if ((object.ReferenceEquals(this.EntityKeyField, value) != true)) {
92
                    this.EntityKeyField = value;
93
                    this.RaisePropertyChanged("EntityKey");
94
                }
95
            }
96
        }
97
    }
98
    
99
    [System.Diagnostics.DebuggerStepThroughAttribute()]
100
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
101
    [System.Runtime.Serialization.DataContractAttribute(Name="EntityKey", Namespace="http://schemas.datacontract.org/2004/07/System.Data", IsReference=true)]
102
    [System.SerializableAttribute()]
103
    public partial class EntityKey : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
104
        
105
        [System.NonSerializedAttribute()]
106
        private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
107
        
108
        [System.Runtime.Serialization.OptionalFieldAttribute()]
109
        private string EntityContainerNameField;
110
        
111
        [System.Runtime.Serialization.OptionalFieldAttribute()]
112
        private System.Collections.Generic.List<KCOM.ServiceDeepView.EntityKeyMember> EntityKeyValuesField;
113
        
114
        [System.Runtime.Serialization.OptionalFieldAttribute()]
115
        private string EntitySetNameField;
116
        
117
        [global::System.ComponentModel.BrowsableAttribute(false)]
118
        public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
119
            get {
120
                return this.extensionDataField;
121
            }
122
            set {
123
                this.extensionDataField = value;
124
            }
125
        }
126
        
127
        [System.Runtime.Serialization.DataMemberAttribute()]
128
        public string EntityContainerName {
129
            get {
130
                return this.EntityContainerNameField;
131
            }
132
            set {
133
                if ((object.ReferenceEquals(this.EntityContainerNameField, value) != true)) {
134
                    this.EntityContainerNameField = value;
135
                    this.RaisePropertyChanged("EntityContainerName");
136
                }
137
            }
138
        }
139
        
140
        [System.Runtime.Serialization.DataMemberAttribute()]
141
        public System.Collections.Generic.List<KCOM.ServiceDeepView.EntityKeyMember> EntityKeyValues {
142
            get {
143
                return this.EntityKeyValuesField;
144
            }
145
            set {
146
                if ((object.ReferenceEquals(this.EntityKeyValuesField, value) != true)) {
147
                    this.EntityKeyValuesField = value;
148
                    this.RaisePropertyChanged("EntityKeyValues");
149
                }
150
            }
151
        }
152
        
153
        [System.Runtime.Serialization.DataMemberAttribute()]
154
        public string EntitySetName {
155
            get {
156
                return this.EntitySetNameField;
157
            }
158
            set {
159
                if ((object.ReferenceEquals(this.EntitySetNameField, value) != true)) {
160
                    this.EntitySetNameField = value;
161
                    this.RaisePropertyChanged("EntitySetName");
162
                }
163
            }
164
        }
165
        
166
        public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
167
        
168
        protected void RaisePropertyChanged(string propertyName) {
169
            System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
170
            if ((propertyChanged != null)) {
171
                propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
172
            }
173
        }
174
    }
175
    
176
    [System.Diagnostics.DebuggerStepThroughAttribute()]
177
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
178
    [System.Runtime.Serialization.DataContractAttribute(Name="EntityKeyMember", Namespace="http://schemas.datacontract.org/2004/07/System.Data")]
179
    [System.SerializableAttribute()]
180 992a98b4 KangIngu
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.FinalPDFResult))]
181
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.FinalStatus))]
182 787a4489 KangIngu
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityObject))]
183
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.StructuralObject))]
184
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityReferenceOfDOCINFOitJtO6kG))]
185
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityReference))]
186
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.RelatedEnd))]
187
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityReferenceOfMARKUP_INFO_VERSIONitJtO6kG))]
188
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityReferenceOfMARKUP_INFOitJtO6kG))]
189 6c781c0c djkim
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityReferenceOfMEMBERitJtO6kG))]
190 992a98b4 KangIngu
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(IKCOM.KCOM_SystemInfo))]
191
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(IKCOM.KCOM_BasicParam))]
192
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<IKCOM.VPRevision>))]
193
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(IKCOM.VPRevision))]
194
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<IKCOM.MarkupInfoItem>))]
195
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(IKCOM.MarkupInfoItem))]
196
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<IKCOM.MarkupItem>))]
197
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(IKCOM.MarkupItem))]
198
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(IKCOM.FAVORITE_FLAG))]
199 787a4489 KangIngu
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityKey))]
200
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<KCOM.ServiceDeepView.EntityKeyMember>))]
201
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<System.Windows.Rect>))]
202
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Windows.Rect))]
203 992a98b4 KangIngu
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<string>))]
204
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<KCOMDataModel.DataModel.FAVORITE_DOC>))]
205
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.FAVORITE_DOC))]
206 787a4489 KangIngu
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.DOCINFO))]
207
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<KCOMDataModel.DataModel.DOCPAGE>))]
208
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.DOCPAGE))]
209
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_INFO>))]
210
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.MARKUP_INFO))]
211
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_INFO_VERSION>))]
212
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.MARKUP_INFO_VERSION))]
213
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_DATA>))]
214
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.MARKUP_DATA))]
215
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.DOCUMENT_ITEM))]
216 6c781c0c djkim
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.MEMBER))]
217
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<KCOMDataModel.DataModel.SIGN_INFO>))]
218
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.SIGN_INFO))]
219
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<KCOMDataModel.DataModel.MEMBER>))]
220 53880c83 ljiyeon
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.MARKUP_DATA_GROUP))]
221 6c781c0c djkim
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.SYMBOL_PRIVATE))]
222 498f0fc9 ljiyeon
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.SYMBOL_PUBLIC))]
223 6c781c0c djkim
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.CHECK_LIST_HISTORY))]
224
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.CHECK_LIST))]
225
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<KCOMDataModel.DataModel.CHECK_LIST>))]
226
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<KCOMDataModel.DataModel.CHECK_LIST_HISTORY>))]
227
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<KCOMDataModel.DataModel.SYMBOL_PRIVATE>))]
228
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<KCOMDataModel.DataModel.SYMBOL_PUBLIC>))]
229
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<KCOMDataModel.DataModel.DOCUMENT_ITEM>))]
230 119b58c6 djkim
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.TALK))]
231
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<KCOMDataModel.DataModel.TALK>))]
232 787a4489 KangIngu
    public partial class EntityKeyMember : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
233
        
234
        [System.NonSerializedAttribute()]
235
        private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
236
        
237
        [System.Runtime.Serialization.OptionalFieldAttribute()]
238
        private string KeyField;
239
        
240
        [System.Runtime.Serialization.OptionalFieldAttribute()]
241
        private object ValueField;
242
        
243
        [global::System.ComponentModel.BrowsableAttribute(false)]
244
        public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
245
            get {
246
                return this.extensionDataField;
247
            }
248
            set {
249
                this.extensionDataField = value;
250
            }
251
        }
252
        
253
        [System.Runtime.Serialization.DataMemberAttribute()]
254
        public string Key {
255
            get {
256
                return this.KeyField;
257
            }
258
            set {
259
                if ((object.ReferenceEquals(this.KeyField, value) != true)) {
260
                    this.KeyField = value;
261
                    this.RaisePropertyChanged("Key");
262
                }
263
            }
264
        }
265
        
266
        [System.Runtime.Serialization.DataMemberAttribute()]
267
        public object Value {
268
            get {
269
                return this.ValueField;
270
            }
271
            set {
272
                if ((object.ReferenceEquals(this.ValueField, value) != true)) {
273
                    this.ValueField = value;
274
                    this.RaisePropertyChanged("Value");
275
                }
276
            }
277
        }
278
        
279
        public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
280
        
281
        protected void RaisePropertyChanged(string propertyName) {
282
            System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
283
            if ((propertyChanged != null)) {
284
                propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
285
            }
286
        }
287
    }
288
    
289
    [System.Diagnostics.DebuggerStepThroughAttribute()]
290
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
291 992a98b4 KangIngu
    [System.Runtime.Serialization.DataContractAttribute(Name="FinalPDFResult", Namespace="http://schemas.datacontract.org/2004/07/IFinalPDF")]
292
    [System.SerializableAttribute()]
293
    public partial struct FinalPDFResult : System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
294
        
295
        [System.NonSerializedAttribute()]
296
        private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
297
        
298
        private int CurrentPageField;
299
        
300
        private string ExceptionField;
301
        
302
        private string FinalIDField;
303
        
304
        private string ProjectNoField;
305
        
306
        private KCOM.ServiceDeepView.FinalStatus StatusField;
307
        
308
        public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
309
            get {
310
                return this.extensionDataField;
311
            }
312
            set {
313
                this.extensionDataField = value;
314
            }
315
        }
316
        
317
        [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
318
        public int CurrentPage {
319
            get {
320
                return this.CurrentPageField;
321
            }
322
            set {
323
                if ((this.CurrentPageField.Equals(value) != true)) {
324
                    this.CurrentPageField = value;
325
                    this.RaisePropertyChanged("CurrentPage");
326
                }
327
            }
328
        }
329
        
330
        [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
331
        public string Exception {
332
            get {
333
                return this.ExceptionField;
334
            }
335
            set {
336
                if ((object.ReferenceEquals(this.ExceptionField, value) != true)) {
337
                    this.ExceptionField = value;
338
                    this.RaisePropertyChanged("Exception");
339
                }
340
            }
341
        }
342
        
343
        [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
344
        public string FinalID {
345
            get {
346
                return this.FinalIDField;
347
            }
348
            set {
349
                if ((object.ReferenceEquals(this.FinalIDField, value) != true)) {
350
                    this.FinalIDField = value;
351
                    this.RaisePropertyChanged("FinalID");
352
                }
353
            }
354
        }
355
        
356
        [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
357
        public string ProjectNo {
358
            get {
359
                return this.ProjectNoField;
360
            }
361
            set {
362
                if ((object.ReferenceEquals(this.ProjectNoField, value) != true)) {
363
                    this.ProjectNoField = value;
364
                    this.RaisePropertyChanged("ProjectNo");
365
                }
366
            }
367
        }
368
        
369
        [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
370
        public KCOM.ServiceDeepView.FinalStatus Status {
371
            get {
372
                return this.StatusField;
373
            }
374
            set {
375
                if ((this.StatusField.Equals(value) != true)) {
376
                    this.StatusField = value;
377
                    this.RaisePropertyChanged("Status");
378
                }
379
            }
380
        }
381
        
382
        public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
383
        
384
        void RaisePropertyChanged(string propertyName) {
385
            System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
386
            if ((propertyChanged != null)) {
387
                propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
388
            }
389
        }
390
    }
391
    
392
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
393
    [System.Runtime.Serialization.DataContractAttribute(Name="FinalStatus", Namespace="http://schemas.datacontract.org/2004/07/IFinalPDF")]
394
    public enum FinalStatus : int {
395
        
396
        [System.Runtime.Serialization.EnumMemberAttribute()]
397
        Insert = 0,
398
        
399
        [System.Runtime.Serialization.EnumMemberAttribute()]
400
        Wait = 1,
401
        
402
        [System.Runtime.Serialization.EnumMemberAttribute()]
403
        Create = 2,
404
        
405
        [System.Runtime.Serialization.EnumMemberAttribute()]
406
        PdfStamp = 3,
407
        
408
        [System.Runtime.Serialization.EnumMemberAttribute()]
409
        Success = 4,
410
        
411
        [System.Runtime.Serialization.EnumMemberAttribute()]
412
        Error = 5,
413
    }
414
    
415
    [System.Diagnostics.DebuggerStepThroughAttribute()]
416
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
417 787a4489 KangIngu
    [System.Runtime.Serialization.DataContractAttribute(Name="EntityReferenceOfDOCINFOitJtO6kG", Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses")]
418
    [System.SerializableAttribute()]
419
    public partial class EntityReferenceOfDOCINFOitJtO6kG : KCOM.ServiceDeepView.EntityReference {
420
    }
421
    
422
    [System.Diagnostics.DebuggerStepThroughAttribute()]
423
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
424
    [System.Runtime.Serialization.DataContractAttribute(Name="EntityReference", Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses")]
425
    [System.SerializableAttribute()]
426
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityReferenceOfMARKUP_INFO_VERSIONitJtO6kG))]
427
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityReferenceOfMARKUP_INFOitJtO6kG))]
428 6c781c0c djkim
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityReferenceOfMEMBERitJtO6kG))]
429 787a4489 KangIngu
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityReferenceOfDOCINFOitJtO6kG))]
430
    public partial class EntityReference : KCOM.ServiceDeepView.RelatedEnd {
431
        
432
        [System.Runtime.Serialization.OptionalFieldAttribute()]
433
        private KCOM.ServiceDeepView.EntityKey EntityKeyField;
434
        
435
        [System.Runtime.Serialization.DataMemberAttribute()]
436
        public KCOM.ServiceDeepView.EntityKey EntityKey {
437
            get {
438
                return this.EntityKeyField;
439
            }
440
            set {
441
                if ((object.ReferenceEquals(this.EntityKeyField, value) != true)) {
442
                    this.EntityKeyField = value;
443
                    this.RaisePropertyChanged("EntityKey");
444
                }
445
            }
446
        }
447
    }
448
    
449
    [System.Diagnostics.DebuggerStepThroughAttribute()]
450
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
451
    [System.Runtime.Serialization.DataContractAttribute(Name="RelatedEnd", Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses")]
452
    [System.SerializableAttribute()]
453
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityReference))]
454
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityReferenceOfMARKUP_INFO_VERSIONitJtO6kG))]
455
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityReferenceOfMARKUP_INFOitJtO6kG))]
456 6c781c0c djkim
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityReferenceOfMEMBERitJtO6kG))]
457 787a4489 KangIngu
    [System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityReferenceOfDOCINFOitJtO6kG))]
458
    public partial class RelatedEnd : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
459
        
460
        [System.NonSerializedAttribute()]
461
        private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
462
        
463
        [global::System.ComponentModel.BrowsableAttribute(false)]
464
        public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
465
            get {
466
                return this.extensionDataField;
467
            }
468
            set {
469
                this.extensionDataField = value;
470
            }
471
        }
472
        
473
        public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
474
        
475
        protected void RaisePropertyChanged(string propertyName) {
476
            System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
477
            if ((propertyChanged != null)) {
478
                propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
479
            }
480
        }
481
    }
482
    
483
    [System.Diagnostics.DebuggerStepThroughAttribute()]
484
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
485
    [System.Runtime.Serialization.DataContractAttribute(Name="EntityReferenceOfMARKUP_INFO_VERSIONitJtO6kG", Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses")]
486
    [System.SerializableAttribute()]
487
    public partial class EntityReferenceOfMARKUP_INFO_VERSIONitJtO6kG : KCOM.ServiceDeepView.EntityReference {
488
    }
489
    
490
    [System.Diagnostics.DebuggerStepThroughAttribute()]
491
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
492
    [System.Runtime.Serialization.DataContractAttribute(Name="EntityReferenceOfMARKUP_INFOitJtO6kG", Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses")]
493
    [System.SerializableAttribute()]
494
    public partial class EntityReferenceOfMARKUP_INFOitJtO6kG : KCOM.ServiceDeepView.EntityReference {
495
    }
496
    
497 6c781c0c djkim
    [System.Diagnostics.DebuggerStepThroughAttribute()]
498
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
499
    [System.Runtime.Serialization.DataContractAttribute(Name="EntityReferenceOfMEMBERitJtO6kG", Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses")]
500
    [System.SerializableAttribute()]
501
    public partial class EntityReferenceOfMEMBERitJtO6kG : KCOM.ServiceDeepView.EntityReference {
502
    }
503
    
504 787a4489 KangIngu
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
505
    [System.ServiceModel.ServiceContractAttribute(Namespace="", ConfigurationName="ServiceDeepView.ServiceDeepView")]
506
    public interface ServiceDeepView {
507
        
508
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetSystemData", ReplyAction="urn:ServiceDeepView/GetSystemDataResponse")]
509
        IKCOM.KCOM_SystemInfo GetSystemData();
510
        
511
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetSystemData", ReplyAction="urn:ServiceDeepView/GetSystemDataResponse")]
512
        System.IAsyncResult BeginGetSystemData(System.AsyncCallback callback, object asyncState);
513
        
514
        IKCOM.KCOM_SystemInfo EndGetSystemData(System.IAsyncResult result);
515
        
516 992a98b4 KangIngu
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetFavoriteVP", ReplyAction="urn:ServiceDeepView/GetFavoriteVPResponse")]
517
        System.Collections.Generic.List<KCOMDataModel.DataModel.FAVORITE_DOC> GetFavoriteVP(string PrjNo, string userID, string sharepointItemID);
518
        
519
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetFavoriteVP", ReplyAction="urn:ServiceDeepView/GetFavoriteVPResponse")]
520
        System.IAsyncResult BeginGetFavoriteVP(string PrjNo, string userID, string sharepointItemID, System.AsyncCallback callback, object asyncState);
521
        
522
        System.Collections.Generic.List<KCOMDataModel.DataModel.FAVORITE_DOC> EndGetFavoriteVP(System.IAsyncResult result);
523
        
524
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/EditFavoriteVP", ReplyAction="urn:ServiceDeepView/EditFavoriteVPResponse")]
525
        bool EditFavoriteVP(string prjNo, string userID, string docID, int state, string description);
526
        
527
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/EditFavoriteVP", ReplyAction="urn:ServiceDeepView/EditFavoriteVPResponse")]
528
        System.IAsyncResult BeginEditFavoriteVP(string prjNo, string userID, string docID, int state, string description, System.AsyncCallback callback, object asyncState);
529
        
530
        bool EndEditFavoriteVP(System.IAsyncResult result);
531
        
532
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/DelFavoriteVP", ReplyAction="urn:ServiceDeepView/DelFavoriteVPResponse")]
533
        bool DelFavoriteVP(string prjNo, string userID, int SavePageNo, string docID);
534
        
535
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/DelFavoriteVP", ReplyAction="urn:ServiceDeepView/DelFavoriteVPResponse")]
536
        System.IAsyncResult BeginDelFavoriteVP(string prjNo, string userID, int SavePageNo, string docID, System.AsyncCallback callback, object asyncState);
537
        
538
        bool EndDelFavoriteVP(System.IAsyncResult result);
539
        
540 787a4489 KangIngu
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetCompareRect", ReplyAction="urn:ServiceDeepView/GetCompareRectResponse")]
541 6c781c0c djkim
        System.Collections.Generic.List<System.Windows.Rect> GetCompareRect(string projectNo, string originDocItem_ID, string targetDocItem_ID, string originPageNo, string targetPageNo, string isInternalAddress);
542 787a4489 KangIngu
        
543
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetCompareRect", ReplyAction="urn:ServiceDeepView/GetCompareRectResponse")]
544 6c781c0c djkim
        System.IAsyncResult BeginGetCompareRect(string projectNo, string originDocItem_ID, string targetDocItem_ID, string originPageNo, string targetPageNo, string isInternalAddress, System.AsyncCallback callback, object asyncState);
545 787a4489 KangIngu
        
546
        System.Collections.Generic.List<System.Windows.Rect> EndGetCompareRect(System.IAsyncResult result);
547
        
548
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/SetFinalPDF", ReplyAction="urn:ServiceDeepView/SetFinalPDFResponse")]
549
        KCOM.ServiceDeepView.FinalPDFResult SetFinalPDF(string ProjectNo, string DocInfoID, string MarkupInfoID, string CreateUserID);
550
        
551
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/SetFinalPDF", ReplyAction="urn:ServiceDeepView/SetFinalPDFResponse")]
552
        System.IAsyncResult BeginSetFinalPDF(string ProjectNo, string DocInfoID, string MarkupInfoID, string CreateUserID, System.AsyncCallback callback, object asyncState);
553
        
554
        KCOM.ServiceDeepView.FinalPDFResult EndSetFinalPDF(System.IAsyncResult result);
555
        
556
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetConversionState", ReplyAction="urn:ServiceDeepView/GetConversionStateResponse")]
557
        bool GetConversionState(IKCOM.KCOM_BasicParam param);
558
        
559
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetConversionState", ReplyAction="urn:ServiceDeepView/GetConversionStateResponse")]
560
        System.IAsyncResult BeginGetConversionState(IKCOM.KCOM_BasicParam param, System.AsyncCallback callback, object asyncState);
561
        
562
        bool EndGetConversionState(System.IAsyncResult result);
563
        
564
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetVPRevisionHistory", ReplyAction="urn:ServiceDeepView/GetVPRevisionHistoryResponse")]
565
        System.Collections.Generic.List<IKCOM.VPRevision> GetVPRevisionHistory(string ProjectNo, string vpNo, string DocumentId);
566
        
567
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetVPRevisionHistory", ReplyAction="urn:ServiceDeepView/GetVPRevisionHistoryResponse")]
568
        System.IAsyncResult BeginGetVPRevisionHistory(string ProjectNo, string vpNo, string DocumentId, System.AsyncCallback callback, object asyncState);
569
        
570
        System.Collections.Generic.List<IKCOM.VPRevision> EndGetVPRevisionHistory(System.IAsyncResult result);
571
        
572 6c781c0c djkim
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetVPRevisionFirstOrDefault", ReplyAction="urn:ServiceDeepView/GetVPRevisionFirstOrDefaultResponse")]
573
        IKCOM.VPRevision GetVPRevisionFirstOrDefault(string ProjectNo, string DocumentId);
574
        
575
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetVPRevisionFirstOrDefault", ReplyAction="urn:ServiceDeepView/GetVPRevisionFirstOrDefaultResponse")]
576
        System.IAsyncResult BeginGetVPRevisionFirstOrDefault(string ProjectNo, string DocumentId, System.AsyncCallback callback, object asyncState);
577
        
578
        IKCOM.VPRevision EndGetVPRevisionFirstOrDefault(System.IAsyncResult result);
579
        
580 787a4489 KangIngu
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetDocInfo", ReplyAction="urn:ServiceDeepView/GetDocInfoResponse")]
581
        KCOMDataModel.DataModel.DOCINFO GetDocInfo(IKCOM.KCOM_BasicParam param);
582
        
583
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetDocInfo", ReplyAction="urn:ServiceDeepView/GetDocInfoResponse")]
584
        System.IAsyncResult BeginGetDocInfo(IKCOM.KCOM_BasicParam param, System.AsyncCallback callback, object asyncState);
585
        
586
        KCOMDataModel.DataModel.DOCINFO EndGetDocInfo(System.IAsyncResult result);
587
        
588
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetCheckSystemAdmin", ReplyAction="urn:ServiceDeepView/GetCheckSystemAdminResponse")]
589
        bool GetCheckSystemAdmin(string UserID);
590
        
591
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetCheckSystemAdmin", ReplyAction="urn:ServiceDeepView/GetCheckSystemAdminResponse")]
592
        System.IAsyncResult BeginGetCheckSystemAdmin(string UserID, System.AsyncCallback callback, object asyncState);
593
        
594
        bool EndGetCheckSystemAdmin(System.IAsyncResult result);
595
        
596
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetDocumentItemInfo", ReplyAction="urn:ServiceDeepView/GetDocumentItemInfoResponse")]
597
        KCOMDataModel.DataModel.DOCUMENT_ITEM GetDocumentItemInfo(IKCOM.KCOM_BasicParam param);
598
        
599
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetDocumentItemInfo", ReplyAction="urn:ServiceDeepView/GetDocumentItemInfoResponse")]
600
        System.IAsyncResult BeginGetDocumentItemInfo(IKCOM.KCOM_BasicParam param, System.AsyncCallback callback, object asyncState);
601
        
602
        KCOMDataModel.DataModel.DOCUMENT_ITEM EndGetDocumentItemInfo(System.IAsyncResult result);
603
        
604
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetMarkupInfoItems", ReplyAction="urn:ServiceDeepView/GetMarkupInfoItemsResponse")]
605
        System.Collections.Generic.List<IKCOM.MarkupInfoItem> GetMarkupInfoItems(string ProjectNo, string DocInfoId);
606
        
607
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetMarkupInfoItems", ReplyAction="urn:ServiceDeepView/GetMarkupInfoItemsResponse")]
608
        System.IAsyncResult BeginGetMarkupInfoItems(string ProjectNo, string DocInfoId, System.AsyncCallback callback, object asyncState);
609
        
610
        System.Collections.Generic.List<IKCOM.MarkupInfoItem> EndGetMarkupInfoItems(System.IAsyncResult result);
611
        
612
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetSyncMarkupInfoItems", ReplyAction="urn:ServiceDeepView/GetSyncMarkupInfoItemsResponse")]
613
        System.Collections.Generic.List<IKCOM.MarkupInfoItem> GetSyncMarkupInfoItems(string ProjectNo, string DocInfoId, string currentUser);
614
        
615
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetSyncMarkupInfoItems", ReplyAction="urn:ServiceDeepView/GetSyncMarkupInfoItemsResponse")]
616
        System.IAsyncResult BeginGetSyncMarkupInfoItems(string ProjectNo, string DocInfoId, string currentUser, System.AsyncCallback callback, object asyncState);
617
        
618
        System.Collections.Generic.List<IKCOM.MarkupInfoItem> EndGetSyncMarkupInfoItems(System.IAsyncResult result);
619
        
620 6c781c0c djkim
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetUserData", ReplyAction="urn:ServiceDeepView/GetUserDataResponse")]
621
        System.Collections.Generic.List<KCOMDataModel.DataModel.MEMBER> GetUserData(string ProjectNo, string UserID);
622
        
623
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetUserData", ReplyAction="urn:ServiceDeepView/GetUserDataResponse")]
624
        System.IAsyncResult BeginGetUserData(string ProjectNo, string UserID, System.AsyncCallback callback, object asyncState);
625
        
626
        System.Collections.Generic.List<KCOMDataModel.DataModel.MEMBER> EndGetUserData(System.IAsyncResult result);
627
        
628 787a4489 KangIngu
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetDeptData", ReplyAction="urn:ServiceDeepView/GetDeptDataResponse")]
629
        System.Collections.Generic.List<string> GetDeptData(string UserDept);
630
        
631
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetDeptData", ReplyAction="urn:ServiceDeepView/GetDeptDataResponse")]
632
        System.IAsyncResult BeginGetDeptData(string UserDept, System.AsyncCallback callback, object asyncState);
633
        
634
        System.Collections.Generic.List<string> EndGetDeptData(System.IAsyncResult result);
635
        
636
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/DeleteMarkup", ReplyAction="urn:ServiceDeepView/DeleteMarkupResponse")]
637
        bool DeleteMarkup(string ProjectNo, string MarkupInfoID);
638
        
639
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/DeleteMarkup", ReplyAction="urn:ServiceDeepView/DeleteMarkupResponse")]
640
        System.IAsyncResult BeginDeleteMarkup(string ProjectNo, string MarkupInfoID, System.AsyncCallback callback, object asyncState);
641
        
642
        bool EndDeleteMarkup(System.IAsyncResult result);
643 992a98b4 KangIngu
        
644
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/SetFavoriteVP", ReplyAction="urn:ServiceDeepView/SetFavoriteVPResponse")]
645
        bool SetFavoriteVP(string prjNo, string userID, string groupNo, string docNo, string rev, int SavePageNo, string documentItemID, string VPDescription, IKCOM.FAVORITE_FLAG flag);
646
        
647
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/SetFavoriteVP", ReplyAction="urn:ServiceDeepView/SetFavoriteVPResponse")]
648
        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);
649
        
650
        bool EndSetFavoriteVP(System.IAsyncResult result);
651 6c781c0c djkim
        
652
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/SaveMarkupData", ReplyAction="urn:ServiceDeepView/SaveMarkupDataResponse")]
653
        bool SaveMarkupData(IKCOM.MarkupInfoItem UserState, string project_no, string doc_id, string user_id, System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_DATA> mlmarkup_data);
654
        
655
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/SaveMarkupData", ReplyAction="urn:ServiceDeepView/SaveMarkupDataResponse")]
656
        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);
657
        
658
        bool EndSaveMarkupData(System.IAsyncResult result);
659
        
660 53880c83 ljiyeon
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/AddMarkupDataGroup", ReplyAction="urn:ServiceDeepView/AddMarkupDataGroupResponse")]
661
        long AddMarkupDataGroup(KCOMDataModel.DataModel.MARKUP_DATA_GROUP mARKUP_DATA_GROUP, string ProjectNo);
662
        
663
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/AddMarkupDataGroup", ReplyAction="urn:ServiceDeepView/AddMarkupDataGroupResponse")]
664
        System.IAsyncResult BeginAddMarkupDataGroup(KCOMDataModel.DataModel.MARKUP_DATA_GROUP mARKUP_DATA_GROUP, string ProjectNo, System.AsyncCallback callback, object asyncState);
665
        
666
        long EndAddMarkupDataGroup(System.IAsyncResult result);
667
        
668
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/UpdateMarkupDataGroup", ReplyAction="urn:ServiceDeepView/UpdateMarkupDataGroupResponse")]
669
        bool UpdateMarkupDataGroup(long Group_ID, string ProjectNo);
670
        
671
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/UpdateMarkupDataGroup", ReplyAction="urn:ServiceDeepView/UpdateMarkupDataGroupResponse")]
672
        System.IAsyncResult BeginUpdateMarkupDataGroup(long Group_ID, string ProjectNo, System.AsyncCallback callback, object asyncState);
673
        
674
        bool EndUpdateMarkupDataGroup(System.IAsyncResult result);
675
        
676
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/UpdateMarkupData", ReplyAction="urn:ServiceDeepView/UpdateMarkupDataResponse")]
677
        bool UpdateMarkupData(string CommentID, long Group_ID, string ProjectNo);
678
        
679
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/UpdateMarkupData", ReplyAction="urn:ServiceDeepView/UpdateMarkupDataResponse")]
680
        System.IAsyncResult BeginUpdateMarkupData(string CommentID, long Group_ID, string ProjectNo, System.AsyncCallback callback, object asyncState);
681
        
682
        bool EndUpdateMarkupData(System.IAsyncResult result);
683
        
684 6c781c0c djkim
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/SaveSymbol", ReplyAction="urn:ServiceDeepView/SaveSymbolResponse")]
685
        bool SaveSymbol(KCOMDataModel.DataModel.SYMBOL_PRIVATE symbol_private);
686
        
687
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/SaveSymbol", ReplyAction="urn:ServiceDeepView/SaveSymbolResponse")]
688
        System.IAsyncResult BeginSaveSymbol(KCOMDataModel.DataModel.SYMBOL_PRIVATE symbol_private, System.AsyncCallback callback, object asyncState);
689
        
690
        bool EndSaveSymbol(System.IAsyncResult result);
691
        
692 498f0fc9 ljiyeon
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/AddPublicSymbol", ReplyAction="urn:ServiceDeepView/AddPublicSymbolResponse")]
693
        bool AddPublicSymbol(KCOMDataModel.DataModel.SYMBOL_PUBLIC symbol);
694
        
695
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/AddPublicSymbol", ReplyAction="urn:ServiceDeepView/AddPublicSymbolResponse")]
696
        System.IAsyncResult BeginAddPublicSymbol(KCOMDataModel.DataModel.SYMBOL_PUBLIC symbol, System.AsyncCallback callback, object asyncState);
697
        
698
        bool EndAddPublicSymbol(System.IAsyncResult result);
699
        
700 6c781c0c djkim
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/DeleteSymbol", ReplyAction="urn:ServiceDeepView/DeleteSymbolResponse")]
701 498f0fc9 ljiyeon
        bool DeleteSymbol(string symbol_id, int type);
702 6c781c0c djkim
        
703
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/DeleteSymbol", ReplyAction="urn:ServiceDeepView/DeleteSymbolResponse")]
704 498f0fc9 ljiyeon
        System.IAsyncResult BeginDeleteSymbol(string symbol_id, int type, System.AsyncCallback callback, object asyncState);
705 6c781c0c djkim
        
706
        bool EndDeleteSymbol(System.IAsyncResult result);
707
        
708
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/RenameSymbol", ReplyAction="urn:ServiceDeepView/RenameSymbolResponse")]
709 498f0fc9 ljiyeon
        bool RenameSymbol(string symbol_id, string name, int type);
710 6c781c0c djkim
        
711
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/RenameSymbol", ReplyAction="urn:ServiceDeepView/RenameSymbolResponse")]
712 498f0fc9 ljiyeon
        System.IAsyncResult BeginRenameSymbol(string symbol_id, string name, int type, System.AsyncCallback callback, object asyncState);
713 6c781c0c djkim
        
714
        bool EndRenameSymbol(System.IAsyncResult result);
715
        
716
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/AddCheckListHistory", ReplyAction="urn:ServiceDeepView/AddCheckListHistoryResponse")]
717
        bool AddCheckListHistory(string project_no, KCOMDataModel.DataModel.CHECK_LIST_HISTORY Check_History);
718
        
719
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/AddCheckListHistory", ReplyAction="urn:ServiceDeepView/AddCheckListHistoryResponse")]
720
        System.IAsyncResult BeginAddCheckListHistory(string project_no, KCOMDataModel.DataModel.CHECK_LIST_HISTORY Check_History, System.AsyncCallback callback, object asyncState);
721
        
722
        bool EndAddCheckListHistory(System.IAsyncResult result);
723
        
724
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/SaveCheckListHistory", ReplyAction="urn:ServiceDeepView/SaveCheckListHistoryResponse")]
725
        bool SaveCheckListHistory(string project_no, string rev, KCOMDataModel.DataModel.CHECK_LIST_HISTORY Check_History);
726
        
727
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/SaveCheckListHistory", ReplyAction="urn:ServiceDeepView/SaveCheckListHistoryResponse")]
728
        System.IAsyncResult BeginSaveCheckListHistory(string project_no, string rev, KCOMDataModel.DataModel.CHECK_LIST_HISTORY Check_History, System.AsyncCallback callback, object asyncState);
729
        
730
        bool EndSaveCheckListHistory(System.IAsyncResult result);
731
        
732
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/SaveCheckList", ReplyAction="urn:ServiceDeepView/SaveCheckListResponse")]
733
        bool SaveCheckList(string project_no, string _id, KCOMDataModel.DataModel.CHECK_LIST Check_value);
734
        
735
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/SaveCheckList", ReplyAction="urn:ServiceDeepView/SaveCheckListResponse")]
736
        System.IAsyncResult BeginSaveCheckList(string project_no, string _id, KCOMDataModel.DataModel.CHECK_LIST Check_value, System.AsyncCallback callback, object asyncState);
737
        
738
        bool EndSaveCheckList(System.IAsyncResult result);
739
        
740
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/AddCheckList", ReplyAction="urn:ServiceDeepView/AddCheckListResponse")]
741
        bool AddCheckList(string project_no, KCOMDataModel.DataModel.CHECK_LIST Check_value);
742
        
743
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/AddCheckList", ReplyAction="urn:ServiceDeepView/AddCheckListResponse")]
744
        System.IAsyncResult BeginAddCheckList(string project_no, KCOMDataModel.DataModel.CHECK_LIST Check_value, System.AsyncCallback callback, object asyncState);
745
        
746
        bool EndAddCheckList(System.IAsyncResult result);
747
        
748
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetCheckList", ReplyAction="urn:ServiceDeepView/GetCheckListResponse")]
749
        KCOMDataModel.DataModel.CHECK_LIST GetCheckList(string project_no, string _id);
750
        
751
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetCheckList", ReplyAction="urn:ServiceDeepView/GetCheckListResponse")]
752
        System.IAsyncResult BeginGetCheckList(string project_no, string _id, System.AsyncCallback callback, object asyncState);
753
        
754
        KCOMDataModel.DataModel.CHECK_LIST EndGetCheckList(System.IAsyncResult result);
755
        
756
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetUserCheckList", ReplyAction="urn:ServiceDeepView/GetUserCheckListResponse")]
757
        System.Collections.Generic.List<KCOMDataModel.DataModel.CHECK_LIST> GetUserCheckList(string project_no, string user_id, string doc_no);
758
        
759
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetUserCheckList", ReplyAction="urn:ServiceDeepView/GetUserCheckListResponse")]
760
        System.IAsyncResult BeginGetUserCheckList(string project_no, string user_id, string doc_no, System.AsyncCallback callback, object asyncState);
761
        
762
        System.Collections.Generic.List<KCOMDataModel.DataModel.CHECK_LIST> EndGetUserCheckList(System.IAsyncResult result);
763
        
764
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetCheckListHistory", ReplyAction="urn:ServiceDeepView/GetCheckListHistoryResponse")]
765
        System.Collections.Generic.List<KCOMDataModel.DataModel.CHECK_LIST_HISTORY> GetCheckListHistory(string project_no, string _id);
766
        
767
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetCheckListHistory", ReplyAction="urn:ServiceDeepView/GetCheckListHistoryResponse")]
768
        System.IAsyncResult BeginGetCheckListHistory(string project_no, string _id, System.AsyncCallback callback, object asyncState);
769
        
770
        System.Collections.Generic.List<KCOMDataModel.DataModel.CHECK_LIST_HISTORY> EndGetCheckListHistory(System.IAsyncResult result);
771
        
772
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetCheckListHistoryFirstOrDefault", ReplyAction="urn:ServiceDeepView/GetCheckListHistoryFirstOrDefaultResponse")]
773
        KCOMDataModel.DataModel.CHECK_LIST_HISTORY GetCheckListHistoryFirstOrDefault(string project_no, string checklist_id, string rev);
774
        
775
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetCheckListHistoryFirstOrDefault", ReplyAction="urn:ServiceDeepView/GetCheckListHistoryFirstOrDefaultResponse")]
776
        System.IAsyncResult BeginGetCheckListHistoryFirstOrDefault(string project_no, string checklist_id, string rev, System.AsyncCallback callback, object asyncState);
777
        
778
        KCOMDataModel.DataModel.CHECK_LIST_HISTORY EndGetCheckListHistoryFirstOrDefault(System.IAsyncResult result);
779
        
780
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/SavePageAngle", ReplyAction="urn:ServiceDeepView/SavePageAngleResponse")]
781
        bool SavePageAngle(string project_no, System.Collections.Generic.List<KCOMDataModel.DataModel.DOCPAGE> _mldocpage);
782
        
783
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/SavePageAngle", ReplyAction="urn:ServiceDeepView/SavePageAngleResponse")]
784
        System.IAsyncResult BeginSavePageAngle(string project_no, System.Collections.Generic.List<KCOMDataModel.DataModel.DOCPAGE> _mldocpage, System.AsyncCallback callback, object asyncState);
785
        
786
        bool EndSavePageAngle(System.IAsyncResult result);
787
        
788
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetMarkupInfo", ReplyAction="urn:ServiceDeepView/GetMarkupInfoResponse")]
789
        KCOMDataModel.DataModel.MARKUP_INFO GetMarkupInfo(string project_no, string _id);
790
        
791
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetMarkupInfo", ReplyAction="urn:ServiceDeepView/GetMarkupInfoResponse")]
792
        System.IAsyncResult BeginGetMarkupInfo(string project_no, string _id, System.AsyncCallback callback, object asyncState);
793
        
794
        KCOMDataModel.DataModel.MARKUP_INFO EndGetMarkupInfo(System.IAsyncResult result);
795
        
796
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetMarkupDataListperPage", ReplyAction="urn:ServiceDeepView/GetMarkupDataListperPageResponse")]
797
        System.Collections.Generic.List<string> GetMarkupDataListperPage(string project_no, string _markupinfoid, int _pageNo);
798
        
799
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetMarkupDataListperPage", ReplyAction="urn:ServiceDeepView/GetMarkupDataListperPageResponse")]
800
        System.IAsyncResult BeginGetMarkupDataListperPage(string project_no, string _markupinfoid, int _pageNo, System.AsyncCallback callback, object asyncState);
801
        
802
        System.Collections.Generic.List<string> EndGetMarkupDataListperPage(System.IAsyncResult result);
803
        
804
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/AddMarkupInfo", ReplyAction="urn:ServiceDeepView/AddMarkupInfoResponse")]
805
        bool AddMarkupInfo(string project_no, KCOMDataModel.DataModel.MARKUP_INFO value);
806
        
807
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/AddMarkupInfo", ReplyAction="urn:ServiceDeepView/AddMarkupInfoResponse")]
808
        System.IAsyncResult BeginAddMarkupInfo(string project_no, KCOMDataModel.DataModel.MARKUP_INFO value, System.AsyncCallback callback, object asyncState);
809
        
810
        bool EndAddMarkupInfo(System.IAsyncResult result);
811
        
812
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/AddMarkupInfoVersion", ReplyAction="urn:ServiceDeepView/AddMarkupInfoVersionResponse")]
813
        bool AddMarkupInfoVersion(string project_no, KCOMDataModel.DataModel.MARKUP_INFO_VERSION value);
814
        
815
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/AddMarkupInfoVersion", ReplyAction="urn:ServiceDeepView/AddMarkupInfoVersionResponse")]
816
        System.IAsyncResult BeginAddMarkupInfoVersion(string project_no, KCOMDataModel.DataModel.MARKUP_INFO_VERSION value, System.AsyncCallback callback, object asyncState);
817
        
818
        bool EndAddMarkupInfoVersion(System.IAsyncResult result);
819
        
820
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/AddMarkupData", ReplyAction="urn:ServiceDeepView/AddMarkupDataResponse")]
821
        bool AddMarkupData(string project_no, KCOMDataModel.DataModel.MARKUP_DATA value);
822
        
823
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/AddMarkupData", ReplyAction="urn:ServiceDeepView/AddMarkupDataResponse")]
824
        System.IAsyncResult BeginAddMarkupData(string project_no, KCOMDataModel.DataModel.MARKUP_DATA value, System.AsyncCallback callback, object asyncState);
825
        
826
        bool EndAddMarkupData(System.IAsyncResult result);
827
        
828
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/AvoidMarkupInfo", ReplyAction="urn:ServiceDeepView/AvoidMarkupInfoResponse")]
829
        bool AvoidMarkupInfo(string project_no, string _doc_id);
830
        
831
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/AvoidMarkupInfo", ReplyAction="urn:ServiceDeepView/AvoidMarkupInfoResponse")]
832
        System.IAsyncResult BeginAvoidMarkupInfo(string project_no, string _doc_id, System.AsyncCallback callback, object asyncState);
833
        
834
        bool EndAvoidMarkupInfo(System.IAsyncResult result);
835
        
836
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/SaveMarkupInfo", ReplyAction="urn:ServiceDeepView/SaveMarkupInfoResponse")]
837
        bool SaveMarkupInfo(string project_no, string _id, KCOMDataModel.DataModel.MARKUP_INFO value);
838
        
839
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/SaveMarkupInfo", ReplyAction="urn:ServiceDeepView/SaveMarkupInfoResponse")]
840
        System.IAsyncResult BeginSaveMarkupInfo(string project_no, string _id, KCOMDataModel.DataModel.MARKUP_INFO value, System.AsyncCallback callback, object asyncState);
841
        
842
        bool EndSaveMarkupInfo(System.IAsyncResult result);
843
        
844
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetMarkupDataList", ReplyAction="urn:ServiceDeepView/GetMarkupDataListResponse")]
845
        System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_DATA> GetMarkupDataList(string project_no, string _versionid);
846
        
847
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetMarkupDataList", ReplyAction="urn:ServiceDeepView/GetMarkupDataListResponse")]
848
        System.IAsyncResult BeginGetMarkupDataList(string project_no, string _versionid, System.AsyncCallback callback, object asyncState);
849
        
850
        System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_DATA> EndGetMarkupDataList(System.IAsyncResult result);
851
        
852
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/Consolidate", ReplyAction="urn:ServiceDeepView/ConsolidateResponse")]
853
        bool Consolidate(string project_no, string _user_id, string _doc_id, System.Collections.Generic.List<IKCOM.MarkupInfoItem> markupInfoItems);
854
        
855
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/Consolidate", ReplyAction="urn:ServiceDeepView/ConsolidateResponse")]
856
        System.IAsyncResult BeginConsolidate(string project_no, string _user_id, string _doc_id, System.Collections.Generic.List<IKCOM.MarkupInfoItem> markupInfoItems, System.AsyncCallback callback, object asyncState);
857
        
858
        bool EndConsolidate(System.IAsyncResult result);
859
        
860 53880c83 ljiyeon
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/ConsolidateMergedPDF", ReplyAction="urn:ServiceDeepView/ConsolidateMergedPDFResponse")]
861
        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);
862
        
863
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/ConsolidateMergedPDF", ReplyAction="urn:ServiceDeepView/ConsolidateMergedPDFResponse")]
864
        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);
865
        
866
        KCOM.ServiceDeepView.FinalPDFResult EndConsolidateMergedPDF(System.IAsyncResult result);
867
        
868 119b58c6 djkim
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/TeamConsolidate", ReplyAction="urn:ServiceDeepView/TeamConsolidateResponse")]
869
        bool TeamConsolidate(string project_no, string _user_id, string _doc_id, System.Collections.Generic.List<IKCOM.MarkupInfoItem> markupInfoItems);
870
        
871
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/TeamConsolidate", ReplyAction="urn:ServiceDeepView/TeamConsolidateResponse")]
872
        System.IAsyncResult BeginTeamConsolidate(string project_no, string _user_id, string _doc_id, System.Collections.Generic.List<IKCOM.MarkupInfoItem> markupInfoItems, System.AsyncCallback callback, object asyncState);
873
        
874
        bool EndTeamConsolidate(System.IAsyncResult result);
875
        
876 6c781c0c djkim
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetMember", ReplyAction="urn:ServiceDeepView/GetMemberResponse")]
877
        KCOMDataModel.DataModel.MEMBER GetMember(string project_no, string user_id);
878
        
879
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetMember", ReplyAction="urn:ServiceDeepView/GetMemberResponse")]
880
        System.IAsyncResult BeginGetMember(string project_no, string user_id, System.AsyncCallback callback, object asyncState);
881
        
882
        KCOMDataModel.DataModel.MEMBER EndGetMember(System.IAsyncResult result);
883
        
884
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetSymbolList", ReplyAction="urn:ServiceDeepView/GetSymbolListResponse")]
885
        System.Collections.Generic.List<KCOMDataModel.DataModel.SYMBOL_PRIVATE> GetSymbolList(string user_id);
886
        
887
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetSymbolList", ReplyAction="urn:ServiceDeepView/GetSymbolListResponse")]
888
        System.IAsyncResult BeginGetSymbolList(string user_id, System.AsyncCallback callback, object asyncState);
889
        
890
        System.Collections.Generic.List<KCOMDataModel.DataModel.SYMBOL_PRIVATE> EndGetSymbolList(System.IAsyncResult result);
891
        
892
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetPublicSymbolDeptList", ReplyAction="urn:ServiceDeepView/GetPublicSymbolDeptListResponse")]
893
        System.Collections.Generic.List<string> GetPublicSymbolDeptList();
894
        
895
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetPublicSymbolDeptList", ReplyAction="urn:ServiceDeepView/GetPublicSymbolDeptListResponse")]
896
        System.IAsyncResult BeginGetPublicSymbolDeptList(System.AsyncCallback callback, object asyncState);
897
        
898
        System.Collections.Generic.List<string> EndGetPublicSymbolDeptList(System.IAsyncResult result);
899
        
900
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetPublicSymbolList", ReplyAction="urn:ServiceDeepView/GetPublicSymbolListResponse")]
901
        System.Collections.Generic.List<KCOMDataModel.DataModel.SYMBOL_PUBLIC> GetPublicSymbolList(string dept);
902
        
903
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetPublicSymbolList", ReplyAction="urn:ServiceDeepView/GetPublicSymbolListResponse")]
904
        System.IAsyncResult BeginGetPublicSymbolList(string dept, System.AsyncCallback callback, object asyncState);
905
        
906
        System.Collections.Generic.List<KCOMDataModel.DataModel.SYMBOL_PUBLIC> EndGetPublicSymbolList(System.IAsyncResult result);
907
        
908
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetSymbolData", ReplyAction="urn:ServiceDeepView/GetSymbolDataResponse")]
909
        string GetSymbolData(string id, int type);
910
        
911
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetSymbolData", ReplyAction="urn:ServiceDeepView/GetSymbolDataResponse")]
912
        System.IAsyncResult BeginGetSymbolData(string id, int type, System.AsyncCallback callback, object asyncState);
913
        
914
        string EndGetSymbolData(System.IAsyncResult result);
915
        
916 53880c83 ljiyeon
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetSymbolImageURL", ReplyAction="urn:ServiceDeepView/GetSymbolImageURLResponse")]
917
        string GetSymbolImageURL(string id, int type);
918
        
919
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetSymbolImageURL", ReplyAction="urn:ServiceDeepView/GetSymbolImageURLResponse")]
920
        System.IAsyncResult BeginGetSymbolImageURL(string id, int type, System.AsyncCallback callback, object asyncState);
921
        
922
        string EndGetSymbolImageURL(System.IAsyncResult result);
923
        
924 6c781c0c djkim
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetSignData", ReplyAction="urn:ServiceDeepView/GetSignDataResponse")]
925
        string GetSignData(string project_no, string user_id);
926
        
927
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetSignData", ReplyAction="urn:ServiceDeepView/GetSignDataResponse")]
928
        System.IAsyncResult BeginGetSignData(string project_no, string user_id, System.AsyncCallback callback, object asyncState);
929
        
930
        string EndGetSignData(System.IAsyncResult result);
931
        
932
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetProjectName", ReplyAction="urn:ServiceDeepView/GetProjectNameResponse")]
933
        string GetProjectName(string project_no);
934
        
935
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetProjectName", ReplyAction="urn:ServiceDeepView/GetProjectNameResponse")]
936
        System.IAsyncResult BeginGetProjectName(string project_no, System.AsyncCallback callback, object asyncState);
937
        
938
        string EndGetProjectName(System.IAsyncResult result);
939
        
940
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetPreRevSelect", ReplyAction="urn:ServiceDeepView/GetPreRevSelectResponse")]
941
        System.Collections.Generic.List<KCOMDataModel.DataModel.DOCUMENT_ITEM> GetPreRevSelect(string project_no, string doc_no, string current_rev);
942
        
943
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetPreRevSelect", ReplyAction="urn:ServiceDeepView/GetPreRevSelectResponse")]
944
        System.IAsyncResult BeginGetPreRevSelect(string project_no, string doc_no, string current_rev, System.AsyncCallback callback, object asyncState);
945
        
946
        System.Collections.Generic.List<KCOMDataModel.DataModel.DOCUMENT_ITEM> EndGetPreRevSelect(System.IAsyncResult result);
947
        
948
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetDocInfoOneSelect", ReplyAction="urn:ServiceDeepView/GetDocInfoOneSelectResponse")]
949
        KCOMDataModel.DataModel.DOCINFO GetDocInfoOneSelect(string project_no, string doc_id);
950
        
951
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetDocInfoOneSelect", ReplyAction="urn:ServiceDeepView/GetDocInfoOneSelectResponse")]
952
        System.IAsyncResult BeginGetDocInfoOneSelect(string project_no, string doc_id, System.AsyncCallback callback, object asyncState);
953
        
954
        KCOMDataModel.DataModel.DOCINFO EndGetDocInfoOneSelect(System.IAsyncResult result);
955
        
956
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetPrintDocItemList", ReplyAction="urn:ServiceDeepView/GetPrintDocItemListResponse")]
957
        System.Collections.Generic.List<IKCOM.MarkupInfoItem> GetPrintDocItemList(string project_no, string doc_id, System.Collections.Generic.List<IKCOM.MarkupInfoItem> _markupInfoList);
958
        
959
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetPrintDocItemList", ReplyAction="urn:ServiceDeepView/GetPrintDocItemListResponse")]
960
        System.IAsyncResult BeginGetPrintDocItemList(string project_no, string doc_id, System.Collections.Generic.List<IKCOM.MarkupInfoItem> _markupInfoList, System.AsyncCallback callback, object asyncState);
961
        
962
        System.Collections.Generic.List<IKCOM.MarkupInfoItem> EndGetPrintDocItemList(System.IAsyncResult result);
963 119b58c6 djkim
        
964
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/AddMessage", ReplyAction="urn:ServiceDeepView/AddMessageResponse")]
965
        bool AddMessage(string project_no, KCOMDataModel.DataModel.TALK value);
966
        
967
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/AddMessage", ReplyAction="urn:ServiceDeepView/AddMessageResponse")]
968
        System.IAsyncResult BeginAddMessage(string project_no, KCOMDataModel.DataModel.TALK value, System.AsyncCallback callback, object asyncState);
969
        
970
        bool EndAddMessage(System.IAsyncResult result);
971
        
972
        [System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetMessage", ReplyAction="urn:ServiceDeepView/GetMessageResponse")]
973
        System.Collections.Generic.List<KCOMDataModel.DataModel.TALK> GetMessage(string project_no, string doc_id);
974
        
975
        [System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetMessage", ReplyAction="urn:ServiceDeepView/GetMessageResponse")]
976
        System.IAsyncResult BeginGetMessage(string project_no, string doc_id, System.AsyncCallback callback, object asyncState);
977
        
978
        System.Collections.Generic.List<KCOMDataModel.DataModel.TALK> EndGetMessage(System.IAsyncResult result);
979 787a4489 KangIngu
    }
980
    
981
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
982
    public interface ServiceDeepViewChannel : KCOM.ServiceDeepView.ServiceDeepView, System.ServiceModel.IClientChannel {
983
    }
984
    
985
    [System.Diagnostics.DebuggerStepThroughAttribute()]
986
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
987
    public partial class GetSystemDataCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
988
        
989
        private object[] results;
990
        
991
        public GetSystemDataCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
992
                base(exception, cancelled, userState) {
993
            this.results = results;
994
        }
995
        
996
        public IKCOM.KCOM_SystemInfo Result {
997
            get {
998
                base.RaiseExceptionIfNecessary();
999
                return ((IKCOM.KCOM_SystemInfo)(this.results[0]));
1000
            }
1001
        }
1002
    }
1003
    
1004
    [System.Diagnostics.DebuggerStepThroughAttribute()]
1005
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
1006 992a98b4 KangIngu
    public partial class GetFavoriteVPCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1007
        
1008
        private object[] results;
1009
        
1010
        public GetFavoriteVPCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
1011
                base(exception, cancelled, userState) {
1012
            this.results = results;
1013
        }
1014
        
1015
        public System.Collections.Generic.List<KCOMDataModel.DataModel.FAVORITE_DOC> Result {
1016
            get {
1017
                base.RaiseExceptionIfNecessary();
1018
                return ((System.Collections.Generic.List<KCOMDataModel.DataModel.FAVORITE_DOC>)(this.results[0]));
1019
            }
1020
        }
1021
    }
1022
    
1023
    [System.Diagnostics.DebuggerStepThroughAttribute()]
1024
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
1025
    public partial class EditFavoriteVPCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1026
        
1027
        private object[] results;
1028
        
1029
        public EditFavoriteVPCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
1030
                base(exception, cancelled, userState) {
1031
            this.results = results;
1032
        }
1033
        
1034
        public bool Result {
1035
            get {
1036
                base.RaiseExceptionIfNecessary();
1037
                return ((bool)(this.results[0]));
1038
            }
1039
        }
1040
    }
1041
    
1042
    [System.Diagnostics.DebuggerStepThroughAttribute()]
1043
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
1044
    public partial class DelFavoriteVPCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1045
        
1046
        private object[] results;
1047
        
1048
        public DelFavoriteVPCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
1049
                base(exception, cancelled, userState) {
1050
            this.results = results;
1051
        }
1052
        
1053
        public bool Result {
1054
            get {
1055
                base.RaiseExceptionIfNecessary();
1056
                return ((bool)(this.results[0]));
1057
            }
1058
        }
1059
    }
1060
    
1061
    [System.Diagnostics.DebuggerStepThroughAttribute()]
1062
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
1063 787a4489 KangIngu
    public partial class GetCompareRectCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1064
        
1065
        private object[] results;
1066
        
1067
        public GetCompareRectCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
1068
                base(exception, cancelled, userState) {
1069
            this.results = results;
1070
        }
1071
        
1072
        public System.Collections.Generic.List<System.Windows.Rect> Result {
1073
            get {
1074
                base.RaiseExceptionIfNecessary();
1075
                return ((System.Collections.Generic.List<System.Windows.Rect>)(this.results[0]));
1076
            }
1077
        }
1078
    }
1079
    
1080
    [System.Diagnostics.DebuggerStepThroughAttribute()]
1081
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
1082
    public partial class SetFinalPDFCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1083
        
1084
        private object[] results;
1085
        
1086
        public SetFinalPDFCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
1087
                base(exception, cancelled, userState) {
1088
            this.results = results;
1089
        }
1090
        
1091
        public KCOM.ServiceDeepView.FinalPDFResult Result {
1092
            get {
1093
                base.RaiseExceptionIfNecessary();
1094
                return ((KCOM.ServiceDeepView.FinalPDFResult)(this.results[0]));
1095
            }
1096
        }
1097
    }
1098
    
1099
    [System.Diagnostics.DebuggerStepThroughAttribute()]
1100
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
1101
    public partial class GetConversionStateCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1102
        
1103
        private object[] results;
1104
        
1105
        public GetConversionStateCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
1106
                base(exception, cancelled, userState) {
1107
            this.results = results;
1108
        }
1109
        
1110
        public bool Result {
1111
            get {
1112
                base.RaiseExceptionIfNecessary();
1113
                return ((bool)(this.results[0]));
1114
            }
1115
        }
1116
    }
1117
    
1118
    [System.Diagnostics.DebuggerStepThroughAttribute()]
1119
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
1120
    public partial class GetVPRevisionHistoryCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1121
        
1122
        private object[] results;
1123
        
1124
        public GetVPRevisionHistoryCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
1125
                base(exception, cancelled, userState) {
1126
            this.results = results;
1127
        }
1128
        
1129
        public System.Collections.Generic.List<IKCOM.VPRevision> Result {
1130
            get {
1131
                base.RaiseExceptionIfNecessary();
1132
                return ((System.Collections.Generic.List<IKCOM.VPRevision>)(this.results[0]));
1133
            }
1134
        }
1135
    }
1136
    
1137
    [System.Diagnostics.DebuggerStepThroughAttribute()]
1138
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
1139 6c781c0c djkim
    public partial class GetVPRevisionFirstOrDefaultCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1140
        
1141
        private object[] results;
1142
        
1143
        public GetVPRevisionFirstOrDefaultCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
1144
                base(exception, cancelled, userState) {
1145
            this.results = results;
1146
        }
1147
        
1148
        public IKCOM.VPRevision Result {
1149
            get {
1150
                base.RaiseExceptionIfNecessary();
1151
                return ((IKCOM.VPRevision)(this.results[0]));
1152
            }
1153
        }
1154
    }
1155
    
1156
    [System.Diagnostics.DebuggerStepThroughAttribute()]
1157
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
1158 787a4489 KangIngu
    public partial class GetDocInfoCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1159
        
1160
        private object[] results;
1161
        
1162
        public GetDocInfoCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
1163
                base(exception, cancelled, userState) {
1164
            this.results = results;
1165
        }
1166
        
1167
        public KCOMDataModel.DataModel.DOCINFO Result {
1168
            get {
1169
                base.RaiseExceptionIfNecessary();
1170
                return ((KCOMDataModel.DataModel.DOCINFO)(this.results[0]));
1171
            }
1172
        }
1173
    }
1174
    
1175
    [System.Diagnostics.DebuggerStepThroughAttribute()]
1176
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
1177
    public partial class GetCheckSystemAdminCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1178
        
1179
        private object[] results;
1180
        
1181
        public GetCheckSystemAdminCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
1182
                base(exception, cancelled, userState) {
1183
            this.results = results;
1184
        }
1185
        
1186
        public bool Result {
1187
            get {
1188
                base.RaiseExceptionIfNecessary();
1189
                return ((bool)(this.results[0]));
1190
            }
1191
        }
1192
    }
1193
    
1194
    [System.Diagnostics.DebuggerStepThroughAttribute()]
1195
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
1196
    public partial class GetDocumentItemInfoCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1197
        
1198
        private object[] results;
1199
        
1200
        public GetDocumentItemInfoCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
1201
                base(exception, cancelled, userState) {
1202
            this.results = results;
1203
        }
1204
        
1205
        public KCOMDataModel.DataModel.DOCUMENT_ITEM Result {
1206
            get {
1207
                base.RaiseExceptionIfNecessary();
1208
                return ((KCOMDataModel.DataModel.DOCUMENT_ITEM)(this.results[0]));
1209
            }
1210
        }
1211
    }
1212
    
1213
    [System.Diagnostics.DebuggerStepThroughAttribute()]
1214
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
1215
    public partial class GetMarkupInfoItemsCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1216
        
1217
        private object[] results;
1218
        
1219
        public GetMarkupInfoItemsCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
1220
                base(exception, cancelled, userState) {
1221
            this.results = results;
1222
        }
1223
        
1224
        public System.Collections.Generic.List<IKCOM.MarkupInfoItem> Result {
1225
            get {
1226
                base.RaiseExceptionIfNecessary();
1227
                return ((System.Collections.Generic.List<IKCOM.MarkupInfoItem>)(this.results[0]));
1228
            }
1229
        }
1230
    }
1231
    
1232
    [System.Diagnostics.DebuggerStepThroughAttribute()]
1233
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
1234
    public partial class GetSyncMarkupInfoItemsCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1235
        
1236
        private object[] results;
1237
        
1238
        public GetSyncMarkupInfoItemsCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
1239
                base(exception, cancelled, userState) {
1240
            this.results = results;
1241
        }
1242
        
1243
        public System.Collections.Generic.List<IKCOM.MarkupInfoItem> Result {
1244
            get {
1245
                base.RaiseExceptionIfNecessary();
1246
                return ((System.Collections.Generic.List<IKCOM.MarkupInfoItem>)(this.results[0]));
1247
            }
1248
        }
1249
    }
1250
    
1251
    [System.Diagnostics.DebuggerStepThroughAttribute()]
1252
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
1253 6c781c0c djkim
    public partial class GetUserDataCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1254
        
1255
        private object[] results;
1256
        
1257
        public GetUserDataCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
1258
                base(exception, cancelled, userState) {
1259
            this.results = results;
1260
        }
1261
        
1262
        public System.Collections.Generic.List<KCOMDataModel.DataModel.MEMBER> Result {
1263
            get {
1264
                base.RaiseExceptionIfNecessary();
1265
                return ((System.Collections.Generic.List<KCOMDataModel.DataModel.MEMBER>)(this.results[0]));
1266
            }
1267
        }
1268
    }
1269
    
1270
    [System.Diagnostics.DebuggerStepThroughAttribute()]
1271
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
1272 787a4489 KangIngu
    public partial class GetDeptDataCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1273
        
1274
        private object[] results;
1275
        
1276
        public GetDeptDataCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
1277
                base(exception, cancelled, userState) {
1278
            this.results = results;
1279
        }
1280
        
1281
        public System.Collections.Generic.List<string> Result {
1282
            get {
1283
                base.RaiseExceptionIfNecessary();
1284
                return ((System.Collections.Generic.List<string>)(this.results[0]));
1285
            }
1286
        }
1287
    }
1288
    
1289
    [System.Diagnostics.DebuggerStepThroughAttribute()]
1290
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
1291
    public partial class DeleteMarkupCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1292
        
1293
        private object[] results;
1294
        
1295
        public DeleteMarkupCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
1296
                base(exception, cancelled, userState) {
1297
            this.results = results;
1298
        }
1299
        
1300
        public bool Result {
1301
            get {
1302
                base.RaiseExceptionIfNecessary();
1303
                return ((bool)(this.results[0]));
1304
            }
1305
        }
1306
    }
1307
    
1308
    [System.Diagnostics.DebuggerStepThroughAttribute()]
1309
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
1310 992a98b4 KangIngu
    public partial class SetFavoriteVPCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1311
        
1312
        private object[] results;
1313
        
1314
        public SetFavoriteVPCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
1315
                base(exception, cancelled, userState) {
1316
            this.results = results;
1317
        }
1318
        
1319
        public bool Result {
1320
            get {
1321
                base.RaiseExceptionIfNecessary();
1322
                return ((bool)(this.results[0]));
1323
            }
1324
        }
1325
    }
1326
    
1327
    [System.Diagnostics.DebuggerStepThroughAttribute()]
1328
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
1329 6c781c0c djkim
    public partial class SaveMarkupDataCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1330 787a4489 KangIngu
        
1331 6c781c0c djkim
        private object[] results;
1332 992a98b4 KangIngu
        
1333 6c781c0c djkim
        public SaveMarkupDataCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
1334
                base(exception, cancelled, userState) {
1335
            this.results = results;
1336
        }
1337 992a98b4 KangIngu
        
1338 6c781c0c djkim
        public bool Result {
1339
            get {
1340
                base.RaiseExceptionIfNecessary();
1341
                return ((bool)(this.results[0]));
1342
            }
1343
        }
1344
    }
1345
    
1346
    [System.Diagnostics.DebuggerStepThroughAttribute()]
1347
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
1348 53880c83 ljiyeon
    public partial class AddMarkupDataGroupCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1349
        
1350
        private object[] results;
1351
        
1352
        public AddMarkupDataGroupCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
1353
                base(exception, cancelled, userState) {
1354
            this.results = results;
1355
        }
1356
        
1357
        public long Result {
1358
            get {
1359
                base.RaiseExceptionIfNecessary();
1360
                return ((long)(this.results[0]));
1361
            }
1362
        }
1363
    }
1364
    
1365
    [System.Diagnostics.DebuggerStepThroughAttribute()]
1366
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
1367
    public partial class UpdateMarkupDataGroupCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1368
        
1369
        private object[] results;
1370
        
1371
        public UpdateMarkupDataGroupCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
1372
                base(exception, cancelled, userState) {
1373
            this.results = results;
1374
        }
1375
        
1376
        public bool Result {
1377
            get {
1378
                base.RaiseExceptionIfNecessary();
1379
                return ((bool)(this.results[0]));
1380
            }
1381
        }
1382
    }
1383
    
1384
    [System.Diagnostics.DebuggerStepThroughAttribute()]
1385
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
1386
    public partial class UpdateMarkupDataCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1387
        
1388
        private object[] results;
1389
        
1390
        public UpdateMarkupDataCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
1391
                base(exception, cancelled, userState) {
1392
            this.results = results;
1393
        }
1394
        
1395
        public bool Result {
1396
            get {
1397
                base.RaiseExceptionIfNecessary();
1398
                return ((bool)(this.results[0]));
1399
            }
1400
        }
1401
    }
1402
    
1403
    [System.Diagnostics.DebuggerStepThroughAttribute()]
1404
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
1405 6c781c0c djkim
    public partial class SaveSymbolCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1406 992a98b4 KangIngu
        
1407 6c781c0c djkim
        private object[] results;
1408 992a98b4 KangIngu
        
1409 6c781c0c djkim
        public SaveSymbolCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
1410
                base(exception, cancelled, userState) {
1411
            this.results = results;
1412
        }
1413 992a98b4 KangIngu
        
1414 6c781c0c djkim
        public bool Result {
1415
            get {
1416
                base.RaiseExceptionIfNecessary();
1417
                return ((bool)(this.results[0]));
1418
            }
1419
        }
1420
    }
1421
    
1422
    [System.Diagnostics.DebuggerStepThroughAttribute()]
1423
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
1424 498f0fc9 ljiyeon
    public partial class AddPublicSymbolCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1425
        
1426
        private object[] results;
1427
        
1428
        public AddPublicSymbolCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
1429
                base(exception, cancelled, userState) {
1430
            this.results = results;
1431
        }
1432
        
1433
        public bool Result {
1434
            get {
1435
                base.RaiseExceptionIfNecessary();
1436
                return ((bool)(this.results[0]));
1437
            }
1438
        }
1439
    }
1440
    
1441
    [System.Diagnostics.DebuggerStepThroughAttribute()]
1442
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
1443 6c781c0c djkim
    public partial class DeleteSymbolCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1444 992a98b4 KangIngu
        
1445 6c781c0c djkim
        private object[] results;
1446 992a98b4 KangIngu
        
1447 6c781c0c djkim
        public DeleteSymbolCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
1448
                base(exception, cancelled, userState) {
1449
            this.results = results;
1450
        }
1451 787a4489 KangIngu
        
1452 6c781c0c djkim
        public bool Result {
1453
            get {
1454
                base.RaiseExceptionIfNecessary();
1455
                return ((bool)(this.results[0]));
1456
            }
1457
        }
1458
    }
1459
    
1460
    [System.Diagnostics.DebuggerStepThroughAttribute()]
1461
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
1462
    public partial class RenameSymbolCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1463 787a4489 KangIngu
        
1464 6c781c0c djkim
        private object[] results;
1465 787a4489 KangIngu
        
1466 6c781c0c djkim
        public RenameSymbolCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
1467
                base(exception, cancelled, userState) {
1468
            this.results = results;
1469
        }
1470 787a4489 KangIngu
        
1471 6c781c0c djkim
        public bool Result {
1472
            get {
1473
                base.RaiseExceptionIfNecessary();
1474
                return ((bool)(this.results[0]));
1475
            }
1476
        }
1477
    }
1478
    
1479
    [System.Diagnostics.DebuggerStepThroughAttribute()]
1480
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
1481
    public partial class AddCheckListHistoryCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1482 787a4489 KangIngu
        
1483 6c781c0c djkim
        private object[] results;
1484 787a4489 KangIngu
        
1485 6c781c0c djkim
        public AddCheckListHistoryCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
1486
                base(exception, cancelled, userState) {
1487
            this.results = results;
1488
        }
1489 787a4489 KangIngu
        
1490 6c781c0c djkim
        public bool Result {
1491
            get {
1492
                base.RaiseExceptionIfNecessary();
1493
                return ((bool)(this.results[0]));
1494
            }
1495
        }
1496
    }
1497
    
1498
    [System.Diagnostics.DebuggerStepThroughAttribute()]
1499
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
1500
    public partial class SaveCheckListHistoryCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1501 787a4489 KangIngu
        
1502 6c781c0c djkim
        private object[] results;
1503 787a4489 KangIngu
        
1504 6c781c0c djkim
        public SaveCheckListHistoryCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
1505
                base(exception, cancelled, userState) {
1506
            this.results = results;
1507
        }
1508 787a4489 KangIngu
        
1509 6c781c0c djkim
        public bool Result {
1510
            get {
1511
                base.RaiseExceptionIfNecessary();
1512
                return ((bool)(this.results[0]));
1513
            }
1514
        }
1515
    }
1516
    
1517
    [System.Diagnostics.DebuggerStepThroughAttribute()]
1518
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
1519
    public partial class SaveCheckListCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1520 787a4489 KangIngu
        
1521 6c781c0c djkim
        private object[] results;
1522 787a4489 KangIngu
        
1523 6c781c0c djkim
        public SaveCheckListCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
1524
                base(exception, cancelled, userState) {
1525
            this.results = results;
1526
        }
1527
        
1528
        public bool Result {
1529
            get {
1530
                base.RaiseExceptionIfNecessary();
1531
                return ((bool)(this.results[0]));
1532
            }
1533
        }
1534
    }
1535
    
1536
    [System.Diagnostics.DebuggerStepThroughAttribute()]
1537
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
1538
    public partial class AddCheckListCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1539
        
1540
        private object[] results;
1541
        
1542
        public AddCheckListCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
1543
                base(exception, cancelled, userState) {
1544
            this.results = results;
1545
        }
1546
        
1547
        public bool Result {
1548
            get {
1549
                base.RaiseExceptionIfNecessary();
1550
                return ((bool)(this.results[0]));
1551
            }
1552
        }
1553
    }
1554
    
1555
    [System.Diagnostics.DebuggerStepThroughAttribute()]
1556
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
1557
    public partial class GetCheckListCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1558
        
1559
        private object[] results;
1560
        
1561
        public GetCheckListCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
1562
                base(exception, cancelled, userState) {
1563
            this.results = results;
1564
        }
1565
        
1566
        public KCOMDataModel.DataModel.CHECK_LIST Result {
1567
            get {
1568
                base.RaiseExceptionIfNecessary();
1569
                return ((KCOMDataModel.DataModel.CHECK_LIST)(this.results[0]));
1570
            }
1571
        }
1572
    }
1573
    
1574
    [System.Diagnostics.DebuggerStepThroughAttribute()]
1575
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
1576
    public partial class GetUserCheckListCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1577
        
1578
        private object[] results;
1579
        
1580
        public GetUserCheckListCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
1581
                base(exception, cancelled, userState) {
1582
            this.results = results;
1583
        }
1584
        
1585
        public System.Collections.Generic.List<KCOMDataModel.DataModel.CHECK_LIST> Result {
1586
            get {
1587
                base.RaiseExceptionIfNecessary();
1588
                return ((System.Collections.Generic.List<KCOMDataModel.DataModel.CHECK_LIST>)(this.results[0]));
1589
            }
1590
        }
1591
    }
1592
    
1593
    [System.Diagnostics.DebuggerStepThroughAttribute()]
1594
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
1595
    public partial class GetCheckListHistoryCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1596
        
1597
        private object[] results;
1598
        
1599
        public GetCheckListHistoryCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
1600
                base(exception, cancelled, userState) {
1601
            this.results = results;
1602
        }
1603
        
1604
        public System.Collections.Generic.List<KCOMDataModel.DataModel.CHECK_LIST_HISTORY> Result {
1605
            get {
1606
                base.RaiseExceptionIfNecessary();
1607
                return ((System.Collections.Generic.List<KCOMDataModel.DataModel.CHECK_LIST_HISTORY>)(this.results[0]));
1608
            }
1609
        }
1610
    }
1611
    
1612
    [System.Diagnostics.DebuggerStepThroughAttribute()]
1613
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
1614
    public partial class GetCheckListHistoryFirstOrDefaultCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1615
        
1616
        private object[] results;
1617
        
1618
        public GetCheckListHistoryFirstOrDefaultCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
1619
                base(exception, cancelled, userState) {
1620
            this.results = results;
1621
        }
1622
        
1623
        public KCOMDataModel.DataModel.CHECK_LIST_HISTORY Result {
1624
            get {
1625
                base.RaiseExceptionIfNecessary();
1626
                return ((KCOMDataModel.DataModel.CHECK_LIST_HISTORY)(this.results[0]));
1627
            }
1628
        }
1629
    }
1630
    
1631
    [System.Diagnostics.DebuggerStepThroughAttribute()]
1632
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
1633
    public partial class SavePageAngleCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1634
        
1635
        private object[] results;
1636
        
1637
        public SavePageAngleCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
1638
                base(exception, cancelled, userState) {
1639
            this.results = results;
1640
        }
1641
        
1642
        public bool Result {
1643
            get {
1644
                base.RaiseExceptionIfNecessary();
1645
                return ((bool)(this.results[0]));
1646
            }
1647
        }
1648
    }
1649
    
1650
    [System.Diagnostics.DebuggerStepThroughAttribute()]
1651
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
1652
    public partial class GetMarkupInfoCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1653
        
1654
        private object[] results;
1655
        
1656
        public GetMarkupInfoCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
1657
                base(exception, cancelled, userState) {
1658
            this.results = results;
1659
        }
1660
        
1661
        public KCOMDataModel.DataModel.MARKUP_INFO Result {
1662
            get {
1663
                base.RaiseExceptionIfNecessary();
1664
                return ((KCOMDataModel.DataModel.MARKUP_INFO)(this.results[0]));
1665
            }
1666
        }
1667
    }
1668
    
1669
    [System.Diagnostics.DebuggerStepThroughAttribute()]
1670
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
1671
    public partial class GetMarkupDataListperPageCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1672
        
1673
        private object[] results;
1674
        
1675
        public GetMarkupDataListperPageCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
1676
                base(exception, cancelled, userState) {
1677
            this.results = results;
1678
        }
1679
        
1680
        public System.Collections.Generic.List<string> Result {
1681
            get {
1682
                base.RaiseExceptionIfNecessary();
1683
                return ((System.Collections.Generic.List<string>)(this.results[0]));
1684
            }
1685
        }
1686
    }
1687
    
1688
    [System.Diagnostics.DebuggerStepThroughAttribute()]
1689
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
1690
    public partial class AddMarkupInfoCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1691
        
1692
        private object[] results;
1693
        
1694
        public AddMarkupInfoCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
1695
                base(exception, cancelled, userState) {
1696
            this.results = results;
1697
        }
1698
        
1699
        public bool Result {
1700
            get {
1701
                base.RaiseExceptionIfNecessary();
1702
                return ((bool)(this.results[0]));
1703
            }
1704
        }
1705
    }
1706
    
1707
    [System.Diagnostics.DebuggerStepThroughAttribute()]
1708
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
1709
    public partial class AddMarkupInfoVersionCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1710
        
1711
        private object[] results;
1712
        
1713
        public AddMarkupInfoVersionCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
1714
                base(exception, cancelled, userState) {
1715
            this.results = results;
1716
        }
1717
        
1718
        public bool Result {
1719
            get {
1720
                base.RaiseExceptionIfNecessary();
1721
                return ((bool)(this.results[0]));
1722
            }
1723
        }
1724
    }
1725
    
1726
    [System.Diagnostics.DebuggerStepThroughAttribute()]
1727
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
1728
    public partial class AddMarkupDataCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1729
        
1730
        private object[] results;
1731
        
1732
        public AddMarkupDataCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
1733
                base(exception, cancelled, userState) {
1734
            this.results = results;
1735
        }
1736
        
1737
        public bool Result {
1738
            get {
1739
                base.RaiseExceptionIfNecessary();
1740
                return ((bool)(this.results[0]));
1741
            }
1742
        }
1743
    }
1744
    
1745
    [System.Diagnostics.DebuggerStepThroughAttribute()]
1746
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
1747
    public partial class AvoidMarkupInfoCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1748
        
1749
        private object[] results;
1750
        
1751
        public AvoidMarkupInfoCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
1752
                base(exception, cancelled, userState) {
1753
            this.results = results;
1754
        }
1755
        
1756
        public bool Result {
1757
            get {
1758
                base.RaiseExceptionIfNecessary();
1759
                return ((bool)(this.results[0]));
1760
            }
1761
        }
1762
    }
1763
    
1764
    [System.Diagnostics.DebuggerStepThroughAttribute()]
1765
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
1766
    public partial class SaveMarkupInfoCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1767
        
1768
        private object[] results;
1769
        
1770
        public SaveMarkupInfoCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
1771
                base(exception, cancelled, userState) {
1772
            this.results = results;
1773
        }
1774
        
1775
        public bool Result {
1776
            get {
1777
                base.RaiseExceptionIfNecessary();
1778
                return ((bool)(this.results[0]));
1779
            }
1780
        }
1781
    }
1782
    
1783
    [System.Diagnostics.DebuggerStepThroughAttribute()]
1784
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
1785
    public partial class GetMarkupDataListCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1786
        
1787
        private object[] results;
1788
        
1789
        public GetMarkupDataListCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
1790
                base(exception, cancelled, userState) {
1791
            this.results = results;
1792
        }
1793
        
1794
        public System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_DATA> Result {
1795
            get {
1796
                base.RaiseExceptionIfNecessary();
1797
                return ((System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_DATA>)(this.results[0]));
1798
            }
1799
        }
1800
    }
1801
    
1802
    [System.Diagnostics.DebuggerStepThroughAttribute()]
1803
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
1804
    public partial class ConsolidateCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1805
        
1806
        private object[] results;
1807
        
1808
        public ConsolidateCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
1809
                base(exception, cancelled, userState) {
1810
            this.results = results;
1811
        }
1812
        
1813
        public bool Result {
1814
            get {
1815
                base.RaiseExceptionIfNecessary();
1816
                return ((bool)(this.results[0]));
1817
            }
1818
        }
1819
    }
1820
    
1821
    [System.Diagnostics.DebuggerStepThroughAttribute()]
1822
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
1823 53880c83 ljiyeon
    public partial class ConsolidateMergedPDFCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1824
        
1825
        private object[] results;
1826
        
1827
        public ConsolidateMergedPDFCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
1828
                base(exception, cancelled, userState) {
1829
            this.results = results;
1830
        }
1831
        
1832
        public KCOM.ServiceDeepView.FinalPDFResult Result {
1833
            get {
1834
                base.RaiseExceptionIfNecessary();
1835
                return ((KCOM.ServiceDeepView.FinalPDFResult)(this.results[0]));
1836
            }
1837
        }
1838
    }
1839
    
1840
    [System.Diagnostics.DebuggerStepThroughAttribute()]
1841
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
1842 119b58c6 djkim
    public partial class TeamConsolidateCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1843
        
1844
        private object[] results;
1845
        
1846
        public TeamConsolidateCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
1847
                base(exception, cancelled, userState) {
1848
            this.results = results;
1849
        }
1850
        
1851
        public bool Result {
1852
            get {
1853
                base.RaiseExceptionIfNecessary();
1854
                return ((bool)(this.results[0]));
1855
            }
1856
        }
1857
    }
1858
    
1859
    [System.Diagnostics.DebuggerStepThroughAttribute()]
1860
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
1861 6c781c0c djkim
    public partial class GetMemberCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1862
        
1863
        private object[] results;
1864
        
1865
        public GetMemberCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
1866
                base(exception, cancelled, userState) {
1867
            this.results = results;
1868
        }
1869
        
1870
        public KCOMDataModel.DataModel.MEMBER Result {
1871
            get {
1872
                base.RaiseExceptionIfNecessary();
1873
                return ((KCOMDataModel.DataModel.MEMBER)(this.results[0]));
1874
            }
1875
        }
1876
    }
1877
    
1878
    [System.Diagnostics.DebuggerStepThroughAttribute()]
1879
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
1880
    public partial class GetSymbolListCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1881
        
1882
        private object[] results;
1883
        
1884
        public GetSymbolListCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
1885
                base(exception, cancelled, userState) {
1886
            this.results = results;
1887
        }
1888
        
1889
        public System.Collections.Generic.List<KCOMDataModel.DataModel.SYMBOL_PRIVATE> Result {
1890
            get {
1891
                base.RaiseExceptionIfNecessary();
1892
                return ((System.Collections.Generic.List<KCOMDataModel.DataModel.SYMBOL_PRIVATE>)(this.results[0]));
1893
            }
1894
        }
1895
    }
1896
    
1897
    [System.Diagnostics.DebuggerStepThroughAttribute()]
1898
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
1899
    public partial class GetPublicSymbolDeptListCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1900
        
1901
        private object[] results;
1902
        
1903
        public GetPublicSymbolDeptListCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
1904
                base(exception, cancelled, userState) {
1905
            this.results = results;
1906
        }
1907
        
1908
        public System.Collections.Generic.List<string> Result {
1909
            get {
1910
                base.RaiseExceptionIfNecessary();
1911
                return ((System.Collections.Generic.List<string>)(this.results[0]));
1912
            }
1913
        }
1914
    }
1915
    
1916
    [System.Diagnostics.DebuggerStepThroughAttribute()]
1917
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
1918
    public partial class GetPublicSymbolListCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1919
        
1920
        private object[] results;
1921
        
1922
        public GetPublicSymbolListCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
1923
                base(exception, cancelled, userState) {
1924
            this.results = results;
1925
        }
1926
        
1927
        public System.Collections.Generic.List<KCOMDataModel.DataModel.SYMBOL_PUBLIC> Result {
1928
            get {
1929
                base.RaiseExceptionIfNecessary();
1930
                return ((System.Collections.Generic.List<KCOMDataModel.DataModel.SYMBOL_PUBLIC>)(this.results[0]));
1931
            }
1932
        }
1933
    }
1934
    
1935
    [System.Diagnostics.DebuggerStepThroughAttribute()]
1936
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
1937
    public partial class GetSymbolDataCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1938
        
1939
        private object[] results;
1940
        
1941
        public GetSymbolDataCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
1942
                base(exception, cancelled, userState) {
1943
            this.results = results;
1944
        }
1945
        
1946
        public string Result {
1947
            get {
1948
                base.RaiseExceptionIfNecessary();
1949
                return ((string)(this.results[0]));
1950
            }
1951
        }
1952
    }
1953
    
1954
    [System.Diagnostics.DebuggerStepThroughAttribute()]
1955
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
1956 53880c83 ljiyeon
    public partial class GetSymbolImageURLCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1957
        
1958
        private object[] results;
1959
        
1960
        public GetSymbolImageURLCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
1961
                base(exception, cancelled, userState) {
1962
            this.results = results;
1963
        }
1964
        
1965
        public string Result {
1966
            get {
1967
                base.RaiseExceptionIfNecessary();
1968
                return ((string)(this.results[0]));
1969
            }
1970
        }
1971
    }
1972
    
1973
    [System.Diagnostics.DebuggerStepThroughAttribute()]
1974
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
1975 6c781c0c djkim
    public partial class GetSignDataCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1976
        
1977
        private object[] results;
1978
        
1979
        public GetSignDataCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
1980
                base(exception, cancelled, userState) {
1981
            this.results = results;
1982
        }
1983
        
1984
        public string Result {
1985
            get {
1986
                base.RaiseExceptionIfNecessary();
1987
                return ((string)(this.results[0]));
1988
            }
1989
        }
1990
    }
1991
    
1992
    [System.Diagnostics.DebuggerStepThroughAttribute()]
1993
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
1994
    public partial class GetProjectNameCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
1995
        
1996
        private object[] results;
1997
        
1998
        public GetProjectNameCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
1999
                base(exception, cancelled, userState) {
2000
            this.results = results;
2001
        }
2002
        
2003
        public string Result {
2004
            get {
2005
                base.RaiseExceptionIfNecessary();
2006
                return ((string)(this.results[0]));
2007
            }
2008
        }
2009
    }
2010
    
2011
    [System.Diagnostics.DebuggerStepThroughAttribute()]
2012
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
2013
    public partial class GetPreRevSelectCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
2014
        
2015
        private object[] results;
2016
        
2017
        public GetPreRevSelectCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
2018
                base(exception, cancelled, userState) {
2019
            this.results = results;
2020
        }
2021
        
2022
        public System.Collections.Generic.List<KCOMDataModel.DataModel.DOCUMENT_ITEM> Result {
2023
            get {
2024
                base.RaiseExceptionIfNecessary();
2025
                return ((System.Collections.Generic.List<KCOMDataModel.DataModel.DOCUMENT_ITEM>)(this.results[0]));
2026
            }
2027
        }
2028
    }
2029
    
2030
    [System.Diagnostics.DebuggerStepThroughAttribute()]
2031
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
2032
    public partial class GetDocInfoOneSelectCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
2033
        
2034
        private object[] results;
2035
        
2036
        public GetDocInfoOneSelectCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
2037
                base(exception, cancelled, userState) {
2038
            this.results = results;
2039
        }
2040
        
2041
        public KCOMDataModel.DataModel.DOCINFO Result {
2042
            get {
2043
                base.RaiseExceptionIfNecessary();
2044
                return ((KCOMDataModel.DataModel.DOCINFO)(this.results[0]));
2045
            }
2046
        }
2047
    }
2048
    
2049
    [System.Diagnostics.DebuggerStepThroughAttribute()]
2050
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
2051
    public partial class GetPrintDocItemListCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
2052
        
2053
        private object[] results;
2054
        
2055
        public GetPrintDocItemListCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
2056
                base(exception, cancelled, userState) {
2057
            this.results = results;
2058
        }
2059
        
2060
        public System.Collections.Generic.List<IKCOM.MarkupInfoItem> Result {
2061
            get {
2062
                base.RaiseExceptionIfNecessary();
2063
                return ((System.Collections.Generic.List<IKCOM.MarkupInfoItem>)(this.results[0]));
2064
            }
2065
        }
2066
    }
2067
    
2068
    [System.Diagnostics.DebuggerStepThroughAttribute()]
2069
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
2070 119b58c6 djkim
    public partial class AddMessageCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
2071
        
2072
        private object[] results;
2073
        
2074
        public AddMessageCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
2075
                base(exception, cancelled, userState) {
2076
            this.results = results;
2077
        }
2078
        
2079
        public bool Result {
2080
            get {
2081
                base.RaiseExceptionIfNecessary();
2082
                return ((bool)(this.results[0]));
2083
            }
2084
        }
2085
    }
2086
    
2087
    [System.Diagnostics.DebuggerStepThroughAttribute()]
2088
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
2089
    public partial class GetMessageCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
2090
        
2091
        private object[] results;
2092
        
2093
        public GetMessageCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : 
2094
                base(exception, cancelled, userState) {
2095
            this.results = results;
2096
        }
2097
        
2098
        public System.Collections.Generic.List<KCOMDataModel.DataModel.TALK> Result {
2099
            get {
2100
                base.RaiseExceptionIfNecessary();
2101
                return ((System.Collections.Generic.List<KCOMDataModel.DataModel.TALK>)(this.results[0]));
2102
            }
2103
        }
2104
    }
2105
    
2106
    [System.Diagnostics.DebuggerStepThroughAttribute()]
2107
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
2108 6c781c0c djkim
    public partial class ServiceDeepViewClient : System.ServiceModel.ClientBase<KCOM.ServiceDeepView.ServiceDeepView>, KCOM.ServiceDeepView.ServiceDeepView {
2109
        
2110
        private BeginOperationDelegate onBeginGetSystemDataDelegate;
2111
        
2112
        private EndOperationDelegate onEndGetSystemDataDelegate;
2113
        
2114
        private System.Threading.SendOrPostCallback onGetSystemDataCompletedDelegate;
2115
        
2116
        private BeginOperationDelegate onBeginGetFavoriteVPDelegate;
2117
        
2118
        private EndOperationDelegate onEndGetFavoriteVPDelegate;
2119
        
2120
        private System.Threading.SendOrPostCallback onGetFavoriteVPCompletedDelegate;
2121
        
2122
        private BeginOperationDelegate onBeginEditFavoriteVPDelegate;
2123
        
2124
        private EndOperationDelegate onEndEditFavoriteVPDelegate;
2125
        
2126
        private System.Threading.SendOrPostCallback onEditFavoriteVPCompletedDelegate;
2127
        
2128
        private BeginOperationDelegate onBeginDelFavoriteVPDelegate;
2129
        
2130
        private EndOperationDelegate onEndDelFavoriteVPDelegate;
2131
        
2132
        private System.Threading.SendOrPostCallback onDelFavoriteVPCompletedDelegate;
2133
        
2134
        private BeginOperationDelegate onBeginGetCompareRectDelegate;
2135
        
2136
        private EndOperationDelegate onEndGetCompareRectDelegate;
2137
        
2138
        private System.Threading.SendOrPostCallback onGetCompareRectCompletedDelegate;
2139
        
2140
        private BeginOperationDelegate onBeginSetFinalPDFDelegate;
2141
        
2142
        private EndOperationDelegate onEndSetFinalPDFDelegate;
2143
        
2144
        private System.Threading.SendOrPostCallback onSetFinalPDFCompletedDelegate;
2145
        
2146
        private BeginOperationDelegate onBeginGetConversionStateDelegate;
2147
        
2148
        private EndOperationDelegate onEndGetConversionStateDelegate;
2149
        
2150
        private System.Threading.SendOrPostCallback onGetConversionStateCompletedDelegate;
2151
        
2152
        private BeginOperationDelegate onBeginGetVPRevisionHistoryDelegate;
2153
        
2154
        private EndOperationDelegate onEndGetVPRevisionHistoryDelegate;
2155
        
2156
        private System.Threading.SendOrPostCallback onGetVPRevisionHistoryCompletedDelegate;
2157
        
2158
        private BeginOperationDelegate onBeginGetVPRevisionFirstOrDefaultDelegate;
2159
        
2160
        private EndOperationDelegate onEndGetVPRevisionFirstOrDefaultDelegate;
2161
        
2162
        private System.Threading.SendOrPostCallback onGetVPRevisionFirstOrDefaultCompletedDelegate;
2163
        
2164
        private BeginOperationDelegate onBeginGetDocInfoDelegate;
2165 787a4489 KangIngu
        
2166
        private EndOperationDelegate onEndGetDocInfoDelegate;
2167
        
2168 6c781c0c djkim
        private System.Threading.SendOrPostCallback onGetDocInfoCompletedDelegate;
2169
        
2170
        private BeginOperationDelegate onBeginGetCheckSystemAdminDelegate;
2171
        
2172
        private EndOperationDelegate onEndGetCheckSystemAdminDelegate;
2173
        
2174
        private System.Threading.SendOrPostCallback onGetCheckSystemAdminCompletedDelegate;
2175
        
2176
        private BeginOperationDelegate onBeginGetDocumentItemInfoDelegate;
2177
        
2178
        private EndOperationDelegate onEndGetDocumentItemInfoDelegate;
2179
        
2180
        private System.Threading.SendOrPostCallback onGetDocumentItemInfoCompletedDelegate;
2181
        
2182
        private BeginOperationDelegate onBeginGetMarkupInfoItemsDelegate;
2183
        
2184
        private EndOperationDelegate onEndGetMarkupInfoItemsDelegate;
2185
        
2186
        private System.Threading.SendOrPostCallback onGetMarkupInfoItemsCompletedDelegate;
2187
        
2188
        private BeginOperationDelegate onBeginGetSyncMarkupInfoItemsDelegate;
2189
        
2190
        private EndOperationDelegate onEndGetSyncMarkupInfoItemsDelegate;
2191
        
2192
        private System.Threading.SendOrPostCallback onGetSyncMarkupInfoItemsCompletedDelegate;
2193
        
2194
        private BeginOperationDelegate onBeginGetUserDataDelegate;
2195
        
2196
        private EndOperationDelegate onEndGetUserDataDelegate;
2197
        
2198
        private System.Threading.SendOrPostCallback onGetUserDataCompletedDelegate;
2199
        
2200
        private BeginOperationDelegate onBeginGetDeptDataDelegate;
2201
        
2202
        private EndOperationDelegate onEndGetDeptDataDelegate;
2203
        
2204
        private System.Threading.SendOrPostCallback onGetDeptDataCompletedDelegate;
2205
        
2206
        private BeginOperationDelegate onBeginDeleteMarkupDelegate;
2207
        
2208
        private EndOperationDelegate onEndDeleteMarkupDelegate;
2209
        
2210
        private System.Threading.SendOrPostCallback onDeleteMarkupCompletedDelegate;
2211
        
2212
        private BeginOperationDelegate onBeginSetFavoriteVPDelegate;
2213
        
2214
        private EndOperationDelegate onEndSetFavoriteVPDelegate;
2215
        
2216
        private System.Threading.SendOrPostCallback onSetFavoriteVPCompletedDelegate;
2217
        
2218
        private BeginOperationDelegate onBeginSaveMarkupDataDelegate;
2219
        
2220
        private EndOperationDelegate onEndSaveMarkupDataDelegate;
2221
        
2222
        private System.Threading.SendOrPostCallback onSaveMarkupDataCompletedDelegate;
2223
        
2224 53880c83 ljiyeon
        private BeginOperationDelegate onBeginAddMarkupDataGroupDelegate;
2225
        
2226
        private EndOperationDelegate onEndAddMarkupDataGroupDelegate;
2227
        
2228
        private System.Threading.SendOrPostCallback onAddMarkupDataGroupCompletedDelegate;
2229
        
2230
        private BeginOperationDelegate onBeginUpdateMarkupDataGroupDelegate;
2231
        
2232
        private EndOperationDelegate onEndUpdateMarkupDataGroupDelegate;
2233
        
2234
        private System.Threading.SendOrPostCallback onUpdateMarkupDataGroupCompletedDelegate;
2235
        
2236
        private BeginOperationDelegate onBeginUpdateMarkupDataDelegate;
2237
        
2238
        private EndOperationDelegate onEndUpdateMarkupDataDelegate;
2239
        
2240
        private System.Threading.SendOrPostCallback onUpdateMarkupDataCompletedDelegate;
2241
        
2242 6c781c0c djkim
        private BeginOperationDelegate onBeginSaveSymbolDelegate;
2243
        
2244
        private EndOperationDelegate onEndSaveSymbolDelegate;
2245
        
2246
        private System.Threading.SendOrPostCallback onSaveSymbolCompletedDelegate;
2247
        
2248 498f0fc9 ljiyeon
        private BeginOperationDelegate onBeginAddPublicSymbolDelegate;
2249
        
2250
        private EndOperationDelegate onEndAddPublicSymbolDelegate;
2251
        
2252
        private System.Threading.SendOrPostCallback onAddPublicSymbolCompletedDelegate;
2253
        
2254 6c781c0c djkim
        private BeginOperationDelegate onBeginDeleteSymbolDelegate;
2255
        
2256
        private EndOperationDelegate onEndDeleteSymbolDelegate;
2257
        
2258
        private System.Threading.SendOrPostCallback onDeleteSymbolCompletedDelegate;
2259
        
2260
        private BeginOperationDelegate onBeginRenameSymbolDelegate;
2261
        
2262
        private EndOperationDelegate onEndRenameSymbolDelegate;
2263
        
2264
        private System.Threading.SendOrPostCallback onRenameSymbolCompletedDelegate;
2265
        
2266
        private BeginOperationDelegate onBeginAddCheckListHistoryDelegate;
2267
        
2268
        private EndOperationDelegate onEndAddCheckListHistoryDelegate;
2269
        
2270
        private System.Threading.SendOrPostCallback onAddCheckListHistoryCompletedDelegate;
2271
        
2272
        private BeginOperationDelegate onBeginSaveCheckListHistoryDelegate;
2273
        
2274
        private EndOperationDelegate onEndSaveCheckListHistoryDelegate;
2275
        
2276
        private System.Threading.SendOrPostCallback onSaveCheckListHistoryCompletedDelegate;
2277
        
2278
        private BeginOperationDelegate onBeginSaveCheckListDelegate;
2279
        
2280
        private EndOperationDelegate onEndSaveCheckListDelegate;
2281
        
2282
        private System.Threading.SendOrPostCallback onSaveCheckListCompletedDelegate;
2283
        
2284
        private BeginOperationDelegate onBeginAddCheckListDelegate;
2285
        
2286
        private EndOperationDelegate onEndAddCheckListDelegate;
2287
        
2288
        private System.Threading.SendOrPostCallback onAddCheckListCompletedDelegate;
2289
        
2290
        private BeginOperationDelegate onBeginGetCheckListDelegate;
2291
        
2292
        private EndOperationDelegate onEndGetCheckListDelegate;
2293
        
2294
        private System.Threading.SendOrPostCallback onGetCheckListCompletedDelegate;
2295
        
2296
        private BeginOperationDelegate onBeginGetUserCheckListDelegate;
2297
        
2298
        private EndOperationDelegate onEndGetUserCheckListDelegate;
2299
        
2300
        private System.Threading.SendOrPostCallback onGetUserCheckListCompletedDelegate;
2301
        
2302
        private BeginOperationDelegate onBeginGetCheckListHistoryDelegate;
2303
        
2304
        private EndOperationDelegate onEndGetCheckListHistoryDelegate;
2305
        
2306
        private System.Threading.SendOrPostCallback onGetCheckListHistoryCompletedDelegate;
2307
        
2308
        private BeginOperationDelegate onBeginGetCheckListHistoryFirstOrDefaultDelegate;
2309
        
2310
        private EndOperationDelegate onEndGetCheckListHistoryFirstOrDefaultDelegate;
2311
        
2312
        private System.Threading.SendOrPostCallback onGetCheckListHistoryFirstOrDefaultCompletedDelegate;
2313
        
2314
        private BeginOperationDelegate onBeginSavePageAngleDelegate;
2315
        
2316
        private EndOperationDelegate onEndSavePageAngleDelegate;
2317
        
2318
        private System.Threading.SendOrPostCallback onSavePageAngleCompletedDelegate;
2319
        
2320
        private BeginOperationDelegate onBeginGetMarkupInfoDelegate;
2321
        
2322
        private EndOperationDelegate onEndGetMarkupInfoDelegate;
2323
        
2324
        private System.Threading.SendOrPostCallback onGetMarkupInfoCompletedDelegate;
2325
        
2326
        private BeginOperationDelegate onBeginGetMarkupDataListperPageDelegate;
2327
        
2328
        private EndOperationDelegate onEndGetMarkupDataListperPageDelegate;
2329
        
2330
        private System.Threading.SendOrPostCallback onGetMarkupDataListperPageCompletedDelegate;
2331
        
2332
        private BeginOperationDelegate onBeginAddMarkupInfoDelegate;
2333
        
2334
        private EndOperationDelegate onEndAddMarkupInfoDelegate;
2335
        
2336
        private System.Threading.SendOrPostCallback onAddMarkupInfoCompletedDelegate;
2337
        
2338
        private BeginOperationDelegate onBeginAddMarkupInfoVersionDelegate;
2339
        
2340
        private EndOperationDelegate onEndAddMarkupInfoVersionDelegate;
2341
        
2342
        private System.Threading.SendOrPostCallback onAddMarkupInfoVersionCompletedDelegate;
2343
        
2344
        private BeginOperationDelegate onBeginAddMarkupDataDelegate;
2345
        
2346
        private EndOperationDelegate onEndAddMarkupDataDelegate;
2347
        
2348
        private System.Threading.SendOrPostCallback onAddMarkupDataCompletedDelegate;
2349
        
2350
        private BeginOperationDelegate onBeginAvoidMarkupInfoDelegate;
2351
        
2352
        private EndOperationDelegate onEndAvoidMarkupInfoDelegate;
2353
        
2354
        private System.Threading.SendOrPostCallback onAvoidMarkupInfoCompletedDelegate;
2355
        
2356
        private BeginOperationDelegate onBeginSaveMarkupInfoDelegate;
2357
        
2358
        private EndOperationDelegate onEndSaveMarkupInfoDelegate;
2359
        
2360
        private System.Threading.SendOrPostCallback onSaveMarkupInfoCompletedDelegate;
2361
        
2362
        private BeginOperationDelegate onBeginGetMarkupDataListDelegate;
2363
        
2364
        private EndOperationDelegate onEndGetMarkupDataListDelegate;
2365
        
2366
        private System.Threading.SendOrPostCallback onGetMarkupDataListCompletedDelegate;
2367
        
2368
        private BeginOperationDelegate onBeginConsolidateDelegate;
2369
        
2370
        private EndOperationDelegate onEndConsolidateDelegate;
2371
        
2372
        private System.Threading.SendOrPostCallback onConsolidateCompletedDelegate;
2373
        
2374 53880c83 ljiyeon
        private BeginOperationDelegate onBeginConsolidateMergedPDFDelegate;
2375
        
2376
        private EndOperationDelegate onEndConsolidateMergedPDFDelegate;
2377
        
2378
        private System.Threading.SendOrPostCallback onConsolidateMergedPDFCompletedDelegate;
2379
        
2380 119b58c6 djkim
        private BeginOperationDelegate onBeginTeamConsolidateDelegate;
2381
        
2382
        private EndOperationDelegate onEndTeamConsolidateDelegate;
2383
        
2384
        private System.Threading.SendOrPostCallback onTeamConsolidateCompletedDelegate;
2385
        
2386 6c781c0c djkim
        private BeginOperationDelegate onBeginGetMemberDelegate;
2387
        
2388
        private EndOperationDelegate onEndGetMemberDelegate;
2389
        
2390
        private System.Threading.SendOrPostCallback onGetMemberCompletedDelegate;
2391
        
2392
        private BeginOperationDelegate onBeginGetSymbolListDelegate;
2393
        
2394
        private EndOperationDelegate onEndGetSymbolListDelegate;
2395
        
2396
        private System.Threading.SendOrPostCallback onGetSymbolListCompletedDelegate;
2397
        
2398
        private BeginOperationDelegate onBeginGetPublicSymbolDeptListDelegate;
2399
        
2400
        private EndOperationDelegate onEndGetPublicSymbolDeptListDelegate;
2401
        
2402
        private System.Threading.SendOrPostCallback onGetPublicSymbolDeptListCompletedDelegate;
2403
        
2404
        private BeginOperationDelegate onBeginGetPublicSymbolListDelegate;
2405
        
2406
        private EndOperationDelegate onEndGetPublicSymbolListDelegate;
2407
        
2408
        private System.Threading.SendOrPostCallback onGetPublicSymbolListCompletedDelegate;
2409
        
2410
        private BeginOperationDelegate onBeginGetSymbolDataDelegate;
2411
        
2412
        private EndOperationDelegate onEndGetSymbolDataDelegate;
2413
        
2414
        private System.Threading.SendOrPostCallback onGetSymbolDataCompletedDelegate;
2415
        
2416 53880c83 ljiyeon
        private BeginOperationDelegate onBeginGetSymbolImageURLDelegate;
2417
        
2418
        private EndOperationDelegate onEndGetSymbolImageURLDelegate;
2419
        
2420
        private System.Threading.SendOrPostCallback onGetSymbolImageURLCompletedDelegate;
2421
        
2422 6c781c0c djkim
        private BeginOperationDelegate onBeginGetSignDataDelegate;
2423
        
2424
        private EndOperationDelegate onEndGetSignDataDelegate;
2425
        
2426
        private System.Threading.SendOrPostCallback onGetSignDataCompletedDelegate;
2427
        
2428
        private BeginOperationDelegate onBeginGetProjectNameDelegate;
2429
        
2430
        private EndOperationDelegate onEndGetProjectNameDelegate;
2431
        
2432
        private System.Threading.SendOrPostCallback onGetProjectNameCompletedDelegate;
2433
        
2434
        private BeginOperationDelegate onBeginGetPreRevSelectDelegate;
2435
        
2436
        private EndOperationDelegate onEndGetPreRevSelectDelegate;
2437
        
2438
        private System.Threading.SendOrPostCallback onGetPreRevSelectCompletedDelegate;
2439
        
2440
        private BeginOperationDelegate onBeginGetDocInfoOneSelectDelegate;
2441
        
2442
        private EndOperationDelegate onEndGetDocInfoOneSelectDelegate;
2443
        
2444
        private System.Threading.SendOrPostCallback onGetDocInfoOneSelectCompletedDelegate;
2445
        
2446
        private BeginOperationDelegate onBeginGetPrintDocItemListDelegate;
2447
        
2448
        private EndOperationDelegate onEndGetPrintDocItemListDelegate;
2449
        
2450
        private System.Threading.SendOrPostCallback onGetPrintDocItemListCompletedDelegate;
2451
        
2452 119b58c6 djkim
        private BeginOperationDelegate onBeginAddMessageDelegate;
2453
        
2454
        private EndOperationDelegate onEndAddMessageDelegate;
2455
        
2456
        private System.Threading.SendOrPostCallback onAddMessageCompletedDelegate;
2457
        
2458
        private BeginOperationDelegate onBeginGetMessageDelegate;
2459
        
2460
        private EndOperationDelegate onEndGetMessageDelegate;
2461
        
2462
        private System.Threading.SendOrPostCallback onGetMessageCompletedDelegate;
2463
        
2464 6c781c0c djkim
        public ServiceDeepViewClient() {
2465
        }
2466
        
2467
        public ServiceDeepViewClient(string endpointConfigurationName) : 
2468
                base(endpointConfigurationName) {
2469
        }
2470
        
2471
        public ServiceDeepViewClient(string endpointConfigurationName, string remoteAddress) : 
2472
                base(endpointConfigurationName, remoteAddress) {
2473
        }
2474
        
2475
        public ServiceDeepViewClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) : 
2476
                base(endpointConfigurationName, remoteAddress) {
2477
        }
2478
        
2479
        public ServiceDeepViewClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) : 
2480
                base(binding, remoteAddress) {
2481
        }
2482
        
2483
        public event System.EventHandler<GetSystemDataCompletedEventArgs> GetSystemDataCompleted;
2484
        
2485
        public event System.EventHandler<GetFavoriteVPCompletedEventArgs> GetFavoriteVPCompleted;
2486
        
2487
        public event System.EventHandler<EditFavoriteVPCompletedEventArgs> EditFavoriteVPCompleted;
2488
        
2489
        public event System.EventHandler<DelFavoriteVPCompletedEventArgs> DelFavoriteVPCompleted;
2490
        
2491
        public event System.EventHandler<GetCompareRectCompletedEventArgs> GetCompareRectCompleted;
2492
        
2493
        public event System.EventHandler<SetFinalPDFCompletedEventArgs> SetFinalPDFCompleted;
2494
        
2495
        public event System.EventHandler<GetConversionStateCompletedEventArgs> GetConversionStateCompleted;
2496
        
2497
        public event System.EventHandler<GetVPRevisionHistoryCompletedEventArgs> GetVPRevisionHistoryCompleted;
2498
        
2499
        public event System.EventHandler<GetVPRevisionFirstOrDefaultCompletedEventArgs> GetVPRevisionFirstOrDefaultCompleted;
2500
        
2501
        public event System.EventHandler<GetDocInfoCompletedEventArgs> GetDocInfoCompleted;
2502
        
2503
        public event System.EventHandler<GetCheckSystemAdminCompletedEventArgs> GetCheckSystemAdminCompleted;
2504
        
2505
        public event System.EventHandler<GetDocumentItemInfoCompletedEventArgs> GetDocumentItemInfoCompleted;
2506
        
2507
        public event System.EventHandler<GetMarkupInfoItemsCompletedEventArgs> GetMarkupInfoItemsCompleted;
2508
        
2509
        public event System.EventHandler<GetSyncMarkupInfoItemsCompletedEventArgs> GetSyncMarkupInfoItemsCompleted;
2510
        
2511
        public event System.EventHandler<GetUserDataCompletedEventArgs> GetUserDataCompleted;
2512
        
2513
        public event System.EventHandler<GetDeptDataCompletedEventArgs> GetDeptDataCompleted;
2514
        
2515
        public event System.EventHandler<DeleteMarkupCompletedEventArgs> DeleteMarkupCompleted;
2516
        
2517
        public event System.EventHandler<SetFavoriteVPCompletedEventArgs> SetFavoriteVPCompleted;
2518
        
2519
        public event System.EventHandler<SaveMarkupDataCompletedEventArgs> SaveMarkupDataCompleted;
2520
        
2521 53880c83 ljiyeon
        public event System.EventHandler<AddMarkupDataGroupCompletedEventArgs> AddMarkupDataGroupCompleted;
2522
        
2523
        public event System.EventHandler<UpdateMarkupDataGroupCompletedEventArgs> UpdateMarkupDataGroupCompleted;
2524
        
2525
        public event System.EventHandler<UpdateMarkupDataCompletedEventArgs> UpdateMarkupDataCompleted;
2526
        
2527 6c781c0c djkim
        public event System.EventHandler<SaveSymbolCompletedEventArgs> SaveSymbolCompleted;
2528
        
2529 498f0fc9 ljiyeon
        public event System.EventHandler<AddPublicSymbolCompletedEventArgs> AddPublicSymbolCompleted;
2530
        
2531 6c781c0c djkim
        public event System.EventHandler<DeleteSymbolCompletedEventArgs> DeleteSymbolCompleted;
2532
        
2533
        public event System.EventHandler<RenameSymbolCompletedEventArgs> RenameSymbolCompleted;
2534
        
2535
        public event System.EventHandler<AddCheckListHistoryCompletedEventArgs> AddCheckListHistoryCompleted;
2536
        
2537
        public event System.EventHandler<SaveCheckListHistoryCompletedEventArgs> SaveCheckListHistoryCompleted;
2538
        
2539
        public event System.EventHandler<SaveCheckListCompletedEventArgs> SaveCheckListCompleted;
2540
        
2541
        public event System.EventHandler<AddCheckListCompletedEventArgs> AddCheckListCompleted;
2542
        
2543
        public event System.EventHandler<GetCheckListCompletedEventArgs> GetCheckListCompleted;
2544
        
2545
        public event System.EventHandler<GetUserCheckListCompletedEventArgs> GetUserCheckListCompleted;
2546
        
2547
        public event System.EventHandler<GetCheckListHistoryCompletedEventArgs> GetCheckListHistoryCompleted;
2548
        
2549
        public event System.EventHandler<GetCheckListHistoryFirstOrDefaultCompletedEventArgs> GetCheckListHistoryFirstOrDefaultCompleted;
2550
        
2551
        public event System.EventHandler<SavePageAngleCompletedEventArgs> SavePageAngleCompleted;
2552
        
2553
        public event System.EventHandler<GetMarkupInfoCompletedEventArgs> GetMarkupInfoCompleted;
2554
        
2555
        public event System.EventHandler<GetMarkupDataListperPageCompletedEventArgs> GetMarkupDataListperPageCompleted;
2556
        
2557
        public event System.EventHandler<AddMarkupInfoCompletedEventArgs> AddMarkupInfoCompleted;
2558
        
2559
        public event System.EventHandler<AddMarkupInfoVersionCompletedEventArgs> AddMarkupInfoVersionCompleted;
2560
        
2561
        public event System.EventHandler<AddMarkupDataCompletedEventArgs> AddMarkupDataCompleted;
2562
        
2563
        public event System.EventHandler<AvoidMarkupInfoCompletedEventArgs> AvoidMarkupInfoCompleted;
2564
        
2565
        public event System.EventHandler<SaveMarkupInfoCompletedEventArgs> SaveMarkupInfoCompleted;
2566
        
2567
        public event System.EventHandler<GetMarkupDataListCompletedEventArgs> GetMarkupDataListCompleted;
2568
        
2569
        public event System.EventHandler<ConsolidateCompletedEventArgs> ConsolidateCompleted;
2570
        
2571 53880c83 ljiyeon
        public event System.EventHandler<ConsolidateMergedPDFCompletedEventArgs> ConsolidateMergedPDFCompleted;
2572
        
2573 119b58c6 djkim
        public event System.EventHandler<TeamConsolidateCompletedEventArgs> TeamConsolidateCompleted;
2574
        
2575 6c781c0c djkim
        public event System.EventHandler<GetMemberCompletedEventArgs> GetMemberCompleted;
2576
        
2577
        public event System.EventHandler<GetSymbolListCompletedEventArgs> GetSymbolListCompleted;
2578
        
2579
        public event System.EventHandler<GetPublicSymbolDeptListCompletedEventArgs> GetPublicSymbolDeptListCompleted;
2580
        
2581
        public event System.EventHandler<GetPublicSymbolListCompletedEventArgs> GetPublicSymbolListCompleted;
2582
        
2583
        public event System.EventHandler<GetSymbolDataCompletedEventArgs> GetSymbolDataCompleted;
2584
        
2585 53880c83 ljiyeon
        public event System.EventHandler<GetSymbolImageURLCompletedEventArgs> GetSymbolImageURLCompleted;
2586
        
2587 6c781c0c djkim
        public event System.EventHandler<GetSignDataCompletedEventArgs> GetSignDataCompleted;
2588
        
2589
        public event System.EventHandler<GetProjectNameCompletedEventArgs> GetProjectNameCompleted;
2590
        
2591
        public event System.EventHandler<GetPreRevSelectCompletedEventArgs> GetPreRevSelectCompleted;
2592
        
2593
        public event System.EventHandler<GetDocInfoOneSelectCompletedEventArgs> GetDocInfoOneSelectCompleted;
2594
        
2595
        public event System.EventHandler<GetPrintDocItemListCompletedEventArgs> GetPrintDocItemListCompleted;
2596
        
2597 119b58c6 djkim
        public event System.EventHandler<AddMessageCompletedEventArgs> AddMessageCompleted;
2598
        
2599
        public event System.EventHandler<GetMessageCompletedEventArgs> GetMessageCompleted;
2600
        
2601 6c781c0c djkim
        public IKCOM.KCOM_SystemInfo GetSystemData() {
2602
            return base.Channel.GetSystemData();
2603
        }
2604
        
2605
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
2606
        public System.IAsyncResult BeginGetSystemData(System.AsyncCallback callback, object asyncState) {
2607
            return base.Channel.BeginGetSystemData(callback, asyncState);
2608
        }
2609
        
2610
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
2611
        public IKCOM.KCOM_SystemInfo EndGetSystemData(System.IAsyncResult result) {
2612
            return base.Channel.EndGetSystemData(result);
2613
        }
2614
        
2615
        private System.IAsyncResult OnBeginGetSystemData(object[] inValues, System.AsyncCallback callback, object asyncState) {
2616
            return this.BeginGetSystemData(callback, asyncState);
2617
        }
2618
        
2619
        private object[] OnEndGetSystemData(System.IAsyncResult result) {
2620
            IKCOM.KCOM_SystemInfo retVal = this.EndGetSystemData(result);
2621
            return new object[] {
2622
                    retVal};
2623
        }
2624
        
2625
        private void OnGetSystemDataCompleted(object state) {
2626
            if ((this.GetSystemDataCompleted != null)) {
2627
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
2628
                this.GetSystemDataCompleted(this, new GetSystemDataCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
2629
            }
2630
        }
2631
        
2632
        public void GetSystemDataAsync() {
2633
            this.GetSystemDataAsync(null);
2634
        }
2635
        
2636
        public void GetSystemDataAsync(object userState) {
2637
            if ((this.onBeginGetSystemDataDelegate == null)) {
2638
                this.onBeginGetSystemDataDelegate = new BeginOperationDelegate(this.OnBeginGetSystemData);
2639
            }
2640
            if ((this.onEndGetSystemDataDelegate == null)) {
2641
                this.onEndGetSystemDataDelegate = new EndOperationDelegate(this.OnEndGetSystemData);
2642
            }
2643
            if ((this.onGetSystemDataCompletedDelegate == null)) {
2644
                this.onGetSystemDataCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetSystemDataCompleted);
2645
            }
2646
            base.InvokeAsync(this.onBeginGetSystemDataDelegate, null, this.onEndGetSystemDataDelegate, this.onGetSystemDataCompletedDelegate, userState);
2647
        }
2648
        
2649
        public System.Collections.Generic.List<KCOMDataModel.DataModel.FAVORITE_DOC> GetFavoriteVP(string PrjNo, string userID, string sharepointItemID) {
2650
            return base.Channel.GetFavoriteVP(PrjNo, userID, sharepointItemID);
2651
        }
2652
        
2653
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
2654
        public System.IAsyncResult BeginGetFavoriteVP(string PrjNo, string userID, string sharepointItemID, System.AsyncCallback callback, object asyncState) {
2655
            return base.Channel.BeginGetFavoriteVP(PrjNo, userID, sharepointItemID, callback, asyncState);
2656
        }
2657
        
2658
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
2659
        public System.Collections.Generic.List<KCOMDataModel.DataModel.FAVORITE_DOC> EndGetFavoriteVP(System.IAsyncResult result) {
2660
            return base.Channel.EndGetFavoriteVP(result);
2661
        }
2662
        
2663
        private System.IAsyncResult OnBeginGetFavoriteVP(object[] inValues, System.AsyncCallback callback, object asyncState) {
2664
            string PrjNo = ((string)(inValues[0]));
2665
            string userID = ((string)(inValues[1]));
2666
            string sharepointItemID = ((string)(inValues[2]));
2667
            return this.BeginGetFavoriteVP(PrjNo, userID, sharepointItemID, callback, asyncState);
2668
        }
2669
        
2670
        private object[] OnEndGetFavoriteVP(System.IAsyncResult result) {
2671
            System.Collections.Generic.List<KCOMDataModel.DataModel.FAVORITE_DOC> retVal = this.EndGetFavoriteVP(result);
2672
            return new object[] {
2673
                    retVal};
2674
        }
2675
        
2676
        private void OnGetFavoriteVPCompleted(object state) {
2677
            if ((this.GetFavoriteVPCompleted != null)) {
2678
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
2679
                this.GetFavoriteVPCompleted(this, new GetFavoriteVPCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
2680
            }
2681
        }
2682
        
2683
        public void GetFavoriteVPAsync(string PrjNo, string userID, string sharepointItemID) {
2684
            this.GetFavoriteVPAsync(PrjNo, userID, sharepointItemID, null);
2685
        }
2686
        
2687
        public void GetFavoriteVPAsync(string PrjNo, string userID, string sharepointItemID, object userState) {
2688
            if ((this.onBeginGetFavoriteVPDelegate == null)) {
2689
                this.onBeginGetFavoriteVPDelegate = new BeginOperationDelegate(this.OnBeginGetFavoriteVP);
2690
            }
2691
            if ((this.onEndGetFavoriteVPDelegate == null)) {
2692
                this.onEndGetFavoriteVPDelegate = new EndOperationDelegate(this.OnEndGetFavoriteVP);
2693
            }
2694
            if ((this.onGetFavoriteVPCompletedDelegate == null)) {
2695
                this.onGetFavoriteVPCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetFavoriteVPCompleted);
2696
            }
2697
            base.InvokeAsync(this.onBeginGetFavoriteVPDelegate, new object[] {
2698
                        PrjNo,
2699
                        userID,
2700
                        sharepointItemID}, this.onEndGetFavoriteVPDelegate, this.onGetFavoriteVPCompletedDelegate, userState);
2701
        }
2702
        
2703
        public bool EditFavoriteVP(string prjNo, string userID, string docID, int state, string description) {
2704
            return base.Channel.EditFavoriteVP(prjNo, userID, docID, state, description);
2705
        }
2706
        
2707
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
2708
        public System.IAsyncResult BeginEditFavoriteVP(string prjNo, string userID, string docID, int state, string description, System.AsyncCallback callback, object asyncState) {
2709
            return base.Channel.BeginEditFavoriteVP(prjNo, userID, docID, state, description, callback, asyncState);
2710
        }
2711
        
2712
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
2713
        public bool EndEditFavoriteVP(System.IAsyncResult result) {
2714
            return base.Channel.EndEditFavoriteVP(result);
2715
        }
2716
        
2717
        private System.IAsyncResult OnBeginEditFavoriteVP(object[] inValues, System.AsyncCallback callback, object asyncState) {
2718
            string prjNo = ((string)(inValues[0]));
2719
            string userID = ((string)(inValues[1]));
2720
            string docID = ((string)(inValues[2]));
2721
            int state = ((int)(inValues[3]));
2722
            string description = ((string)(inValues[4]));
2723
            return this.BeginEditFavoriteVP(prjNo, userID, docID, state, description, callback, asyncState);
2724
        }
2725
        
2726
        private object[] OnEndEditFavoriteVP(System.IAsyncResult result) {
2727
            bool retVal = this.EndEditFavoriteVP(result);
2728
            return new object[] {
2729
                    retVal};
2730
        }
2731
        
2732
        private void OnEditFavoriteVPCompleted(object state) {
2733
            if ((this.EditFavoriteVPCompleted != null)) {
2734
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
2735
                this.EditFavoriteVPCompleted(this, new EditFavoriteVPCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
2736
            }
2737
        }
2738
        
2739
        public void EditFavoriteVPAsync(string prjNo, string userID, string docID, int state, string description) {
2740
            this.EditFavoriteVPAsync(prjNo, userID, docID, state, description, null);
2741
        }
2742
        
2743
        public void EditFavoriteVPAsync(string prjNo, string userID, string docID, int state, string description, object userState) {
2744
            if ((this.onBeginEditFavoriteVPDelegate == null)) {
2745
                this.onBeginEditFavoriteVPDelegate = new BeginOperationDelegate(this.OnBeginEditFavoriteVP);
2746
            }
2747
            if ((this.onEndEditFavoriteVPDelegate == null)) {
2748
                this.onEndEditFavoriteVPDelegate = new EndOperationDelegate(this.OnEndEditFavoriteVP);
2749
            }
2750
            if ((this.onEditFavoriteVPCompletedDelegate == null)) {
2751
                this.onEditFavoriteVPCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnEditFavoriteVPCompleted);
2752
            }
2753
            base.InvokeAsync(this.onBeginEditFavoriteVPDelegate, new object[] {
2754
                        prjNo,
2755
                        userID,
2756
                        docID,
2757
                        state,
2758
                        description}, this.onEndEditFavoriteVPDelegate, this.onEditFavoriteVPCompletedDelegate, userState);
2759
        }
2760
        
2761
        public bool DelFavoriteVP(string prjNo, string userID, int SavePageNo, string docID) {
2762
            return base.Channel.DelFavoriteVP(prjNo, userID, SavePageNo, docID);
2763
        }
2764
        
2765
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
2766
        public System.IAsyncResult BeginDelFavoriteVP(string prjNo, string userID, int SavePageNo, string docID, System.AsyncCallback callback, object asyncState) {
2767
            return base.Channel.BeginDelFavoriteVP(prjNo, userID, SavePageNo, docID, callback, asyncState);
2768
        }
2769
        
2770
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
2771
        public bool EndDelFavoriteVP(System.IAsyncResult result) {
2772
            return base.Channel.EndDelFavoriteVP(result);
2773
        }
2774
        
2775
        private System.IAsyncResult OnBeginDelFavoriteVP(object[] inValues, System.AsyncCallback callback, object asyncState) {
2776
            string prjNo = ((string)(inValues[0]));
2777
            string userID = ((string)(inValues[1]));
2778
            int SavePageNo = ((int)(inValues[2]));
2779
            string docID = ((string)(inValues[3]));
2780
            return this.BeginDelFavoriteVP(prjNo, userID, SavePageNo, docID, callback, asyncState);
2781
        }
2782
        
2783
        private object[] OnEndDelFavoriteVP(System.IAsyncResult result) {
2784
            bool retVal = this.EndDelFavoriteVP(result);
2785
            return new object[] {
2786
                    retVal};
2787
        }
2788
        
2789
        private void OnDelFavoriteVPCompleted(object state) {
2790
            if ((this.DelFavoriteVPCompleted != null)) {
2791
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
2792
                this.DelFavoriteVPCompleted(this, new DelFavoriteVPCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
2793
            }
2794
        }
2795
        
2796
        public void DelFavoriteVPAsync(string prjNo, string userID, int SavePageNo, string docID) {
2797
            this.DelFavoriteVPAsync(prjNo, userID, SavePageNo, docID, null);
2798
        }
2799
        
2800
        public void DelFavoriteVPAsync(string prjNo, string userID, int SavePageNo, string docID, object userState) {
2801
            if ((this.onBeginDelFavoriteVPDelegate == null)) {
2802
                this.onBeginDelFavoriteVPDelegate = new BeginOperationDelegate(this.OnBeginDelFavoriteVP);
2803
            }
2804
            if ((this.onEndDelFavoriteVPDelegate == null)) {
2805
                this.onEndDelFavoriteVPDelegate = new EndOperationDelegate(this.OnEndDelFavoriteVP);
2806
            }
2807
            if ((this.onDelFavoriteVPCompletedDelegate == null)) {
2808
                this.onDelFavoriteVPCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnDelFavoriteVPCompleted);
2809
            }
2810
            base.InvokeAsync(this.onBeginDelFavoriteVPDelegate, new object[] {
2811
                        prjNo,
2812
                        userID,
2813
                        SavePageNo,
2814
                        docID}, this.onEndDelFavoriteVPDelegate, this.onDelFavoriteVPCompletedDelegate, userState);
2815
        }
2816
        
2817
        public System.Collections.Generic.List<System.Windows.Rect> GetCompareRect(string projectNo, string originDocItem_ID, string targetDocItem_ID, string originPageNo, string targetPageNo, string isInternalAddress) {
2818
            return base.Channel.GetCompareRect(projectNo, originDocItem_ID, targetDocItem_ID, originPageNo, targetPageNo, isInternalAddress);
2819
        }
2820
        
2821
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
2822
        public System.IAsyncResult BeginGetCompareRect(string projectNo, string originDocItem_ID, string targetDocItem_ID, string originPageNo, string targetPageNo, string isInternalAddress, System.AsyncCallback callback, object asyncState) {
2823
            return base.Channel.BeginGetCompareRect(projectNo, originDocItem_ID, targetDocItem_ID, originPageNo, targetPageNo, isInternalAddress, callback, asyncState);
2824
        }
2825
        
2826
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
2827
        public System.Collections.Generic.List<System.Windows.Rect> EndGetCompareRect(System.IAsyncResult result) {
2828
            return base.Channel.EndGetCompareRect(result);
2829
        }
2830
        
2831
        private System.IAsyncResult OnBeginGetCompareRect(object[] inValues, System.AsyncCallback callback, object asyncState) {
2832
            string projectNo = ((string)(inValues[0]));
2833
            string originDocItem_ID = ((string)(inValues[1]));
2834
            string targetDocItem_ID = ((string)(inValues[2]));
2835
            string originPageNo = ((string)(inValues[3]));
2836
            string targetPageNo = ((string)(inValues[4]));
2837
            string isInternalAddress = ((string)(inValues[5]));
2838
            return this.BeginGetCompareRect(projectNo, originDocItem_ID, targetDocItem_ID, originPageNo, targetPageNo, isInternalAddress, callback, asyncState);
2839
        }
2840
        
2841
        private object[] OnEndGetCompareRect(System.IAsyncResult result) {
2842
            System.Collections.Generic.List<System.Windows.Rect> retVal = this.EndGetCompareRect(result);
2843
            return new object[] {
2844
                    retVal};
2845
        }
2846
        
2847
        private void OnGetCompareRectCompleted(object state) {
2848
            if ((this.GetCompareRectCompleted != null)) {
2849
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
2850
                this.GetCompareRectCompleted(this, new GetCompareRectCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
2851
            }
2852
        }
2853
        
2854
        public void GetCompareRectAsync(string projectNo, string originDocItem_ID, string targetDocItem_ID, string originPageNo, string targetPageNo, string isInternalAddress) {
2855
            this.GetCompareRectAsync(projectNo, originDocItem_ID, targetDocItem_ID, originPageNo, targetPageNo, isInternalAddress, null);
2856
        }
2857
        
2858
        public void GetCompareRectAsync(string projectNo, string originDocItem_ID, string targetDocItem_ID, string originPageNo, string targetPageNo, string isInternalAddress, object userState) {
2859
            if ((this.onBeginGetCompareRectDelegate == null)) {
2860
                this.onBeginGetCompareRectDelegate = new BeginOperationDelegate(this.OnBeginGetCompareRect);
2861
            }
2862
            if ((this.onEndGetCompareRectDelegate == null)) {
2863
                this.onEndGetCompareRectDelegate = new EndOperationDelegate(this.OnEndGetCompareRect);
2864
            }
2865
            if ((this.onGetCompareRectCompletedDelegate == null)) {
2866
                this.onGetCompareRectCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetCompareRectCompleted);
2867
            }
2868
            base.InvokeAsync(this.onBeginGetCompareRectDelegate, new object[] {
2869
                        projectNo,
2870
                        originDocItem_ID,
2871
                        targetDocItem_ID,
2872
                        originPageNo,
2873
                        targetPageNo,
2874
                        isInternalAddress}, this.onEndGetCompareRectDelegate, this.onGetCompareRectCompletedDelegate, userState);
2875
        }
2876
        
2877
        public KCOM.ServiceDeepView.FinalPDFResult SetFinalPDF(string ProjectNo, string DocInfoID, string MarkupInfoID, string CreateUserID) {
2878
            return base.Channel.SetFinalPDF(ProjectNo, DocInfoID, MarkupInfoID, CreateUserID);
2879
        }
2880
        
2881
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
2882
        public System.IAsyncResult BeginSetFinalPDF(string ProjectNo, string DocInfoID, string MarkupInfoID, string CreateUserID, System.AsyncCallback callback, object asyncState) {
2883
            return base.Channel.BeginSetFinalPDF(ProjectNo, DocInfoID, MarkupInfoID, CreateUserID, callback, asyncState);
2884
        }
2885
        
2886
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
2887
        public KCOM.ServiceDeepView.FinalPDFResult EndSetFinalPDF(System.IAsyncResult result) {
2888
            return base.Channel.EndSetFinalPDF(result);
2889
        }
2890
        
2891
        private System.IAsyncResult OnBeginSetFinalPDF(object[] inValues, System.AsyncCallback callback, object asyncState) {
2892
            string ProjectNo = ((string)(inValues[0]));
2893
            string DocInfoID = ((string)(inValues[1]));
2894
            string MarkupInfoID = ((string)(inValues[2]));
2895
            string CreateUserID = ((string)(inValues[3]));
2896
            return this.BeginSetFinalPDF(ProjectNo, DocInfoID, MarkupInfoID, CreateUserID, callback, asyncState);
2897
        }
2898
        
2899
        private object[] OnEndSetFinalPDF(System.IAsyncResult result) {
2900
            KCOM.ServiceDeepView.FinalPDFResult retVal = this.EndSetFinalPDF(result);
2901
            return new object[] {
2902
                    retVal};
2903
        }
2904
        
2905
        private void OnSetFinalPDFCompleted(object state) {
2906
            if ((this.SetFinalPDFCompleted != null)) {
2907
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
2908
                this.SetFinalPDFCompleted(this, new SetFinalPDFCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
2909
            }
2910
        }
2911
        
2912
        public void SetFinalPDFAsync(string ProjectNo, string DocInfoID, string MarkupInfoID, string CreateUserID) {
2913
            this.SetFinalPDFAsync(ProjectNo, DocInfoID, MarkupInfoID, CreateUserID, null);
2914
        }
2915
        
2916
        public void SetFinalPDFAsync(string ProjectNo, string DocInfoID, string MarkupInfoID, string CreateUserID, object userState) {
2917
            if ((this.onBeginSetFinalPDFDelegate == null)) {
2918
                this.onBeginSetFinalPDFDelegate = new BeginOperationDelegate(this.OnBeginSetFinalPDF);
2919
            }
2920
            if ((this.onEndSetFinalPDFDelegate == null)) {
2921
                this.onEndSetFinalPDFDelegate = new EndOperationDelegate(this.OnEndSetFinalPDF);
2922
            }
2923
            if ((this.onSetFinalPDFCompletedDelegate == null)) {
2924
                this.onSetFinalPDFCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnSetFinalPDFCompleted);
2925
            }
2926
            base.InvokeAsync(this.onBeginSetFinalPDFDelegate, new object[] {
2927
                        ProjectNo,
2928
                        DocInfoID,
2929
                        MarkupInfoID,
2930
                        CreateUserID}, this.onEndSetFinalPDFDelegate, this.onSetFinalPDFCompletedDelegate, userState);
2931
        }
2932
        
2933
        public bool GetConversionState(IKCOM.KCOM_BasicParam param) {
2934
            return base.Channel.GetConversionState(param);
2935
        }
2936
        
2937
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
2938
        public System.IAsyncResult BeginGetConversionState(IKCOM.KCOM_BasicParam param, System.AsyncCallback callback, object asyncState) {
2939
            return base.Channel.BeginGetConversionState(param, callback, asyncState);
2940
        }
2941
        
2942
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
2943
        public bool EndGetConversionState(System.IAsyncResult result) {
2944
            return base.Channel.EndGetConversionState(result);
2945
        }
2946
        
2947
        private System.IAsyncResult OnBeginGetConversionState(object[] inValues, System.AsyncCallback callback, object asyncState) {
2948
            IKCOM.KCOM_BasicParam param = ((IKCOM.KCOM_BasicParam)(inValues[0]));
2949
            return this.BeginGetConversionState(param, callback, asyncState);
2950
        }
2951
        
2952
        private object[] OnEndGetConversionState(System.IAsyncResult result) {
2953
            bool retVal = this.EndGetConversionState(result);
2954
            return new object[] {
2955
                    retVal};
2956
        }
2957
        
2958
        private void OnGetConversionStateCompleted(object state) {
2959
            if ((this.GetConversionStateCompleted != null)) {
2960
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
2961
                this.GetConversionStateCompleted(this, new GetConversionStateCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
2962
            }
2963
        }
2964
        
2965
        public void GetConversionStateAsync(IKCOM.KCOM_BasicParam param) {
2966
            this.GetConversionStateAsync(param, null);
2967
        }
2968
        
2969
        public void GetConversionStateAsync(IKCOM.KCOM_BasicParam param, object userState) {
2970
            if ((this.onBeginGetConversionStateDelegate == null)) {
2971
                this.onBeginGetConversionStateDelegate = new BeginOperationDelegate(this.OnBeginGetConversionState);
2972
            }
2973
            if ((this.onEndGetConversionStateDelegate == null)) {
2974
                this.onEndGetConversionStateDelegate = new EndOperationDelegate(this.OnEndGetConversionState);
2975
            }
2976
            if ((this.onGetConversionStateCompletedDelegate == null)) {
2977
                this.onGetConversionStateCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetConversionStateCompleted);
2978
            }
2979
            base.InvokeAsync(this.onBeginGetConversionStateDelegate, new object[] {
2980
                        param}, this.onEndGetConversionStateDelegate, this.onGetConversionStateCompletedDelegate, userState);
2981
        }
2982
        
2983
        public System.Collections.Generic.List<IKCOM.VPRevision> GetVPRevisionHistory(string ProjectNo, string vpNo, string DocumentId) {
2984
            return base.Channel.GetVPRevisionHistory(ProjectNo, vpNo, DocumentId);
2985
        }
2986
        
2987
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
2988
        public System.IAsyncResult BeginGetVPRevisionHistory(string ProjectNo, string vpNo, string DocumentId, System.AsyncCallback callback, object asyncState) {
2989
            return base.Channel.BeginGetVPRevisionHistory(ProjectNo, vpNo, DocumentId, callback, asyncState);
2990
        }
2991
        
2992
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
2993
        public System.Collections.Generic.List<IKCOM.VPRevision> EndGetVPRevisionHistory(System.IAsyncResult result) {
2994
            return base.Channel.EndGetVPRevisionHistory(result);
2995
        }
2996
        
2997
        private System.IAsyncResult OnBeginGetVPRevisionHistory(object[] inValues, System.AsyncCallback callback, object asyncState) {
2998
            string ProjectNo = ((string)(inValues[0]));
2999
            string vpNo = ((string)(inValues[1]));
3000
            string DocumentId = ((string)(inValues[2]));
3001
            return this.BeginGetVPRevisionHistory(ProjectNo, vpNo, DocumentId, callback, asyncState);
3002
        }
3003
        
3004
        private object[] OnEndGetVPRevisionHistory(System.IAsyncResult result) {
3005
            System.Collections.Generic.List<IKCOM.VPRevision> retVal = this.EndGetVPRevisionHistory(result);
3006
            return new object[] {
3007
                    retVal};
3008
        }
3009
        
3010
        private void OnGetVPRevisionHistoryCompleted(object state) {
3011
            if ((this.GetVPRevisionHistoryCompleted != null)) {
3012
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
3013
                this.GetVPRevisionHistoryCompleted(this, new GetVPRevisionHistoryCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
3014
            }
3015
        }
3016
        
3017
        public void GetVPRevisionHistoryAsync(string ProjectNo, string vpNo, string DocumentId) {
3018
            this.GetVPRevisionHistoryAsync(ProjectNo, vpNo, DocumentId, null);
3019
        }
3020
        
3021
        public void GetVPRevisionHistoryAsync(string ProjectNo, string vpNo, string DocumentId, object userState) {
3022
            if ((this.onBeginGetVPRevisionHistoryDelegate == null)) {
3023
                this.onBeginGetVPRevisionHistoryDelegate = new BeginOperationDelegate(this.OnBeginGetVPRevisionHistory);
3024
            }
3025
            if ((this.onEndGetVPRevisionHistoryDelegate == null)) {
3026
                this.onEndGetVPRevisionHistoryDelegate = new EndOperationDelegate(this.OnEndGetVPRevisionHistory);
3027
            }
3028
            if ((this.onGetVPRevisionHistoryCompletedDelegate == null)) {
3029
                this.onGetVPRevisionHistoryCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetVPRevisionHistoryCompleted);
3030
            }
3031
            base.InvokeAsync(this.onBeginGetVPRevisionHistoryDelegate, new object[] {
3032
                        ProjectNo,
3033
                        vpNo,
3034
                        DocumentId}, this.onEndGetVPRevisionHistoryDelegate, this.onGetVPRevisionHistoryCompletedDelegate, userState);
3035
        }
3036
        
3037
        public IKCOM.VPRevision GetVPRevisionFirstOrDefault(string ProjectNo, string DocumentId) {
3038
            return base.Channel.GetVPRevisionFirstOrDefault(ProjectNo, DocumentId);
3039
        }
3040
        
3041
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
3042
        public System.IAsyncResult BeginGetVPRevisionFirstOrDefault(string ProjectNo, string DocumentId, System.AsyncCallback callback, object asyncState) {
3043
            return base.Channel.BeginGetVPRevisionFirstOrDefault(ProjectNo, DocumentId, callback, asyncState);
3044
        }
3045
        
3046
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
3047
        public IKCOM.VPRevision EndGetVPRevisionFirstOrDefault(System.IAsyncResult result) {
3048
            return base.Channel.EndGetVPRevisionFirstOrDefault(result);
3049
        }
3050
        
3051
        private System.IAsyncResult OnBeginGetVPRevisionFirstOrDefault(object[] inValues, System.AsyncCallback callback, object asyncState) {
3052
            string ProjectNo = ((string)(inValues[0]));
3053
            string DocumentId = ((string)(inValues[1]));
3054
            return this.BeginGetVPRevisionFirstOrDefault(ProjectNo, DocumentId, callback, asyncState);
3055
        }
3056
        
3057
        private object[] OnEndGetVPRevisionFirstOrDefault(System.IAsyncResult result) {
3058
            IKCOM.VPRevision retVal = this.EndGetVPRevisionFirstOrDefault(result);
3059
            return new object[] {
3060
                    retVal};
3061
        }
3062
        
3063
        private void OnGetVPRevisionFirstOrDefaultCompleted(object state) {
3064
            if ((this.GetVPRevisionFirstOrDefaultCompleted != null)) {
3065
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
3066
                this.GetVPRevisionFirstOrDefaultCompleted(this, new GetVPRevisionFirstOrDefaultCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
3067
            }
3068
        }
3069
        
3070
        public void GetVPRevisionFirstOrDefaultAsync(string ProjectNo, string DocumentId) {
3071
            this.GetVPRevisionFirstOrDefaultAsync(ProjectNo, DocumentId, null);
3072
        }
3073
        
3074
        public void GetVPRevisionFirstOrDefaultAsync(string ProjectNo, string DocumentId, object userState) {
3075
            if ((this.onBeginGetVPRevisionFirstOrDefaultDelegate == null)) {
3076
                this.onBeginGetVPRevisionFirstOrDefaultDelegate = new BeginOperationDelegate(this.OnBeginGetVPRevisionFirstOrDefault);
3077
            }
3078
            if ((this.onEndGetVPRevisionFirstOrDefaultDelegate == null)) {
3079
                this.onEndGetVPRevisionFirstOrDefaultDelegate = new EndOperationDelegate(this.OnEndGetVPRevisionFirstOrDefault);
3080
            }
3081
            if ((this.onGetVPRevisionFirstOrDefaultCompletedDelegate == null)) {
3082
                this.onGetVPRevisionFirstOrDefaultCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetVPRevisionFirstOrDefaultCompleted);
3083
            }
3084
            base.InvokeAsync(this.onBeginGetVPRevisionFirstOrDefaultDelegate, new object[] {
3085
                        ProjectNo,
3086
                        DocumentId}, this.onEndGetVPRevisionFirstOrDefaultDelegate, this.onGetVPRevisionFirstOrDefaultCompletedDelegate, userState);
3087
        }
3088
        
3089
        public KCOMDataModel.DataModel.DOCINFO GetDocInfo(IKCOM.KCOM_BasicParam param) {
3090
            return base.Channel.GetDocInfo(param);
3091
        }
3092
        
3093
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
3094
        public System.IAsyncResult BeginGetDocInfo(IKCOM.KCOM_BasicParam param, System.AsyncCallback callback, object asyncState) {
3095
            return base.Channel.BeginGetDocInfo(param, callback, asyncState);
3096
        }
3097
        
3098
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
3099
        public KCOMDataModel.DataModel.DOCINFO EndGetDocInfo(System.IAsyncResult result) {
3100
            return base.Channel.EndGetDocInfo(result);
3101
        }
3102
        
3103
        private System.IAsyncResult OnBeginGetDocInfo(object[] inValues, System.AsyncCallback callback, object asyncState) {
3104
            IKCOM.KCOM_BasicParam param = ((IKCOM.KCOM_BasicParam)(inValues[0]));
3105
            return this.BeginGetDocInfo(param, callback, asyncState);
3106
        }
3107
        
3108
        private object[] OnEndGetDocInfo(System.IAsyncResult result) {
3109
            KCOMDataModel.DataModel.DOCINFO retVal = this.EndGetDocInfo(result);
3110
            return new object[] {
3111
                    retVal};
3112
        }
3113
        
3114
        private void OnGetDocInfoCompleted(object state) {
3115
            if ((this.GetDocInfoCompleted != null)) {
3116
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
3117
                this.GetDocInfoCompleted(this, new GetDocInfoCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
3118
            }
3119
        }
3120
        
3121
        public void GetDocInfoAsync(IKCOM.KCOM_BasicParam param) {
3122
            this.GetDocInfoAsync(param, null);
3123
        }
3124
        
3125
        public void GetDocInfoAsync(IKCOM.KCOM_BasicParam param, object userState) {
3126
            if ((this.onBeginGetDocInfoDelegate == null)) {
3127
                this.onBeginGetDocInfoDelegate = new BeginOperationDelegate(this.OnBeginGetDocInfo);
3128
            }
3129
            if ((this.onEndGetDocInfoDelegate == null)) {
3130
                this.onEndGetDocInfoDelegate = new EndOperationDelegate(this.OnEndGetDocInfo);
3131
            }
3132
            if ((this.onGetDocInfoCompletedDelegate == null)) {
3133
                this.onGetDocInfoCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetDocInfoCompleted);
3134
            }
3135
            base.InvokeAsync(this.onBeginGetDocInfoDelegate, new object[] {
3136
                        param}, this.onEndGetDocInfoDelegate, this.onGetDocInfoCompletedDelegate, userState);
3137
        }
3138
        
3139
        public bool GetCheckSystemAdmin(string UserID) {
3140
            return base.Channel.GetCheckSystemAdmin(UserID);
3141
        }
3142
        
3143
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
3144
        public System.IAsyncResult BeginGetCheckSystemAdmin(string UserID, System.AsyncCallback callback, object asyncState) {
3145
            return base.Channel.BeginGetCheckSystemAdmin(UserID, callback, asyncState);
3146
        }
3147
        
3148
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
3149
        public bool EndGetCheckSystemAdmin(System.IAsyncResult result) {
3150
            return base.Channel.EndGetCheckSystemAdmin(result);
3151
        }
3152
        
3153
        private System.IAsyncResult OnBeginGetCheckSystemAdmin(object[] inValues, System.AsyncCallback callback, object asyncState) {
3154
            string UserID = ((string)(inValues[0]));
3155
            return this.BeginGetCheckSystemAdmin(UserID, callback, asyncState);
3156
        }
3157
        
3158
        private object[] OnEndGetCheckSystemAdmin(System.IAsyncResult result) {
3159
            bool retVal = this.EndGetCheckSystemAdmin(result);
3160
            return new object[] {
3161
                    retVal};
3162
        }
3163
        
3164
        private void OnGetCheckSystemAdminCompleted(object state) {
3165
            if ((this.GetCheckSystemAdminCompleted != null)) {
3166
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
3167
                this.GetCheckSystemAdminCompleted(this, new GetCheckSystemAdminCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
3168
            }
3169
        }
3170
        
3171
        public void GetCheckSystemAdminAsync(string UserID) {
3172
            this.GetCheckSystemAdminAsync(UserID, null);
3173
        }
3174
        
3175
        public void GetCheckSystemAdminAsync(string UserID, object userState) {
3176
            if ((this.onBeginGetCheckSystemAdminDelegate == null)) {
3177
                this.onBeginGetCheckSystemAdminDelegate = new BeginOperationDelegate(this.OnBeginGetCheckSystemAdmin);
3178
            }
3179
            if ((this.onEndGetCheckSystemAdminDelegate == null)) {
3180
                this.onEndGetCheckSystemAdminDelegate = new EndOperationDelegate(this.OnEndGetCheckSystemAdmin);
3181
            }
3182
            if ((this.onGetCheckSystemAdminCompletedDelegate == null)) {
3183
                this.onGetCheckSystemAdminCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetCheckSystemAdminCompleted);
3184
            }
3185
            base.InvokeAsync(this.onBeginGetCheckSystemAdminDelegate, new object[] {
3186
                        UserID}, this.onEndGetCheckSystemAdminDelegate, this.onGetCheckSystemAdminCompletedDelegate, userState);
3187
        }
3188
        
3189
        public KCOMDataModel.DataModel.DOCUMENT_ITEM GetDocumentItemInfo(IKCOM.KCOM_BasicParam param) {
3190
            return base.Channel.GetDocumentItemInfo(param);
3191
        }
3192
        
3193
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
3194
        public System.IAsyncResult BeginGetDocumentItemInfo(IKCOM.KCOM_BasicParam param, System.AsyncCallback callback, object asyncState) {
3195
            return base.Channel.BeginGetDocumentItemInfo(param, callback, asyncState);
3196
        }
3197
        
3198
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
3199
        public KCOMDataModel.DataModel.DOCUMENT_ITEM EndGetDocumentItemInfo(System.IAsyncResult result) {
3200
            return base.Channel.EndGetDocumentItemInfo(result);
3201
        }
3202
        
3203
        private System.IAsyncResult OnBeginGetDocumentItemInfo(object[] inValues, System.AsyncCallback callback, object asyncState) {
3204
            IKCOM.KCOM_BasicParam param = ((IKCOM.KCOM_BasicParam)(inValues[0]));
3205
            return this.BeginGetDocumentItemInfo(param, callback, asyncState);
3206
        }
3207
        
3208
        private object[] OnEndGetDocumentItemInfo(System.IAsyncResult result) {
3209
            KCOMDataModel.DataModel.DOCUMENT_ITEM retVal = this.EndGetDocumentItemInfo(result);
3210
            return new object[] {
3211
                    retVal};
3212
        }
3213
        
3214
        private void OnGetDocumentItemInfoCompleted(object state) {
3215
            if ((this.GetDocumentItemInfoCompleted != null)) {
3216
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
3217
                this.GetDocumentItemInfoCompleted(this, new GetDocumentItemInfoCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
3218
            }
3219
        }
3220
        
3221
        public void GetDocumentItemInfoAsync(IKCOM.KCOM_BasicParam param) {
3222
            this.GetDocumentItemInfoAsync(param, null);
3223
        }
3224
        
3225
        public void GetDocumentItemInfoAsync(IKCOM.KCOM_BasicParam param, object userState) {
3226
            if ((this.onBeginGetDocumentItemInfoDelegate == null)) {
3227
                this.onBeginGetDocumentItemInfoDelegate = new BeginOperationDelegate(this.OnBeginGetDocumentItemInfo);
3228
            }
3229
            if ((this.onEndGetDocumentItemInfoDelegate == null)) {
3230
                this.onEndGetDocumentItemInfoDelegate = new EndOperationDelegate(this.OnEndGetDocumentItemInfo);
3231
            }
3232
            if ((this.onGetDocumentItemInfoCompletedDelegate == null)) {
3233
                this.onGetDocumentItemInfoCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetDocumentItemInfoCompleted);
3234
            }
3235
            base.InvokeAsync(this.onBeginGetDocumentItemInfoDelegate, new object[] {
3236
                        param}, this.onEndGetDocumentItemInfoDelegate, this.onGetDocumentItemInfoCompletedDelegate, userState);
3237
        }
3238
        
3239
        public System.Collections.Generic.List<IKCOM.MarkupInfoItem> GetMarkupInfoItems(string ProjectNo, string DocInfoId) {
3240
            return base.Channel.GetMarkupInfoItems(ProjectNo, DocInfoId);
3241
        }
3242
        
3243
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
3244
        public System.IAsyncResult BeginGetMarkupInfoItems(string ProjectNo, string DocInfoId, System.AsyncCallback callback, object asyncState) {
3245
            return base.Channel.BeginGetMarkupInfoItems(ProjectNo, DocInfoId, callback, asyncState);
3246
        }
3247
        
3248
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
3249
        public System.Collections.Generic.List<IKCOM.MarkupInfoItem> EndGetMarkupInfoItems(System.IAsyncResult result) {
3250
            return base.Channel.EndGetMarkupInfoItems(result);
3251
        }
3252
        
3253
        private System.IAsyncResult OnBeginGetMarkupInfoItems(object[] inValues, System.AsyncCallback callback, object asyncState) {
3254
            string ProjectNo = ((string)(inValues[0]));
3255
            string DocInfoId = ((string)(inValues[1]));
3256
            return this.BeginGetMarkupInfoItems(ProjectNo, DocInfoId, callback, asyncState);
3257
        }
3258
        
3259
        private object[] OnEndGetMarkupInfoItems(System.IAsyncResult result) {
3260
            System.Collections.Generic.List<IKCOM.MarkupInfoItem> retVal = this.EndGetMarkupInfoItems(result);
3261
            return new object[] {
3262
                    retVal};
3263
        }
3264
        
3265
        private void OnGetMarkupInfoItemsCompleted(object state) {
3266
            if ((this.GetMarkupInfoItemsCompleted != null)) {
3267
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
3268
                this.GetMarkupInfoItemsCompleted(this, new GetMarkupInfoItemsCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
3269
            }
3270
        }
3271
        
3272
        public void GetMarkupInfoItemsAsync(string ProjectNo, string DocInfoId) {
3273
            this.GetMarkupInfoItemsAsync(ProjectNo, DocInfoId, null);
3274
        }
3275
        
3276
        public void GetMarkupInfoItemsAsync(string ProjectNo, string DocInfoId, object userState) {
3277
            if ((this.onBeginGetMarkupInfoItemsDelegate == null)) {
3278
                this.onBeginGetMarkupInfoItemsDelegate = new BeginOperationDelegate(this.OnBeginGetMarkupInfoItems);
3279
            }
3280
            if ((this.onEndGetMarkupInfoItemsDelegate == null)) {
3281
                this.onEndGetMarkupInfoItemsDelegate = new EndOperationDelegate(this.OnEndGetMarkupInfoItems);
3282
            }
3283
            if ((this.onGetMarkupInfoItemsCompletedDelegate == null)) {
3284
                this.onGetMarkupInfoItemsCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetMarkupInfoItemsCompleted);
3285
            }
3286
            base.InvokeAsync(this.onBeginGetMarkupInfoItemsDelegate, new object[] {
3287
                        ProjectNo,
3288
                        DocInfoId}, this.onEndGetMarkupInfoItemsDelegate, this.onGetMarkupInfoItemsCompletedDelegate, userState);
3289
        }
3290
        
3291
        public System.Collections.Generic.List<IKCOM.MarkupInfoItem> GetSyncMarkupInfoItems(string ProjectNo, string DocInfoId, string currentUser) {
3292
            return base.Channel.GetSyncMarkupInfoItems(ProjectNo, DocInfoId, currentUser);
3293
        }
3294
        
3295
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
3296
        public System.IAsyncResult BeginGetSyncMarkupInfoItems(string ProjectNo, string DocInfoId, string currentUser, System.AsyncCallback callback, object asyncState) {
3297
            return base.Channel.BeginGetSyncMarkupInfoItems(ProjectNo, DocInfoId, currentUser, callback, asyncState);
3298
        }
3299
        
3300
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
3301
        public System.Collections.Generic.List<IKCOM.MarkupInfoItem> EndGetSyncMarkupInfoItems(System.IAsyncResult result) {
3302
            return base.Channel.EndGetSyncMarkupInfoItems(result);
3303
        }
3304
        
3305
        private System.IAsyncResult OnBeginGetSyncMarkupInfoItems(object[] inValues, System.AsyncCallback callback, object asyncState) {
3306
            string ProjectNo = ((string)(inValues[0]));
3307
            string DocInfoId = ((string)(inValues[1]));
3308
            string currentUser = ((string)(inValues[2]));
3309
            return this.BeginGetSyncMarkupInfoItems(ProjectNo, DocInfoId, currentUser, callback, asyncState);
3310
        }
3311
        
3312
        private object[] OnEndGetSyncMarkupInfoItems(System.IAsyncResult result) {
3313
            System.Collections.Generic.List<IKCOM.MarkupInfoItem> retVal = this.EndGetSyncMarkupInfoItems(result);
3314
            return new object[] {
3315
                    retVal};
3316
        }
3317
        
3318
        private void OnGetSyncMarkupInfoItemsCompleted(object state) {
3319
            if ((this.GetSyncMarkupInfoItemsCompleted != null)) {
3320
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
3321
                this.GetSyncMarkupInfoItemsCompleted(this, new GetSyncMarkupInfoItemsCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
3322
            }
3323
        }
3324
        
3325
        public void GetSyncMarkupInfoItemsAsync(string ProjectNo, string DocInfoId, string currentUser) {
3326
            this.GetSyncMarkupInfoItemsAsync(ProjectNo, DocInfoId, currentUser, null);
3327
        }
3328
        
3329
        public void GetSyncMarkupInfoItemsAsync(string ProjectNo, string DocInfoId, string currentUser, object userState) {
3330
            if ((this.onBeginGetSyncMarkupInfoItemsDelegate == null)) {
3331
                this.onBeginGetSyncMarkupInfoItemsDelegate = new BeginOperationDelegate(this.OnBeginGetSyncMarkupInfoItems);
3332
            }
3333
            if ((this.onEndGetSyncMarkupInfoItemsDelegate == null)) {
3334
                this.onEndGetSyncMarkupInfoItemsDelegate = new EndOperationDelegate(this.OnEndGetSyncMarkupInfoItems);
3335
            }
3336
            if ((this.onGetSyncMarkupInfoItemsCompletedDelegate == null)) {
3337
                this.onGetSyncMarkupInfoItemsCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetSyncMarkupInfoItemsCompleted);
3338
            }
3339
            base.InvokeAsync(this.onBeginGetSyncMarkupInfoItemsDelegate, new object[] {
3340
                        ProjectNo,
3341
                        DocInfoId,
3342
                        currentUser}, this.onEndGetSyncMarkupInfoItemsDelegate, this.onGetSyncMarkupInfoItemsCompletedDelegate, userState);
3343
        }
3344
        
3345
        public System.Collections.Generic.List<KCOMDataModel.DataModel.MEMBER> GetUserData(string ProjectNo, string UserID) {
3346
            return base.Channel.GetUserData(ProjectNo, UserID);
3347
        }
3348
        
3349
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
3350
        public System.IAsyncResult BeginGetUserData(string ProjectNo, string UserID, System.AsyncCallback callback, object asyncState) {
3351
            return base.Channel.BeginGetUserData(ProjectNo, UserID, callback, asyncState);
3352
        }
3353
        
3354
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
3355
        public System.Collections.Generic.List<KCOMDataModel.DataModel.MEMBER> EndGetUserData(System.IAsyncResult result) {
3356
            return base.Channel.EndGetUserData(result);
3357
        }
3358
        
3359
        private System.IAsyncResult OnBeginGetUserData(object[] inValues, System.AsyncCallback callback, object asyncState) {
3360
            string ProjectNo = ((string)(inValues[0]));
3361
            string UserID = ((string)(inValues[1]));
3362
            return this.BeginGetUserData(ProjectNo, UserID, callback, asyncState);
3363
        }
3364
        
3365
        private object[] OnEndGetUserData(System.IAsyncResult result) {
3366
            System.Collections.Generic.List<KCOMDataModel.DataModel.MEMBER> retVal = this.EndGetUserData(result);
3367
            return new object[] {
3368
                    retVal};
3369
        }
3370
        
3371
        private void OnGetUserDataCompleted(object state) {
3372
            if ((this.GetUserDataCompleted != null)) {
3373
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
3374
                this.GetUserDataCompleted(this, new GetUserDataCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
3375
            }
3376
        }
3377
        
3378
        public void GetUserDataAsync(string ProjectNo, string UserID) {
3379
            this.GetUserDataAsync(ProjectNo, UserID, null);
3380
        }
3381
        
3382
        public void GetUserDataAsync(string ProjectNo, string UserID, object userState) {
3383
            if ((this.onBeginGetUserDataDelegate == null)) {
3384
                this.onBeginGetUserDataDelegate = new BeginOperationDelegate(this.OnBeginGetUserData);
3385
            }
3386
            if ((this.onEndGetUserDataDelegate == null)) {
3387
                this.onEndGetUserDataDelegate = new EndOperationDelegate(this.OnEndGetUserData);
3388
            }
3389
            if ((this.onGetUserDataCompletedDelegate == null)) {
3390
                this.onGetUserDataCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetUserDataCompleted);
3391
            }
3392
            base.InvokeAsync(this.onBeginGetUserDataDelegate, new object[] {
3393
                        ProjectNo,
3394
                        UserID}, this.onEndGetUserDataDelegate, this.onGetUserDataCompletedDelegate, userState);
3395
        }
3396
        
3397
        public System.Collections.Generic.List<string> GetDeptData(string UserDept) {
3398
            return base.Channel.GetDeptData(UserDept);
3399
        }
3400
        
3401
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
3402
        public System.IAsyncResult BeginGetDeptData(string UserDept, System.AsyncCallback callback, object asyncState) {
3403
            return base.Channel.BeginGetDeptData(UserDept, callback, asyncState);
3404
        }
3405
        
3406
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
3407
        public System.Collections.Generic.List<string> EndGetDeptData(System.IAsyncResult result) {
3408
            return base.Channel.EndGetDeptData(result);
3409
        }
3410
        
3411
        private System.IAsyncResult OnBeginGetDeptData(object[] inValues, System.AsyncCallback callback, object asyncState) {
3412
            string UserDept = ((string)(inValues[0]));
3413
            return this.BeginGetDeptData(UserDept, callback, asyncState);
3414
        }
3415
        
3416
        private object[] OnEndGetDeptData(System.IAsyncResult result) {
3417
            System.Collections.Generic.List<string> retVal = this.EndGetDeptData(result);
3418
            return new object[] {
3419
                    retVal};
3420
        }
3421
        
3422
        private void OnGetDeptDataCompleted(object state) {
3423
            if ((this.GetDeptDataCompleted != null)) {
3424
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
3425
                this.GetDeptDataCompleted(this, new GetDeptDataCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
3426
            }
3427
        }
3428
        
3429
        public void GetDeptDataAsync(string UserDept) {
3430
            this.GetDeptDataAsync(UserDept, null);
3431
        }
3432
        
3433
        public void GetDeptDataAsync(string UserDept, object userState) {
3434
            if ((this.onBeginGetDeptDataDelegate == null)) {
3435
                this.onBeginGetDeptDataDelegate = new BeginOperationDelegate(this.OnBeginGetDeptData);
3436
            }
3437
            if ((this.onEndGetDeptDataDelegate == null)) {
3438
                this.onEndGetDeptDataDelegate = new EndOperationDelegate(this.OnEndGetDeptData);
3439
            }
3440
            if ((this.onGetDeptDataCompletedDelegate == null)) {
3441
                this.onGetDeptDataCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetDeptDataCompleted);
3442
            }
3443
            base.InvokeAsync(this.onBeginGetDeptDataDelegate, new object[] {
3444
                        UserDept}, this.onEndGetDeptDataDelegate, this.onGetDeptDataCompletedDelegate, userState);
3445
        }
3446
        
3447
        public bool DeleteMarkup(string ProjectNo, string MarkupInfoID) {
3448
            return base.Channel.DeleteMarkup(ProjectNo, MarkupInfoID);
3449
        }
3450
        
3451
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
3452
        public System.IAsyncResult BeginDeleteMarkup(string ProjectNo, string MarkupInfoID, System.AsyncCallback callback, object asyncState) {
3453
            return base.Channel.BeginDeleteMarkup(ProjectNo, MarkupInfoID, callback, asyncState);
3454
        }
3455
        
3456
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
3457
        public bool EndDeleteMarkup(System.IAsyncResult result) {
3458
            return base.Channel.EndDeleteMarkup(result);
3459
        }
3460
        
3461
        private System.IAsyncResult OnBeginDeleteMarkup(object[] inValues, System.AsyncCallback callback, object asyncState) {
3462
            string ProjectNo = ((string)(inValues[0]));
3463
            string MarkupInfoID = ((string)(inValues[1]));
3464
            return this.BeginDeleteMarkup(ProjectNo, MarkupInfoID, callback, asyncState);
3465
        }
3466
        
3467
        private object[] OnEndDeleteMarkup(System.IAsyncResult result) {
3468
            bool retVal = this.EndDeleteMarkup(result);
3469
            return new object[] {
3470
                    retVal};
3471
        }
3472
        
3473
        private void OnDeleteMarkupCompleted(object state) {
3474
            if ((this.DeleteMarkupCompleted != null)) {
3475
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
3476
                this.DeleteMarkupCompleted(this, new DeleteMarkupCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
3477
            }
3478
        }
3479
        
3480
        public void DeleteMarkupAsync(string ProjectNo, string MarkupInfoID) {
3481
            this.DeleteMarkupAsync(ProjectNo, MarkupInfoID, null);
3482
        }
3483
        
3484
        public void DeleteMarkupAsync(string ProjectNo, string MarkupInfoID, object userState) {
3485
            if ((this.onBeginDeleteMarkupDelegate == null)) {
3486
                this.onBeginDeleteMarkupDelegate = new BeginOperationDelegate(this.OnBeginDeleteMarkup);
3487
            }
3488
            if ((this.onEndDeleteMarkupDelegate == null)) {
3489
                this.onEndDeleteMarkupDelegate = new EndOperationDelegate(this.OnEndDeleteMarkup);
3490
            }
3491
            if ((this.onDeleteMarkupCompletedDelegate == null)) {
3492
                this.onDeleteMarkupCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnDeleteMarkupCompleted);
3493
            }
3494
            base.InvokeAsync(this.onBeginDeleteMarkupDelegate, new object[] {
3495
                        ProjectNo,
3496
                        MarkupInfoID}, this.onEndDeleteMarkupDelegate, this.onDeleteMarkupCompletedDelegate, userState);
3497
        }
3498
        
3499
        public bool SetFavoriteVP(string prjNo, string userID, string groupNo, string docNo, string rev, int SavePageNo, string documentItemID, string VPDescription, IKCOM.FAVORITE_FLAG flag) {
3500
            return base.Channel.SetFavoriteVP(prjNo, userID, groupNo, docNo, rev, SavePageNo, documentItemID, VPDescription, flag);
3501
        }
3502
        
3503
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
3504
        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) {
3505
            return base.Channel.BeginSetFavoriteVP(prjNo, userID, groupNo, docNo, rev, SavePageNo, documentItemID, VPDescription, flag, callback, asyncState);
3506
        }
3507
        
3508
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
3509
        public bool EndSetFavoriteVP(System.IAsyncResult result) {
3510
            return base.Channel.EndSetFavoriteVP(result);
3511
        }
3512
        
3513
        private System.IAsyncResult OnBeginSetFavoriteVP(object[] inValues, System.AsyncCallback callback, object asyncState) {
3514
            string prjNo = ((string)(inValues[0]));
3515
            string userID = ((string)(inValues[1]));
3516
            string groupNo = ((string)(inValues[2]));
3517
            string docNo = ((string)(inValues[3]));
3518
            string rev = ((string)(inValues[4]));
3519
            int SavePageNo = ((int)(inValues[5]));
3520
            string documentItemID = ((string)(inValues[6]));
3521
            string VPDescription = ((string)(inValues[7]));
3522
            IKCOM.FAVORITE_FLAG flag = ((IKCOM.FAVORITE_FLAG)(inValues[8]));
3523
            return this.BeginSetFavoriteVP(prjNo, userID, groupNo, docNo, rev, SavePageNo, documentItemID, VPDescription, flag, callback, asyncState);
3524
        }
3525
        
3526
        private object[] OnEndSetFavoriteVP(System.IAsyncResult result) {
3527
            bool retVal = this.EndSetFavoriteVP(result);
3528
            return new object[] {
3529
                    retVal};
3530
        }
3531
        
3532
        private void OnSetFavoriteVPCompleted(object state) {
3533
            if ((this.SetFavoriteVPCompleted != null)) {
3534
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
3535
                this.SetFavoriteVPCompleted(this, new SetFavoriteVPCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
3536
            }
3537
        }
3538
        
3539
        public void SetFavoriteVPAsync(string prjNo, string userID, string groupNo, string docNo, string rev, int SavePageNo, string documentItemID, string VPDescription, IKCOM.FAVORITE_FLAG flag) {
3540
            this.SetFavoriteVPAsync(prjNo, userID, groupNo, docNo, rev, SavePageNo, documentItemID, VPDescription, flag, null);
3541
        }
3542
        
3543
        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) {
3544
            if ((this.onBeginSetFavoriteVPDelegate == null)) {
3545
                this.onBeginSetFavoriteVPDelegate = new BeginOperationDelegate(this.OnBeginSetFavoriteVP);
3546
            }
3547
            if ((this.onEndSetFavoriteVPDelegate == null)) {
3548
                this.onEndSetFavoriteVPDelegate = new EndOperationDelegate(this.OnEndSetFavoriteVP);
3549
            }
3550
            if ((this.onSetFavoriteVPCompletedDelegate == null)) {
3551
                this.onSetFavoriteVPCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnSetFavoriteVPCompleted);
3552
            }
3553
            base.InvokeAsync(this.onBeginSetFavoriteVPDelegate, new object[] {
3554
                        prjNo,
3555
                        userID,
3556
                        groupNo,
3557
                        docNo,
3558
                        rev,
3559
                        SavePageNo,
3560
                        documentItemID,
3561
                        VPDescription,
3562
                        flag}, this.onEndSetFavoriteVPDelegate, this.onSetFavoriteVPCompletedDelegate, userState);
3563
        }
3564
        
3565
        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) {
3566
            return base.Channel.SaveMarkupData(UserState, project_no, doc_id, user_id, mlmarkup_data);
3567
        }
3568
        
3569
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
3570
        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) {
3571
            return base.Channel.BeginSaveMarkupData(UserState, project_no, doc_id, user_id, mlmarkup_data, callback, asyncState);
3572
        }
3573
        
3574
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
3575
        public bool EndSaveMarkupData(System.IAsyncResult result) {
3576
            return base.Channel.EndSaveMarkupData(result);
3577
        }
3578
        
3579
        private System.IAsyncResult OnBeginSaveMarkupData(object[] inValues, System.AsyncCallback callback, object asyncState) {
3580
            IKCOM.MarkupInfoItem UserState = ((IKCOM.MarkupInfoItem)(inValues[0]));
3581
            string project_no = ((string)(inValues[1]));
3582
            string doc_id = ((string)(inValues[2]));
3583
            string user_id = ((string)(inValues[3]));
3584
            System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_DATA> mlmarkup_data = ((System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_DATA>)(inValues[4]));
3585
            return this.BeginSaveMarkupData(UserState, project_no, doc_id, user_id, mlmarkup_data, callback, asyncState);
3586
        }
3587
        
3588
        private object[] OnEndSaveMarkupData(System.IAsyncResult result) {
3589
            bool retVal = this.EndSaveMarkupData(result);
3590
            return new object[] {
3591
                    retVal};
3592
        }
3593
        
3594
        private void OnSaveMarkupDataCompleted(object state) {
3595
            if ((this.SaveMarkupDataCompleted != null)) {
3596
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
3597
                this.SaveMarkupDataCompleted(this, new SaveMarkupDataCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
3598
            }
3599
        }
3600
        
3601
        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) {
3602
            this.SaveMarkupDataAsync(UserState, project_no, doc_id, user_id, mlmarkup_data, null);
3603
        }
3604
        
3605
        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) {
3606
            if ((this.onBeginSaveMarkupDataDelegate == null)) {
3607
                this.onBeginSaveMarkupDataDelegate = new BeginOperationDelegate(this.OnBeginSaveMarkupData);
3608
            }
3609
            if ((this.onEndSaveMarkupDataDelegate == null)) {
3610
                this.onEndSaveMarkupDataDelegate = new EndOperationDelegate(this.OnEndSaveMarkupData);
3611
            }
3612
            if ((this.onSaveMarkupDataCompletedDelegate == null)) {
3613
                this.onSaveMarkupDataCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnSaveMarkupDataCompleted);
3614
            }
3615
            base.InvokeAsync(this.onBeginSaveMarkupDataDelegate, new object[] {
3616
                        UserState,
3617
                        project_no,
3618
                        doc_id,
3619
                        user_id,
3620
                        mlmarkup_data}, this.onEndSaveMarkupDataDelegate, this.onSaveMarkupDataCompletedDelegate, userState1);
3621
        }
3622
        
3623 53880c83 ljiyeon
        public long AddMarkupDataGroup(KCOMDataModel.DataModel.MARKUP_DATA_GROUP mARKUP_DATA_GROUP, string ProjectNo) {
3624
            return base.Channel.AddMarkupDataGroup(mARKUP_DATA_GROUP, ProjectNo);
3625
        }
3626
        
3627
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
3628
        public System.IAsyncResult BeginAddMarkupDataGroup(KCOMDataModel.DataModel.MARKUP_DATA_GROUP mARKUP_DATA_GROUP, string ProjectNo, System.AsyncCallback callback, object asyncState) {
3629
            return base.Channel.BeginAddMarkupDataGroup(mARKUP_DATA_GROUP, ProjectNo, callback, asyncState);
3630
        }
3631
        
3632
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
3633
        public long EndAddMarkupDataGroup(System.IAsyncResult result) {
3634
            return base.Channel.EndAddMarkupDataGroup(result);
3635
        }
3636
        
3637
        private System.IAsyncResult OnBeginAddMarkupDataGroup(object[] inValues, System.AsyncCallback callback, object asyncState) {
3638
            KCOMDataModel.DataModel.MARKUP_DATA_GROUP mARKUP_DATA_GROUP = ((KCOMDataModel.DataModel.MARKUP_DATA_GROUP)(inValues[0]));
3639
            string ProjectNo = ((string)(inValues[1]));
3640
            return this.BeginAddMarkupDataGroup(mARKUP_DATA_GROUP, ProjectNo, callback, asyncState);
3641
        }
3642
        
3643
        private object[] OnEndAddMarkupDataGroup(System.IAsyncResult result) {
3644
            long retVal = this.EndAddMarkupDataGroup(result);
3645
            return new object[] {
3646
                    retVal};
3647
        }
3648
        
3649
        private void OnAddMarkupDataGroupCompleted(object state) {
3650
            if ((this.AddMarkupDataGroupCompleted != null)) {
3651
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
3652
                this.AddMarkupDataGroupCompleted(this, new AddMarkupDataGroupCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
3653
            }
3654
        }
3655
        
3656
        public void AddMarkupDataGroupAsync(KCOMDataModel.DataModel.MARKUP_DATA_GROUP mARKUP_DATA_GROUP, string ProjectNo) {
3657
            this.AddMarkupDataGroupAsync(mARKUP_DATA_GROUP, ProjectNo, null);
3658
        }
3659
        
3660
        public void AddMarkupDataGroupAsync(KCOMDataModel.DataModel.MARKUP_DATA_GROUP mARKUP_DATA_GROUP, string ProjectNo, object userState) {
3661
            if ((this.onBeginAddMarkupDataGroupDelegate == null)) {
3662
                this.onBeginAddMarkupDataGroupDelegate = new BeginOperationDelegate(this.OnBeginAddMarkupDataGroup);
3663
            }
3664
            if ((this.onEndAddMarkupDataGroupDelegate == null)) {
3665
                this.onEndAddMarkupDataGroupDelegate = new EndOperationDelegate(this.OnEndAddMarkupDataGroup);
3666
            }
3667
            if ((this.onAddMarkupDataGroupCompletedDelegate == null)) {
3668
                this.onAddMarkupDataGroupCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnAddMarkupDataGroupCompleted);
3669
            }
3670
            base.InvokeAsync(this.onBeginAddMarkupDataGroupDelegate, new object[] {
3671
                        mARKUP_DATA_GROUP,
3672
                        ProjectNo}, this.onEndAddMarkupDataGroupDelegate, this.onAddMarkupDataGroupCompletedDelegate, userState);
3673
        }
3674
        
3675
        public bool UpdateMarkupDataGroup(long Group_ID, string ProjectNo) {
3676
            return base.Channel.UpdateMarkupDataGroup(Group_ID, ProjectNo);
3677
        }
3678
        
3679
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
3680
        public System.IAsyncResult BeginUpdateMarkupDataGroup(long Group_ID, string ProjectNo, System.AsyncCallback callback, object asyncState) {
3681
            return base.Channel.BeginUpdateMarkupDataGroup(Group_ID, ProjectNo, callback, asyncState);
3682
        }
3683
        
3684
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
3685
        public bool EndUpdateMarkupDataGroup(System.IAsyncResult result) {
3686
            return base.Channel.EndUpdateMarkupDataGroup(result);
3687
        }
3688
        
3689
        private System.IAsyncResult OnBeginUpdateMarkupDataGroup(object[] inValues, System.AsyncCallback callback, object asyncState) {
3690
            long Group_ID = ((long)(inValues[0]));
3691
            string ProjectNo = ((string)(inValues[1]));
3692
            return this.BeginUpdateMarkupDataGroup(Group_ID, ProjectNo, callback, asyncState);
3693
        }
3694
        
3695
        private object[] OnEndUpdateMarkupDataGroup(System.IAsyncResult result) {
3696
            bool retVal = this.EndUpdateMarkupDataGroup(result);
3697
            return new object[] {
3698
                    retVal};
3699
        }
3700
        
3701
        private void OnUpdateMarkupDataGroupCompleted(object state) {
3702
            if ((this.UpdateMarkupDataGroupCompleted != null)) {
3703
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
3704
                this.UpdateMarkupDataGroupCompleted(this, new UpdateMarkupDataGroupCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
3705
            }
3706
        }
3707
        
3708
        public void UpdateMarkupDataGroupAsync(long Group_ID, string ProjectNo) {
3709
            this.UpdateMarkupDataGroupAsync(Group_ID, ProjectNo, null);
3710
        }
3711
        
3712
        public void UpdateMarkupDataGroupAsync(long Group_ID, string ProjectNo, object userState) {
3713
            if ((this.onBeginUpdateMarkupDataGroupDelegate == null)) {
3714
                this.onBeginUpdateMarkupDataGroupDelegate = new BeginOperationDelegate(this.OnBeginUpdateMarkupDataGroup);
3715
            }
3716
            if ((this.onEndUpdateMarkupDataGroupDelegate == null)) {
3717
                this.onEndUpdateMarkupDataGroupDelegate = new EndOperationDelegate(this.OnEndUpdateMarkupDataGroup);
3718
            }
3719
            if ((this.onUpdateMarkupDataGroupCompletedDelegate == null)) {
3720
                this.onUpdateMarkupDataGroupCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnUpdateMarkupDataGroupCompleted);
3721
            }
3722
            base.InvokeAsync(this.onBeginUpdateMarkupDataGroupDelegate, new object[] {
3723
                        Group_ID,
3724
                        ProjectNo}, this.onEndUpdateMarkupDataGroupDelegate, this.onUpdateMarkupDataGroupCompletedDelegate, userState);
3725
        }
3726
        
3727
        public bool UpdateMarkupData(string CommentID, long Group_ID, string ProjectNo) {
3728
            return base.Channel.UpdateMarkupData(CommentID, Group_ID, ProjectNo);
3729
        }
3730
        
3731
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
3732
        public System.IAsyncResult BeginUpdateMarkupData(string CommentID, long Group_ID, string ProjectNo, System.AsyncCallback callback, object asyncState) {
3733
            return base.Channel.BeginUpdateMarkupData(CommentID, Group_ID, ProjectNo, callback, asyncState);
3734
        }
3735
        
3736
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
3737
        public bool EndUpdateMarkupData(System.IAsyncResult result) {
3738
            return base.Channel.EndUpdateMarkupData(result);
3739
        }
3740
        
3741
        private System.IAsyncResult OnBeginUpdateMarkupData(object[] inValues, System.AsyncCallback callback, object asyncState) {
3742
            string CommentID = ((string)(inValues[0]));
3743
            long Group_ID = ((long)(inValues[1]));
3744
            string ProjectNo = ((string)(inValues[2]));
3745
            return this.BeginUpdateMarkupData(CommentID, Group_ID, ProjectNo, callback, asyncState);
3746
        }
3747
        
3748
        private object[] OnEndUpdateMarkupData(System.IAsyncResult result) {
3749
            bool retVal = this.EndUpdateMarkupData(result);
3750
            return new object[] {
3751
                    retVal};
3752
        }
3753
        
3754
        private void OnUpdateMarkupDataCompleted(object state) {
3755
            if ((this.UpdateMarkupDataCompleted != null)) {
3756
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
3757
                this.UpdateMarkupDataCompleted(this, new UpdateMarkupDataCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
3758
            }
3759
        }
3760
        
3761
        public void UpdateMarkupDataAsync(string CommentID, long Group_ID, string ProjectNo) {
3762
            this.UpdateMarkupDataAsync(CommentID, Group_ID, ProjectNo, null);
3763
        }
3764
        
3765
        public void UpdateMarkupDataAsync(string CommentID, long Group_ID, string ProjectNo, object userState) {
3766
            if ((this.onBeginUpdateMarkupDataDelegate == null)) {
3767
                this.onBeginUpdateMarkupDataDelegate = new BeginOperationDelegate(this.OnBeginUpdateMarkupData);
3768
            }
3769
            if ((this.onEndUpdateMarkupDataDelegate == null)) {
3770
                this.onEndUpdateMarkupDataDelegate = new EndOperationDelegate(this.OnEndUpdateMarkupData);
3771
            }
3772
            if ((this.onUpdateMarkupDataCompletedDelegate == null)) {
3773
                this.onUpdateMarkupDataCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnUpdateMarkupDataCompleted);
3774
            }
3775
            base.InvokeAsync(this.onBeginUpdateMarkupDataDelegate, new object[] {
3776
                        CommentID,
3777
                        Group_ID,
3778
                        ProjectNo}, this.onEndUpdateMarkupDataDelegate, this.onUpdateMarkupDataCompletedDelegate, userState);
3779
        }
3780
        
3781 6c781c0c djkim
        public bool SaveSymbol(KCOMDataModel.DataModel.SYMBOL_PRIVATE symbol_private) {
3782
            return base.Channel.SaveSymbol(symbol_private);
3783
        }
3784
        
3785
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
3786
        public System.IAsyncResult BeginSaveSymbol(KCOMDataModel.DataModel.SYMBOL_PRIVATE symbol_private, System.AsyncCallback callback, object asyncState) {
3787
            return base.Channel.BeginSaveSymbol(symbol_private, callback, asyncState);
3788
        }
3789
        
3790
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
3791
        public bool EndSaveSymbol(System.IAsyncResult result) {
3792
            return base.Channel.EndSaveSymbol(result);
3793
        }
3794
        
3795
        private System.IAsyncResult OnBeginSaveSymbol(object[] inValues, System.AsyncCallback callback, object asyncState) {
3796
            KCOMDataModel.DataModel.SYMBOL_PRIVATE symbol_private = ((KCOMDataModel.DataModel.SYMBOL_PRIVATE)(inValues[0]));
3797
            return this.BeginSaveSymbol(symbol_private, callback, asyncState);
3798
        }
3799
        
3800
        private object[] OnEndSaveSymbol(System.IAsyncResult result) {
3801
            bool retVal = this.EndSaveSymbol(result);
3802
            return new object[] {
3803
                    retVal};
3804
        }
3805
        
3806
        private void OnSaveSymbolCompleted(object state) {
3807
            if ((this.SaveSymbolCompleted != null)) {
3808
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
3809
                this.SaveSymbolCompleted(this, new SaveSymbolCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
3810
            }
3811
        }
3812
        
3813
        public void SaveSymbolAsync(KCOMDataModel.DataModel.SYMBOL_PRIVATE symbol_private) {
3814
            this.SaveSymbolAsync(symbol_private, null);
3815
        }
3816
        
3817
        public void SaveSymbolAsync(KCOMDataModel.DataModel.SYMBOL_PRIVATE symbol_private, object userState) {
3818
            if ((this.onBeginSaveSymbolDelegate == null)) {
3819
                this.onBeginSaveSymbolDelegate = new BeginOperationDelegate(this.OnBeginSaveSymbol);
3820
            }
3821
            if ((this.onEndSaveSymbolDelegate == null)) {
3822
                this.onEndSaveSymbolDelegate = new EndOperationDelegate(this.OnEndSaveSymbol);
3823
            }
3824
            if ((this.onSaveSymbolCompletedDelegate == null)) {
3825
                this.onSaveSymbolCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnSaveSymbolCompleted);
3826
            }
3827
            base.InvokeAsync(this.onBeginSaveSymbolDelegate, new object[] {
3828
                        symbol_private}, this.onEndSaveSymbolDelegate, this.onSaveSymbolCompletedDelegate, userState);
3829
        }
3830
        
3831 498f0fc9 ljiyeon
        public bool AddPublicSymbol(KCOMDataModel.DataModel.SYMBOL_PUBLIC symbol) {
3832
            return base.Channel.AddPublicSymbol(symbol);
3833
        }
3834
        
3835
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
3836
        public System.IAsyncResult BeginAddPublicSymbol(KCOMDataModel.DataModel.SYMBOL_PUBLIC symbol, System.AsyncCallback callback, object asyncState) {
3837
            return base.Channel.BeginAddPublicSymbol(symbol, callback, asyncState);
3838
        }
3839
        
3840
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
3841
        public bool EndAddPublicSymbol(System.IAsyncResult result) {
3842
            return base.Channel.EndAddPublicSymbol(result);
3843
        }
3844
        
3845
        private System.IAsyncResult OnBeginAddPublicSymbol(object[] inValues, System.AsyncCallback callback, object asyncState) {
3846
            KCOMDataModel.DataModel.SYMBOL_PUBLIC symbol = ((KCOMDataModel.DataModel.SYMBOL_PUBLIC)(inValues[0]));
3847
            return this.BeginAddPublicSymbol(symbol, callback, asyncState);
3848
        }
3849
        
3850
        private object[] OnEndAddPublicSymbol(System.IAsyncResult result) {
3851
            bool retVal = this.EndAddPublicSymbol(result);
3852
            return new object[] {
3853
                    retVal};
3854
        }
3855
        
3856
        private void OnAddPublicSymbolCompleted(object state) {
3857
            if ((this.AddPublicSymbolCompleted != null)) {
3858
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
3859
                this.AddPublicSymbolCompleted(this, new AddPublicSymbolCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
3860
            }
3861
        }
3862
        
3863
        public void AddPublicSymbolAsync(KCOMDataModel.DataModel.SYMBOL_PUBLIC symbol) {
3864
            this.AddPublicSymbolAsync(symbol, null);
3865
        }
3866
        
3867
        public void AddPublicSymbolAsync(KCOMDataModel.DataModel.SYMBOL_PUBLIC symbol, object userState) {
3868
            if ((this.onBeginAddPublicSymbolDelegate == null)) {
3869
                this.onBeginAddPublicSymbolDelegate = new BeginOperationDelegate(this.OnBeginAddPublicSymbol);
3870
            }
3871
            if ((this.onEndAddPublicSymbolDelegate == null)) {
3872
                this.onEndAddPublicSymbolDelegate = new EndOperationDelegate(this.OnEndAddPublicSymbol);
3873
            }
3874
            if ((this.onAddPublicSymbolCompletedDelegate == null)) {
3875
                this.onAddPublicSymbolCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnAddPublicSymbolCompleted);
3876
            }
3877
            base.InvokeAsync(this.onBeginAddPublicSymbolDelegate, new object[] {
3878
                        symbol}, this.onEndAddPublicSymbolDelegate, this.onAddPublicSymbolCompletedDelegate, userState);
3879
        }
3880
        
3881
        public bool DeleteSymbol(string symbol_id, int type) {
3882
            return base.Channel.DeleteSymbol(symbol_id, type);
3883 6c781c0c djkim
        }
3884
        
3885
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
3886 498f0fc9 ljiyeon
        public System.IAsyncResult BeginDeleteSymbol(string symbol_id, int type, System.AsyncCallback callback, object asyncState) {
3887
            return base.Channel.BeginDeleteSymbol(symbol_id, type, callback, asyncState);
3888 6c781c0c djkim
        }
3889
        
3890
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
3891
        public bool EndDeleteSymbol(System.IAsyncResult result) {
3892
            return base.Channel.EndDeleteSymbol(result);
3893
        }
3894
        
3895
        private System.IAsyncResult OnBeginDeleteSymbol(object[] inValues, System.AsyncCallback callback, object asyncState) {
3896
            string symbol_id = ((string)(inValues[0]));
3897 498f0fc9 ljiyeon
            int type = ((int)(inValues[1]));
3898
            return this.BeginDeleteSymbol(symbol_id, type, callback, asyncState);
3899 6c781c0c djkim
        }
3900
        
3901
        private object[] OnEndDeleteSymbol(System.IAsyncResult result) {
3902
            bool retVal = this.EndDeleteSymbol(result);
3903
            return new object[] {
3904
                    retVal};
3905
        }
3906
        
3907
        private void OnDeleteSymbolCompleted(object state) {
3908
            if ((this.DeleteSymbolCompleted != null)) {
3909
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
3910
                this.DeleteSymbolCompleted(this, new DeleteSymbolCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
3911
            }
3912
        }
3913
        
3914 498f0fc9 ljiyeon
        public void DeleteSymbolAsync(string symbol_id, int type) {
3915
            this.DeleteSymbolAsync(symbol_id, type, null);
3916 6c781c0c djkim
        }
3917
        
3918 498f0fc9 ljiyeon
        public void DeleteSymbolAsync(string symbol_id, int type, object userState) {
3919 6c781c0c djkim
            if ((this.onBeginDeleteSymbolDelegate == null)) {
3920
                this.onBeginDeleteSymbolDelegate = new BeginOperationDelegate(this.OnBeginDeleteSymbol);
3921
            }
3922
            if ((this.onEndDeleteSymbolDelegate == null)) {
3923
                this.onEndDeleteSymbolDelegate = new EndOperationDelegate(this.OnEndDeleteSymbol);
3924
            }
3925
            if ((this.onDeleteSymbolCompletedDelegate == null)) {
3926
                this.onDeleteSymbolCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnDeleteSymbolCompleted);
3927
            }
3928
            base.InvokeAsync(this.onBeginDeleteSymbolDelegate, new object[] {
3929 498f0fc9 ljiyeon
                        symbol_id,
3930
                        type}, this.onEndDeleteSymbolDelegate, this.onDeleteSymbolCompletedDelegate, userState);
3931 6c781c0c djkim
        }
3932
        
3933 498f0fc9 ljiyeon
        public bool RenameSymbol(string symbol_id, string name, int type) {
3934
            return base.Channel.RenameSymbol(symbol_id, name, type);
3935 6c781c0c djkim
        }
3936
        
3937
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
3938 498f0fc9 ljiyeon
        public System.IAsyncResult BeginRenameSymbol(string symbol_id, string name, int type, System.AsyncCallback callback, object asyncState) {
3939
            return base.Channel.BeginRenameSymbol(symbol_id, name, type, callback, asyncState);
3940 6c781c0c djkim
        }
3941
        
3942
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
3943
        public bool EndRenameSymbol(System.IAsyncResult result) {
3944
            return base.Channel.EndRenameSymbol(result);
3945
        }
3946
        
3947
        private System.IAsyncResult OnBeginRenameSymbol(object[] inValues, System.AsyncCallback callback, object asyncState) {
3948
            string symbol_id = ((string)(inValues[0]));
3949
            string name = ((string)(inValues[1]));
3950 498f0fc9 ljiyeon
            int type = ((int)(inValues[2]));
3951
            return this.BeginRenameSymbol(symbol_id, name, type, callback, asyncState);
3952 6c781c0c djkim
        }
3953 787a4489 KangIngu
        
3954 6c781c0c djkim
        private object[] OnEndRenameSymbol(System.IAsyncResult result) {
3955
            bool retVal = this.EndRenameSymbol(result);
3956
            return new object[] {
3957
                    retVal};
3958
        }
3959 787a4489 KangIngu
        
3960 6c781c0c djkim
        private void OnRenameSymbolCompleted(object state) {
3961
            if ((this.RenameSymbolCompleted != null)) {
3962
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
3963
                this.RenameSymbolCompleted(this, new RenameSymbolCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
3964
            }
3965
        }
3966 787a4489 KangIngu
        
3967 498f0fc9 ljiyeon
        public void RenameSymbolAsync(string symbol_id, string name, int type) {
3968
            this.RenameSymbolAsync(symbol_id, name, type, null);
3969 6c781c0c djkim
        }
3970 787a4489 KangIngu
        
3971 498f0fc9 ljiyeon
        public void RenameSymbolAsync(string symbol_id, string name, int type, object userState) {
3972 6c781c0c djkim
            if ((this.onBeginRenameSymbolDelegate == null)) {
3973
                this.onBeginRenameSymbolDelegate = new BeginOperationDelegate(this.OnBeginRenameSymbol);
3974
            }
3975
            if ((this.onEndRenameSymbolDelegate == null)) {
3976
                this.onEndRenameSymbolDelegate = new EndOperationDelegate(this.OnEndRenameSymbol);
3977
            }
3978
            if ((this.onRenameSymbolCompletedDelegate == null)) {
3979
                this.onRenameSymbolCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnRenameSymbolCompleted);
3980
            }
3981
            base.InvokeAsync(this.onBeginRenameSymbolDelegate, new object[] {
3982
                        symbol_id,
3983 498f0fc9 ljiyeon
                        name,
3984
                        type}, this.onEndRenameSymbolDelegate, this.onRenameSymbolCompletedDelegate, userState);
3985 6c781c0c djkim
        }
3986 787a4489 KangIngu
        
3987 6c781c0c djkim
        public bool AddCheckListHistory(string project_no, KCOMDataModel.DataModel.CHECK_LIST_HISTORY Check_History) {
3988
            return base.Channel.AddCheckListHistory(project_no, Check_History);
3989
        }
3990 787a4489 KangIngu
        
3991 6c781c0c djkim
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
3992
        public System.IAsyncResult BeginAddCheckListHistory(string project_no, KCOMDataModel.DataModel.CHECK_LIST_HISTORY Check_History, System.AsyncCallback callback, object asyncState) {
3993
            return base.Channel.BeginAddCheckListHistory(project_no, Check_History, callback, asyncState);
3994
        }
3995 787a4489 KangIngu
        
3996 6c781c0c djkim
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
3997
        public bool EndAddCheckListHistory(System.IAsyncResult result) {
3998
            return base.Channel.EndAddCheckListHistory(result);
3999
        }
4000 787a4489 KangIngu
        
4001 6c781c0c djkim
        private System.IAsyncResult OnBeginAddCheckListHistory(object[] inValues, System.AsyncCallback callback, object asyncState) {
4002
            string project_no = ((string)(inValues[0]));
4003
            KCOMDataModel.DataModel.CHECK_LIST_HISTORY Check_History = ((KCOMDataModel.DataModel.CHECK_LIST_HISTORY)(inValues[1]));
4004
            return this.BeginAddCheckListHistory(project_no, Check_History, callback, asyncState);
4005
        }
4006 787a4489 KangIngu
        
4007 6c781c0c djkim
        private object[] OnEndAddCheckListHistory(System.IAsyncResult result) {
4008
            bool retVal = this.EndAddCheckListHistory(result);
4009
            return new object[] {
4010
                    retVal};
4011
        }
4012 787a4489 KangIngu
        
4013 6c781c0c djkim
        private void OnAddCheckListHistoryCompleted(object state) {
4014
            if ((this.AddCheckListHistoryCompleted != null)) {
4015
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
4016
                this.AddCheckListHistoryCompleted(this, new AddCheckListHistoryCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
4017
            }
4018
        }
4019 787a4489 KangIngu
        
4020 6c781c0c djkim
        public void AddCheckListHistoryAsync(string project_no, KCOMDataModel.DataModel.CHECK_LIST_HISTORY Check_History) {
4021
            this.AddCheckListHistoryAsync(project_no, Check_History, null);
4022
        }
4023 787a4489 KangIngu
        
4024 6c781c0c djkim
        public void AddCheckListHistoryAsync(string project_no, KCOMDataModel.DataModel.CHECK_LIST_HISTORY Check_History, object userState) {
4025
            if ((this.onBeginAddCheckListHistoryDelegate == null)) {
4026
                this.onBeginAddCheckListHistoryDelegate = new BeginOperationDelegate(this.OnBeginAddCheckListHistory);
4027
            }
4028
            if ((this.onEndAddCheckListHistoryDelegate == null)) {
4029
                this.onEndAddCheckListHistoryDelegate = new EndOperationDelegate(this.OnEndAddCheckListHistory);
4030
            }
4031
            if ((this.onAddCheckListHistoryCompletedDelegate == null)) {
4032
                this.onAddCheckListHistoryCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnAddCheckListHistoryCompleted);
4033
            }
4034
            base.InvokeAsync(this.onBeginAddCheckListHistoryDelegate, new object[] {
4035
                        project_no,
4036
                        Check_History}, this.onEndAddCheckListHistoryDelegate, this.onAddCheckListHistoryCompletedDelegate, userState);
4037
        }
4038 787a4489 KangIngu
        
4039 6c781c0c djkim
        public bool SaveCheckListHistory(string project_no, string rev, KCOMDataModel.DataModel.CHECK_LIST_HISTORY Check_History) {
4040
            return base.Channel.SaveCheckListHistory(project_no, rev, Check_History);
4041
        }
4042 787a4489 KangIngu
        
4043 6c781c0c djkim
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
4044
        public System.IAsyncResult BeginSaveCheckListHistory(string project_no, string rev, KCOMDataModel.DataModel.CHECK_LIST_HISTORY Check_History, System.AsyncCallback callback, object asyncState) {
4045
            return base.Channel.BeginSaveCheckListHistory(project_no, rev, Check_History, callback, asyncState);
4046
        }
4047 787a4489 KangIngu
        
4048 6c781c0c djkim
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
4049
        public bool EndSaveCheckListHistory(System.IAsyncResult result) {
4050
            return base.Channel.EndSaveCheckListHistory(result);
4051
        }
4052 787a4489 KangIngu
        
4053 6c781c0c djkim
        private System.IAsyncResult OnBeginSaveCheckListHistory(object[] inValues, System.AsyncCallback callback, object asyncState) {
4054
            string project_no = ((string)(inValues[0]));
4055
            string rev = ((string)(inValues[1]));
4056
            KCOMDataModel.DataModel.CHECK_LIST_HISTORY Check_History = ((KCOMDataModel.DataModel.CHECK_LIST_HISTORY)(inValues[2]));
4057
            return this.BeginSaveCheckListHistory(project_no, rev, Check_History, callback, asyncState);
4058
        }
4059 787a4489 KangIngu
        
4060 6c781c0c djkim
        private object[] OnEndSaveCheckListHistory(System.IAsyncResult result) {
4061
            bool retVal = this.EndSaveCheckListHistory(result);
4062
            return new object[] {
4063
                    retVal};
4064
        }
4065 787a4489 KangIngu
        
4066 6c781c0c djkim
        private void OnSaveCheckListHistoryCompleted(object state) {
4067
            if ((this.SaveCheckListHistoryCompleted != null)) {
4068
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
4069
                this.SaveCheckListHistoryCompleted(this, new SaveCheckListHistoryCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
4070
            }
4071
        }
4072 787a4489 KangIngu
        
4073 6c781c0c djkim
        public void SaveCheckListHistoryAsync(string project_no, string rev, KCOMDataModel.DataModel.CHECK_LIST_HISTORY Check_History) {
4074
            this.SaveCheckListHistoryAsync(project_no, rev, Check_History, null);
4075
        }
4076 992a98b4 KangIngu
        
4077 6c781c0c djkim
        public void SaveCheckListHistoryAsync(string project_no, string rev, KCOMDataModel.DataModel.CHECK_LIST_HISTORY Check_History, object userState) {
4078
            if ((this.onBeginSaveCheckListHistoryDelegate == null)) {
4079
                this.onBeginSaveCheckListHistoryDelegate = new BeginOperationDelegate(this.OnBeginSaveCheckListHistory);
4080
            }
4081
            if ((this.onEndSaveCheckListHistoryDelegate == null)) {
4082
                this.onEndSaveCheckListHistoryDelegate = new EndOperationDelegate(this.OnEndSaveCheckListHistory);
4083
            }
4084
            if ((this.onSaveCheckListHistoryCompletedDelegate == null)) {
4085
                this.onSaveCheckListHistoryCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnSaveCheckListHistoryCompleted);
4086
            }
4087
            base.InvokeAsync(this.onBeginSaveCheckListHistoryDelegate, new object[] {
4088
                        project_no,
4089
                        rev,
4090
                        Check_History}, this.onEndSaveCheckListHistoryDelegate, this.onSaveCheckListHistoryCompletedDelegate, userState);
4091
        }
4092 992a98b4 KangIngu
        
4093 6c781c0c djkim
        public bool SaveCheckList(string project_no, string _id, KCOMDataModel.DataModel.CHECK_LIST Check_value) {
4094
            return base.Channel.SaveCheckList(project_no, _id, Check_value);
4095
        }
4096 992a98b4 KangIngu
        
4097 6c781c0c djkim
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
4098
        public System.IAsyncResult BeginSaveCheckList(string project_no, string _id, KCOMDataModel.DataModel.CHECK_LIST Check_value, System.AsyncCallback callback, object asyncState) {
4099
            return base.Channel.BeginSaveCheckList(project_no, _id, Check_value, callback, asyncState);
4100 787a4489 KangIngu
        }
4101
        
4102 6c781c0c djkim
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
4103
        public bool EndSaveCheckList(System.IAsyncResult result) {
4104
            return base.Channel.EndSaveCheckList(result);
4105
        }
4106
        
4107
        private System.IAsyncResult OnBeginSaveCheckList(object[] inValues, System.AsyncCallback callback, object asyncState) {
4108
            string project_no = ((string)(inValues[0]));
4109
            string _id = ((string)(inValues[1]));
4110
            KCOMDataModel.DataModel.CHECK_LIST Check_value = ((KCOMDataModel.DataModel.CHECK_LIST)(inValues[2]));
4111
            return this.BeginSaveCheckList(project_no, _id, Check_value, callback, asyncState);
4112
        }
4113
        
4114
        private object[] OnEndSaveCheckList(System.IAsyncResult result) {
4115
            bool retVal = this.EndSaveCheckList(result);
4116
            return new object[] {
4117
                    retVal};
4118
        }
4119
        
4120
        private void OnSaveCheckListCompleted(object state) {
4121
            if ((this.SaveCheckListCompleted != null)) {
4122
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
4123
                this.SaveCheckListCompleted(this, new SaveCheckListCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
4124
            }
4125
        }
4126
        
4127
        public void SaveCheckListAsync(string project_no, string _id, KCOMDataModel.DataModel.CHECK_LIST Check_value) {
4128
            this.SaveCheckListAsync(project_no, _id, Check_value, null);
4129
        }
4130
        
4131
        public void SaveCheckListAsync(string project_no, string _id, KCOMDataModel.DataModel.CHECK_LIST Check_value, object userState) {
4132
            if ((this.onBeginSaveCheckListDelegate == null)) {
4133
                this.onBeginSaveCheckListDelegate = new BeginOperationDelegate(this.OnBeginSaveCheckList);
4134
            }
4135
            if ((this.onEndSaveCheckListDelegate == null)) {
4136
                this.onEndSaveCheckListDelegate = new EndOperationDelegate(this.OnEndSaveCheckList);
4137
            }
4138
            if ((this.onSaveCheckListCompletedDelegate == null)) {
4139
                this.onSaveCheckListCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnSaveCheckListCompleted);
4140
            }
4141
            base.InvokeAsync(this.onBeginSaveCheckListDelegate, new object[] {
4142
                        project_no,
4143
                        _id,
4144
                        Check_value}, this.onEndSaveCheckListDelegate, this.onSaveCheckListCompletedDelegate, userState);
4145
        }
4146
        
4147
        public bool AddCheckList(string project_no, KCOMDataModel.DataModel.CHECK_LIST Check_value) {
4148
            return base.Channel.AddCheckList(project_no, Check_value);
4149
        }
4150
        
4151
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
4152
        public System.IAsyncResult BeginAddCheckList(string project_no, KCOMDataModel.DataModel.CHECK_LIST Check_value, System.AsyncCallback callback, object asyncState) {
4153
            return base.Channel.BeginAddCheckList(project_no, Check_value, callback, asyncState);
4154
        }
4155
        
4156
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
4157
        public bool EndAddCheckList(System.IAsyncResult result) {
4158
            return base.Channel.EndAddCheckList(result);
4159
        }
4160
        
4161
        private System.IAsyncResult OnBeginAddCheckList(object[] inValues, System.AsyncCallback callback, object asyncState) {
4162
            string project_no = ((string)(inValues[0]));
4163
            KCOMDataModel.DataModel.CHECK_LIST Check_value = ((KCOMDataModel.DataModel.CHECK_LIST)(inValues[1]));
4164
            return this.BeginAddCheckList(project_no, Check_value, callback, asyncState);
4165
        }
4166
        
4167
        private object[] OnEndAddCheckList(System.IAsyncResult result) {
4168
            bool retVal = this.EndAddCheckList(result);
4169
            return new object[] {
4170
                    retVal};
4171
        }
4172
        
4173
        private void OnAddCheckListCompleted(object state) {
4174
            if ((this.AddCheckListCompleted != null)) {
4175
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
4176
                this.AddCheckListCompleted(this, new AddCheckListCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
4177
            }
4178
        }
4179
        
4180
        public void AddCheckListAsync(string project_no, KCOMDataModel.DataModel.CHECK_LIST Check_value) {
4181
            this.AddCheckListAsync(project_no, Check_value, null);
4182
        }
4183
        
4184
        public void AddCheckListAsync(string project_no, KCOMDataModel.DataModel.CHECK_LIST Check_value, object userState) {
4185
            if ((this.onBeginAddCheckListDelegate == null)) {
4186
                this.onBeginAddCheckListDelegate = new BeginOperationDelegate(this.OnBeginAddCheckList);
4187
            }
4188
            if ((this.onEndAddCheckListDelegate == null)) {
4189
                this.onEndAddCheckListDelegate = new EndOperationDelegate(this.OnEndAddCheckList);
4190
            }
4191
            if ((this.onAddCheckListCompletedDelegate == null)) {
4192
                this.onAddCheckListCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnAddCheckListCompleted);
4193
            }
4194
            base.InvokeAsync(this.onBeginAddCheckListDelegate, new object[] {
4195
                        project_no,
4196
                        Check_value}, this.onEndAddCheckListDelegate, this.onAddCheckListCompletedDelegate, userState);
4197
        }
4198
        
4199
        public KCOMDataModel.DataModel.CHECK_LIST GetCheckList(string project_no, string _id) {
4200
            return base.Channel.GetCheckList(project_no, _id);
4201
        }
4202
        
4203
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
4204
        public System.IAsyncResult BeginGetCheckList(string project_no, string _id, System.AsyncCallback callback, object asyncState) {
4205
            return base.Channel.BeginGetCheckList(project_no, _id, callback, asyncState);
4206
        }
4207
        
4208
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
4209
        public KCOMDataModel.DataModel.CHECK_LIST EndGetCheckList(System.IAsyncResult result) {
4210
            return base.Channel.EndGetCheckList(result);
4211
        }
4212
        
4213
        private System.IAsyncResult OnBeginGetCheckList(object[] inValues, System.AsyncCallback callback, object asyncState) {
4214
            string project_no = ((string)(inValues[0]));
4215
            string _id = ((string)(inValues[1]));
4216
            return this.BeginGetCheckList(project_no, _id, callback, asyncState);
4217
        }
4218
        
4219
        private object[] OnEndGetCheckList(System.IAsyncResult result) {
4220
            KCOMDataModel.DataModel.CHECK_LIST retVal = this.EndGetCheckList(result);
4221
            return new object[] {
4222
                    retVal};
4223
        }
4224
        
4225
        private void OnGetCheckListCompleted(object state) {
4226
            if ((this.GetCheckListCompleted != null)) {
4227
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
4228
                this.GetCheckListCompleted(this, new GetCheckListCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
4229
            }
4230
        }
4231
        
4232
        public void GetCheckListAsync(string project_no, string _id) {
4233
            this.GetCheckListAsync(project_no, _id, null);
4234
        }
4235
        
4236
        public void GetCheckListAsync(string project_no, string _id, object userState) {
4237
            if ((this.onBeginGetCheckListDelegate == null)) {
4238
                this.onBeginGetCheckListDelegate = new BeginOperationDelegate(this.OnBeginGetCheckList);
4239
            }
4240
            if ((this.onEndGetCheckListDelegate == null)) {
4241
                this.onEndGetCheckListDelegate = new EndOperationDelegate(this.OnEndGetCheckList);
4242
            }
4243
            if ((this.onGetCheckListCompletedDelegate == null)) {
4244
                this.onGetCheckListCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetCheckListCompleted);
4245
            }
4246
            base.InvokeAsync(this.onBeginGetCheckListDelegate, new object[] {
4247
                        project_no,
4248
                        _id}, this.onEndGetCheckListDelegate, this.onGetCheckListCompletedDelegate, userState);
4249
        }
4250
        
4251
        public System.Collections.Generic.List<KCOMDataModel.DataModel.CHECK_LIST> GetUserCheckList(string project_no, string user_id, string doc_no) {
4252
            return base.Channel.GetUserCheckList(project_no, user_id, doc_no);
4253
        }
4254
        
4255
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
4256
        public System.IAsyncResult BeginGetUserCheckList(string project_no, string user_id, string doc_no, System.AsyncCallback callback, object asyncState) {
4257
            return base.Channel.BeginGetUserCheckList(project_no, user_id, doc_no, callback, asyncState);
4258
        }
4259
        
4260
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
4261
        public System.Collections.Generic.List<KCOMDataModel.DataModel.CHECK_LIST> EndGetUserCheckList(System.IAsyncResult result) {
4262
            return base.Channel.EndGetUserCheckList(result);
4263
        }
4264
        
4265
        private System.IAsyncResult OnBeginGetUserCheckList(object[] inValues, System.AsyncCallback callback, object asyncState) {
4266
            string project_no = ((string)(inValues[0]));
4267
            string user_id = ((string)(inValues[1]));
4268
            string doc_no = ((string)(inValues[2]));
4269
            return this.BeginGetUserCheckList(project_no, user_id, doc_no, callback, asyncState);
4270
        }
4271
        
4272
        private object[] OnEndGetUserCheckList(System.IAsyncResult result) {
4273
            System.Collections.Generic.List<KCOMDataModel.DataModel.CHECK_LIST> retVal = this.EndGetUserCheckList(result);
4274
            return new object[] {
4275
                    retVal};
4276
        }
4277
        
4278
        private void OnGetUserCheckListCompleted(object state) {
4279
            if ((this.GetUserCheckListCompleted != null)) {
4280
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
4281
                this.GetUserCheckListCompleted(this, new GetUserCheckListCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
4282
            }
4283
        }
4284
        
4285
        public void GetUserCheckListAsync(string project_no, string user_id, string doc_no) {
4286
            this.GetUserCheckListAsync(project_no, user_id, doc_no, null);
4287
        }
4288
        
4289
        public void GetUserCheckListAsync(string project_no, string user_id, string doc_no, object userState) {
4290
            if ((this.onBeginGetUserCheckListDelegate == null)) {
4291
                this.onBeginGetUserCheckListDelegate = new BeginOperationDelegate(this.OnBeginGetUserCheckList);
4292
            }
4293
            if ((this.onEndGetUserCheckListDelegate == null)) {
4294
                this.onEndGetUserCheckListDelegate = new EndOperationDelegate(this.OnEndGetUserCheckList);
4295
            }
4296
            if ((this.onGetUserCheckListCompletedDelegate == null)) {
4297
                this.onGetUserCheckListCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetUserCheckListCompleted);
4298
            }
4299
            base.InvokeAsync(this.onBeginGetUserCheckListDelegate, new object[] {
4300
                        project_no,
4301
                        user_id,
4302
                        doc_no}, this.onEndGetUserCheckListDelegate, this.onGetUserCheckListCompletedDelegate, userState);
4303
        }
4304
        
4305
        public System.Collections.Generic.List<KCOMDataModel.DataModel.CHECK_LIST_HISTORY> GetCheckListHistory(string project_no, string _id) {
4306
            return base.Channel.GetCheckListHistory(project_no, _id);
4307
        }
4308
        
4309
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
4310
        public System.IAsyncResult BeginGetCheckListHistory(string project_no, string _id, System.AsyncCallback callback, object asyncState) {
4311
            return base.Channel.BeginGetCheckListHistory(project_no, _id, callback, asyncState);
4312
        }
4313
        
4314
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
4315
        public System.Collections.Generic.List<KCOMDataModel.DataModel.CHECK_LIST_HISTORY> EndGetCheckListHistory(System.IAsyncResult result) {
4316
            return base.Channel.EndGetCheckListHistory(result);
4317
        }
4318
        
4319
        private System.IAsyncResult OnBeginGetCheckListHistory(object[] inValues, System.AsyncCallback callback, object asyncState) {
4320
            string project_no = ((string)(inValues[0]));
4321
            string _id = ((string)(inValues[1]));
4322
            return this.BeginGetCheckListHistory(project_no, _id, callback, asyncState);
4323
        }
4324
        
4325
        private object[] OnEndGetCheckListHistory(System.IAsyncResult result) {
4326
            System.Collections.Generic.List<KCOMDataModel.DataModel.CHECK_LIST_HISTORY> retVal = this.EndGetCheckListHistory(result);
4327
            return new object[] {
4328
                    retVal};
4329
        }
4330
        
4331
        private void OnGetCheckListHistoryCompleted(object state) {
4332
            if ((this.GetCheckListHistoryCompleted != null)) {
4333
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
4334
                this.GetCheckListHistoryCompleted(this, new GetCheckListHistoryCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
4335
            }
4336
        }
4337
        
4338
        public void GetCheckListHistoryAsync(string project_no, string _id) {
4339
            this.GetCheckListHistoryAsync(project_no, _id, null);
4340
        }
4341
        
4342
        public void GetCheckListHistoryAsync(string project_no, string _id, object userState) {
4343
            if ((this.onBeginGetCheckListHistoryDelegate == null)) {
4344
                this.onBeginGetCheckListHistoryDelegate = new BeginOperationDelegate(this.OnBeginGetCheckListHistory);
4345
            }
4346
            if ((this.onEndGetCheckListHistoryDelegate == null)) {
4347
                this.onEndGetCheckListHistoryDelegate = new EndOperationDelegate(this.OnEndGetCheckListHistory);
4348
            }
4349
            if ((this.onGetCheckListHistoryCompletedDelegate == null)) {
4350
                this.onGetCheckListHistoryCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetCheckListHistoryCompleted);
4351
            }
4352
            base.InvokeAsync(this.onBeginGetCheckListHistoryDelegate, new object[] {
4353
                        project_no,
4354
                        _id}, this.onEndGetCheckListHistoryDelegate, this.onGetCheckListHistoryCompletedDelegate, userState);
4355
        }
4356
        
4357
        public KCOMDataModel.DataModel.CHECK_LIST_HISTORY GetCheckListHistoryFirstOrDefault(string project_no, string checklist_id, string rev) {
4358
            return base.Channel.GetCheckListHistoryFirstOrDefault(project_no, checklist_id, rev);
4359
        }
4360
        
4361
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
4362
        public System.IAsyncResult BeginGetCheckListHistoryFirstOrDefault(string project_no, string checklist_id, string rev, System.AsyncCallback callback, object asyncState) {
4363
            return base.Channel.BeginGetCheckListHistoryFirstOrDefault(project_no, checklist_id, rev, callback, asyncState);
4364
        }
4365
        
4366
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
4367
        public KCOMDataModel.DataModel.CHECK_LIST_HISTORY EndGetCheckListHistoryFirstOrDefault(System.IAsyncResult result) {
4368
            return base.Channel.EndGetCheckListHistoryFirstOrDefault(result);
4369
        }
4370
        
4371
        private System.IAsyncResult OnBeginGetCheckListHistoryFirstOrDefault(object[] inValues, System.AsyncCallback callback, object asyncState) {
4372
            string project_no = ((string)(inValues[0]));
4373
            string checklist_id = ((string)(inValues[1]));
4374
            string rev = ((string)(inValues[2]));
4375
            return this.BeginGetCheckListHistoryFirstOrDefault(project_no, checklist_id, rev, callback, asyncState);
4376
        }
4377
        
4378
        private object[] OnEndGetCheckListHistoryFirstOrDefault(System.IAsyncResult result) {
4379
            KCOMDataModel.DataModel.CHECK_LIST_HISTORY retVal = this.EndGetCheckListHistoryFirstOrDefault(result);
4380
            return new object[] {
4381
                    retVal};
4382
        }
4383
        
4384
        private void OnGetCheckListHistoryFirstOrDefaultCompleted(object state) {
4385
            if ((this.GetCheckListHistoryFirstOrDefaultCompleted != null)) {
4386
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
4387
                this.GetCheckListHistoryFirstOrDefaultCompleted(this, new GetCheckListHistoryFirstOrDefaultCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
4388
            }
4389
        }
4390
        
4391
        public void GetCheckListHistoryFirstOrDefaultAsync(string project_no, string checklist_id, string rev) {
4392
            this.GetCheckListHistoryFirstOrDefaultAsync(project_no, checklist_id, rev, null);
4393
        }
4394
        
4395
        public void GetCheckListHistoryFirstOrDefaultAsync(string project_no, string checklist_id, string rev, object userState) {
4396
            if ((this.onBeginGetCheckListHistoryFirstOrDefaultDelegate == null)) {
4397
                this.onBeginGetCheckListHistoryFirstOrDefaultDelegate = new BeginOperationDelegate(this.OnBeginGetCheckListHistoryFirstOrDefault);
4398
            }
4399
            if ((this.onEndGetCheckListHistoryFirstOrDefaultDelegate == null)) {
4400
                this.onEndGetCheckListHistoryFirstOrDefaultDelegate = new EndOperationDelegate(this.OnEndGetCheckListHistoryFirstOrDefault);
4401
            }
4402
            if ((this.onGetCheckListHistoryFirstOrDefaultCompletedDelegate == null)) {
4403
                this.onGetCheckListHistoryFirstOrDefaultCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetCheckListHistoryFirstOrDefaultCompleted);
4404
            }
4405
            base.InvokeAsync(this.onBeginGetCheckListHistoryFirstOrDefaultDelegate, new object[] {
4406
                        project_no,
4407
                        checklist_id,
4408
                        rev}, this.onEndGetCheckListHistoryFirstOrDefaultDelegate, this.onGetCheckListHistoryFirstOrDefaultCompletedDelegate, userState);
4409
        }
4410
        
4411
        public bool SavePageAngle(string project_no, System.Collections.Generic.List<KCOMDataModel.DataModel.DOCPAGE> _mldocpage) {
4412
            return base.Channel.SavePageAngle(project_no, _mldocpage);
4413
        }
4414
        
4415
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
4416
        public System.IAsyncResult BeginSavePageAngle(string project_no, System.Collections.Generic.List<KCOMDataModel.DataModel.DOCPAGE> _mldocpage, System.AsyncCallback callback, object asyncState) {
4417
            return base.Channel.BeginSavePageAngle(project_no, _mldocpage, callback, asyncState);
4418
        }
4419
        
4420
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
4421
        public bool EndSavePageAngle(System.IAsyncResult result) {
4422
            return base.Channel.EndSavePageAngle(result);
4423
        }
4424
        
4425
        private System.IAsyncResult OnBeginSavePageAngle(object[] inValues, System.AsyncCallback callback, object asyncState) {
4426
            string project_no = ((string)(inValues[0]));
4427
            System.Collections.Generic.List<KCOMDataModel.DataModel.DOCPAGE> _mldocpage = ((System.Collections.Generic.List<KCOMDataModel.DataModel.DOCPAGE>)(inValues[1]));
4428
            return this.BeginSavePageAngle(project_no, _mldocpage, callback, asyncState);
4429
        }
4430
        
4431
        private object[] OnEndSavePageAngle(System.IAsyncResult result) {
4432
            bool retVal = this.EndSavePageAngle(result);
4433
            return new object[] {
4434
                    retVal};
4435
        }
4436
        
4437
        private void OnSavePageAngleCompleted(object state) {
4438
            if ((this.SavePageAngleCompleted != null)) {
4439
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
4440
                this.SavePageAngleCompleted(this, new SavePageAngleCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
4441
            }
4442
        }
4443
        
4444
        public void SavePageAngleAsync(string project_no, System.Collections.Generic.List<KCOMDataModel.DataModel.DOCPAGE> _mldocpage) {
4445
            this.SavePageAngleAsync(project_no, _mldocpage, null);
4446
        }
4447
        
4448
        public void SavePageAngleAsync(string project_no, System.Collections.Generic.List<KCOMDataModel.DataModel.DOCPAGE> _mldocpage, object userState) {
4449
            if ((this.onBeginSavePageAngleDelegate == null)) {
4450
                this.onBeginSavePageAngleDelegate = new BeginOperationDelegate(this.OnBeginSavePageAngle);
4451
            }
4452
            if ((this.onEndSavePageAngleDelegate == null)) {
4453
                this.onEndSavePageAngleDelegate = new EndOperationDelegate(this.OnEndSavePageAngle);
4454
            }
4455
            if ((this.onSavePageAngleCompletedDelegate == null)) {
4456
                this.onSavePageAngleCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnSavePageAngleCompleted);
4457
            }
4458
            base.InvokeAsync(this.onBeginSavePageAngleDelegate, new object[] {
4459
                        project_no,
4460
                        _mldocpage}, this.onEndSavePageAngleDelegate, this.onSavePageAngleCompletedDelegate, userState);
4461
        }
4462
        
4463
        public KCOMDataModel.DataModel.MARKUP_INFO GetMarkupInfo(string project_no, string _id) {
4464
            return base.Channel.GetMarkupInfo(project_no, _id);
4465
        }
4466
        
4467
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
4468
        public System.IAsyncResult BeginGetMarkupInfo(string project_no, string _id, System.AsyncCallback callback, object asyncState) {
4469
            return base.Channel.BeginGetMarkupInfo(project_no, _id, callback, asyncState);
4470
        }
4471
        
4472
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
4473
        public KCOMDataModel.DataModel.MARKUP_INFO EndGetMarkupInfo(System.IAsyncResult result) {
4474
            return base.Channel.EndGetMarkupInfo(result);
4475
        }
4476
        
4477
        private System.IAsyncResult OnBeginGetMarkupInfo(object[] inValues, System.AsyncCallback callback, object asyncState) {
4478
            string project_no = ((string)(inValues[0]));
4479
            string _id = ((string)(inValues[1]));
4480
            return this.BeginGetMarkupInfo(project_no, _id, callback, asyncState);
4481
        }
4482
        
4483
        private object[] OnEndGetMarkupInfo(System.IAsyncResult result) {
4484
            KCOMDataModel.DataModel.MARKUP_INFO retVal = this.EndGetMarkupInfo(result);
4485
            return new object[] {
4486
                    retVal};
4487 787a4489 KangIngu
        }
4488
        
4489 6c781c0c djkim
        private void OnGetMarkupInfoCompleted(object state) {
4490
            if ((this.GetMarkupInfoCompleted != null)) {
4491
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
4492
                this.GetMarkupInfoCompleted(this, new GetMarkupInfoCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
4493
            }
4494 787a4489 KangIngu
        }
4495
        
4496 6c781c0c djkim
        public void GetMarkupInfoAsync(string project_no, string _id) {
4497
            this.GetMarkupInfoAsync(project_no, _id, null);
4498 787a4489 KangIngu
        }
4499
        
4500 6c781c0c djkim
        public void GetMarkupInfoAsync(string project_no, string _id, object userState) {
4501
            if ((this.onBeginGetMarkupInfoDelegate == null)) {
4502
                this.onBeginGetMarkupInfoDelegate = new BeginOperationDelegate(this.OnBeginGetMarkupInfo);
4503
            }
4504
            if ((this.onEndGetMarkupInfoDelegate == null)) {
4505
                this.onEndGetMarkupInfoDelegate = new EndOperationDelegate(this.OnEndGetMarkupInfo);
4506
            }
4507
            if ((this.onGetMarkupInfoCompletedDelegate == null)) {
4508
                this.onGetMarkupInfoCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetMarkupInfoCompleted);
4509
            }
4510
            base.InvokeAsync(this.onBeginGetMarkupInfoDelegate, new object[] {
4511
                        project_no,
4512
                        _id}, this.onEndGetMarkupInfoDelegate, this.onGetMarkupInfoCompletedDelegate, userState);
4513 787a4489 KangIngu
        }
4514
        
4515 6c781c0c djkim
        public System.Collections.Generic.List<string> GetMarkupDataListperPage(string project_no, string _markupinfoid, int _pageNo) {
4516
            return base.Channel.GetMarkupDataListperPage(project_no, _markupinfoid, _pageNo);
4517
        }
4518 787a4489 KangIngu
        
4519 6c781c0c djkim
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
4520
        public System.IAsyncResult BeginGetMarkupDataListperPage(string project_no, string _markupinfoid, int _pageNo, System.AsyncCallback callback, object asyncState) {
4521
            return base.Channel.BeginGetMarkupDataListperPage(project_no, _markupinfoid, _pageNo, callback, asyncState);
4522
        }
4523 992a98b4 KangIngu
        
4524 6c781c0c djkim
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
4525
        public System.Collections.Generic.List<string> EndGetMarkupDataListperPage(System.IAsyncResult result) {
4526
            return base.Channel.EndGetMarkupDataListperPage(result);
4527
        }
4528 992a98b4 KangIngu
        
4529 6c781c0c djkim
        private System.IAsyncResult OnBeginGetMarkupDataListperPage(object[] inValues, System.AsyncCallback callback, object asyncState) {
4530
            string project_no = ((string)(inValues[0]));
4531
            string _markupinfoid = ((string)(inValues[1]));
4532
            int _pageNo = ((int)(inValues[2]));
4533
            return this.BeginGetMarkupDataListperPage(project_no, _markupinfoid, _pageNo, callback, asyncState);
4534
        }
4535 992a98b4 KangIngu
        
4536 6c781c0c djkim
        private object[] OnEndGetMarkupDataListperPage(System.IAsyncResult result) {
4537
            System.Collections.Generic.List<string> retVal = this.EndGetMarkupDataListperPage(result);
4538
            return new object[] {
4539
                    retVal};
4540
        }
4541 787a4489 KangIngu
        
4542 6c781c0c djkim
        private void OnGetMarkupDataListperPageCompleted(object state) {
4543
            if ((this.GetMarkupDataListperPageCompleted != null)) {
4544
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
4545
                this.GetMarkupDataListperPageCompleted(this, new GetMarkupDataListperPageCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
4546
            }
4547
        }
4548 787a4489 KangIngu
        
4549 6c781c0c djkim
        public void GetMarkupDataListperPageAsync(string project_no, string _markupinfoid, int _pageNo) {
4550
            this.GetMarkupDataListperPageAsync(project_no, _markupinfoid, _pageNo, null);
4551
        }
4552 787a4489 KangIngu
        
4553 6c781c0c djkim
        public void GetMarkupDataListperPageAsync(string project_no, string _markupinfoid, int _pageNo, object userState) {
4554
            if ((this.onBeginGetMarkupDataListperPageDelegate == null)) {
4555
                this.onBeginGetMarkupDataListperPageDelegate = new BeginOperationDelegate(this.OnBeginGetMarkupDataListperPage);
4556
            }
4557
            if ((this.onEndGetMarkupDataListperPageDelegate == null)) {
4558
                this.onEndGetMarkupDataListperPageDelegate = new EndOperationDelegate(this.OnEndGetMarkupDataListperPage);
4559
            }
4560
            if ((this.onGetMarkupDataListperPageCompletedDelegate == null)) {
4561
                this.onGetMarkupDataListperPageCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetMarkupDataListperPageCompleted);
4562
            }
4563
            base.InvokeAsync(this.onBeginGetMarkupDataListperPageDelegate, new object[] {
4564
                        project_no,
4565
                        _markupinfoid,
4566
                        _pageNo}, this.onEndGetMarkupDataListperPageDelegate, this.onGetMarkupDataListperPageCompletedDelegate, userState);
4567
        }
4568 787a4489 KangIngu
        
4569 6c781c0c djkim
        public bool AddMarkupInfo(string project_no, KCOMDataModel.DataModel.MARKUP_INFO value) {
4570
            return base.Channel.AddMarkupInfo(project_no, value);
4571
        }
4572 787a4489 KangIngu
        
4573 6c781c0c djkim
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
4574
        public System.IAsyncResult BeginAddMarkupInfo(string project_no, KCOMDataModel.DataModel.MARKUP_INFO value, System.AsyncCallback callback, object asyncState) {
4575
            return base.Channel.BeginAddMarkupInfo(project_no, value, callback, asyncState);
4576
        }
4577 787a4489 KangIngu
        
4578 6c781c0c djkim
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
4579
        public bool EndAddMarkupInfo(System.IAsyncResult result) {
4580
            return base.Channel.EndAddMarkupInfo(result);
4581
        }
4582 787a4489 KangIngu
        
4583 6c781c0c djkim
        private System.IAsyncResult OnBeginAddMarkupInfo(object[] inValues, System.AsyncCallback callback, object asyncState) {
4584
            string project_no = ((string)(inValues[0]));
4585
            KCOMDataModel.DataModel.MARKUP_INFO value = ((KCOMDataModel.DataModel.MARKUP_INFO)(inValues[1]));
4586
            return this.BeginAddMarkupInfo(project_no, value, callback, asyncState);
4587
        }
4588 787a4489 KangIngu
        
4589 6c781c0c djkim
        private object[] OnEndAddMarkupInfo(System.IAsyncResult result) {
4590
            bool retVal = this.EndAddMarkupInfo(result);
4591
            return new object[] {
4592
                    retVal};
4593
        }
4594 787a4489 KangIngu
        
4595 6c781c0c djkim
        private void OnAddMarkupInfoCompleted(object state) {
4596
            if ((this.AddMarkupInfoCompleted != null)) {
4597
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
4598
                this.AddMarkupInfoCompleted(this, new AddMarkupInfoCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
4599
            }
4600
        }
4601 787a4489 KangIngu
        
4602 6c781c0c djkim
        public void AddMarkupInfoAsync(string project_no, KCOMDataModel.DataModel.MARKUP_INFO value) {
4603
            this.AddMarkupInfoAsync(project_no, value, null);
4604
        }
4605 787a4489 KangIngu
        
4606 6c781c0c djkim
        public void AddMarkupInfoAsync(string project_no, KCOMDataModel.DataModel.MARKUP_INFO value, object userState) {
4607
            if ((this.onBeginAddMarkupInfoDelegate == null)) {
4608
                this.onBeginAddMarkupInfoDelegate = new BeginOperationDelegate(this.OnBeginAddMarkupInfo);
4609
            }
4610
            if ((this.onEndAddMarkupInfoDelegate == null)) {
4611
                this.onEndAddMarkupInfoDelegate = new EndOperationDelegate(this.OnEndAddMarkupInfo);
4612
            }
4613
            if ((this.onAddMarkupInfoCompletedDelegate == null)) {
4614
                this.onAddMarkupInfoCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnAddMarkupInfoCompleted);
4615
            }
4616
            base.InvokeAsync(this.onBeginAddMarkupInfoDelegate, new object[] {
4617
                        project_no,
4618
                        value}, this.onEndAddMarkupInfoDelegate, this.onAddMarkupInfoCompletedDelegate, userState);
4619
        }
4620 992a98b4 KangIngu
        
4621 6c781c0c djkim
        public bool AddMarkupInfoVersion(string project_no, KCOMDataModel.DataModel.MARKUP_INFO_VERSION value) {
4622
            return base.Channel.AddMarkupInfoVersion(project_no, value);
4623 787a4489 KangIngu
        }
4624
        
4625
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
4626 6c781c0c djkim
        public System.IAsyncResult BeginAddMarkupInfoVersion(string project_no, KCOMDataModel.DataModel.MARKUP_INFO_VERSION value, System.AsyncCallback callback, object asyncState) {
4627
            return base.Channel.BeginAddMarkupInfoVersion(project_no, value, callback, asyncState);
4628 787a4489 KangIngu
        }
4629
        
4630
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
4631 6c781c0c djkim
        public bool EndAddMarkupInfoVersion(System.IAsyncResult result) {
4632
            return base.Channel.EndAddMarkupInfoVersion(result);
4633 787a4489 KangIngu
        }
4634
        
4635 6c781c0c djkim
        private System.IAsyncResult OnBeginAddMarkupInfoVersion(object[] inValues, System.AsyncCallback callback, object asyncState) {
4636
            string project_no = ((string)(inValues[0]));
4637
            KCOMDataModel.DataModel.MARKUP_INFO_VERSION value = ((KCOMDataModel.DataModel.MARKUP_INFO_VERSION)(inValues[1]));
4638
            return this.BeginAddMarkupInfoVersion(project_no, value, callback, asyncState);
4639 787a4489 KangIngu
        }
4640
        
4641 6c781c0c djkim
        private object[] OnEndAddMarkupInfoVersion(System.IAsyncResult result) {
4642
            bool retVal = this.EndAddMarkupInfoVersion(result);
4643 787a4489 KangIngu
            return new object[] {
4644
                    retVal};
4645
        }
4646
        
4647 6c781c0c djkim
        private void OnAddMarkupInfoVersionCompleted(object state) {
4648
            if ((this.AddMarkupInfoVersionCompleted != null)) {
4649 787a4489 KangIngu
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
4650 6c781c0c djkim
                this.AddMarkupInfoVersionCompleted(this, new AddMarkupInfoVersionCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
4651 787a4489 KangIngu
            }
4652
        }
4653
        
4654 6c781c0c djkim
        public void AddMarkupInfoVersionAsync(string project_no, KCOMDataModel.DataModel.MARKUP_INFO_VERSION value) {
4655
            this.AddMarkupInfoVersionAsync(project_no, value, null);
4656 787a4489 KangIngu
        }
4657
        
4658 6c781c0c djkim
        public void AddMarkupInfoVersionAsync(string project_no, KCOMDataModel.DataModel.MARKUP_INFO_VERSION value, object userState) {
4659
            if ((this.onBeginAddMarkupInfoVersionDelegate == null)) {
4660
                this.onBeginAddMarkupInfoVersionDelegate = new BeginOperationDelegate(this.OnBeginAddMarkupInfoVersion);
4661 787a4489 KangIngu
            }
4662 6c781c0c djkim
            if ((this.onEndAddMarkupInfoVersionDelegate == null)) {
4663
                this.onEndAddMarkupInfoVersionDelegate = new EndOperationDelegate(this.OnEndAddMarkupInfoVersion);
4664 787a4489 KangIngu
            }
4665 6c781c0c djkim
            if ((this.onAddMarkupInfoVersionCompletedDelegate == null)) {
4666
                this.onAddMarkupInfoVersionCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnAddMarkupInfoVersionCompleted);
4667 787a4489 KangIngu
            }
4668 6c781c0c djkim
            base.InvokeAsync(this.onBeginAddMarkupInfoVersionDelegate, new object[] {
4669
                        project_no,
4670
                        value}, this.onEndAddMarkupInfoVersionDelegate, this.onAddMarkupInfoVersionCompletedDelegate, userState);
4671 787a4489 KangIngu
        }
4672
        
4673 6c781c0c djkim
        public bool AddMarkupData(string project_no, KCOMDataModel.DataModel.MARKUP_DATA value) {
4674
            return base.Channel.AddMarkupData(project_no, value);
4675 992a98b4 KangIngu
        }
4676
        
4677
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
4678 6c781c0c djkim
        public System.IAsyncResult BeginAddMarkupData(string project_no, KCOMDataModel.DataModel.MARKUP_DATA value, System.AsyncCallback callback, object asyncState) {
4679
            return base.Channel.BeginAddMarkupData(project_no, value, callback, asyncState);
4680 992a98b4 KangIngu
        }
4681
        
4682
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
4683 6c781c0c djkim
        public bool EndAddMarkupData(System.IAsyncResult result) {
4684
            return base.Channel.EndAddMarkupData(result);
4685 992a98b4 KangIngu
        }
4686
        
4687 6c781c0c djkim
        private System.IAsyncResult OnBeginAddMarkupData(object[] inValues, System.AsyncCallback callback, object asyncState) {
4688
            string project_no = ((string)(inValues[0]));
4689
            KCOMDataModel.DataModel.MARKUP_DATA value = ((KCOMDataModel.DataModel.MARKUP_DATA)(inValues[1]));
4690
            return this.BeginAddMarkupData(project_no, value, callback, asyncState);
4691 992a98b4 KangIngu
        }
4692
        
4693 6c781c0c djkim
        private object[] OnEndAddMarkupData(System.IAsyncResult result) {
4694
            bool retVal = this.EndAddMarkupData(result);
4695 992a98b4 KangIngu
            return new object[] {
4696
                    retVal};
4697
        }
4698
        
4699 6c781c0c djkim
        private void OnAddMarkupDataCompleted(object state) {
4700
            if ((this.AddMarkupDataCompleted != null)) {
4701 992a98b4 KangIngu
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
4702 6c781c0c djkim
                this.AddMarkupDataCompleted(this, new AddMarkupDataCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
4703 992a98b4 KangIngu
            }
4704
        }
4705
        
4706 6c781c0c djkim
        public void AddMarkupDataAsync(string project_no, KCOMDataModel.DataModel.MARKUP_DATA value) {
4707
            this.AddMarkupDataAsync(project_no, value, null);
4708 992a98b4 KangIngu
        }
4709
        
4710 6c781c0c djkim
        public void AddMarkupDataAsync(string project_no, KCOMDataModel.DataModel.MARKUP_DATA value, object userState) {
4711
            if ((this.onBeginAddMarkupDataDelegate == null)) {
4712
                this.onBeginAddMarkupDataDelegate = new BeginOperationDelegate(this.OnBeginAddMarkupData);
4713 992a98b4 KangIngu
            }
4714 6c781c0c djkim
            if ((this.onEndAddMarkupDataDelegate == null)) {
4715
                this.onEndAddMarkupDataDelegate = new EndOperationDelegate(this.OnEndAddMarkupData);
4716 992a98b4 KangIngu
            }
4717 6c781c0c djkim
            if ((this.onAddMarkupDataCompletedDelegate == null)) {
4718
                this.onAddMarkupDataCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnAddMarkupDataCompleted);
4719 992a98b4 KangIngu
            }
4720 6c781c0c djkim
            base.InvokeAsync(this.onBeginAddMarkupDataDelegate, new object[] {
4721
                        project_no,
4722
                        value}, this.onEndAddMarkupDataDelegate, this.onAddMarkupDataCompletedDelegate, userState);
4723 992a98b4 KangIngu
        }
4724
        
4725 6c781c0c djkim
        public bool AvoidMarkupInfo(string project_no, string _doc_id) {
4726
            return base.Channel.AvoidMarkupInfo(project_no, _doc_id);
4727 992a98b4 KangIngu
        }
4728
        
4729
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
4730 6c781c0c djkim
        public System.IAsyncResult BeginAvoidMarkupInfo(string project_no, string _doc_id, System.AsyncCallback callback, object asyncState) {
4731
            return base.Channel.BeginAvoidMarkupInfo(project_no, _doc_id, callback, asyncState);
4732 992a98b4 KangIngu
        }
4733
        
4734
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
4735 6c781c0c djkim
        public bool EndAvoidMarkupInfo(System.IAsyncResult result) {
4736
            return base.Channel.EndAvoidMarkupInfo(result);
4737 992a98b4 KangIngu
        }
4738
        
4739 6c781c0c djkim
        private System.IAsyncResult OnBeginAvoidMarkupInfo(object[] inValues, System.AsyncCallback callback, object asyncState) {
4740
            string project_no = ((string)(inValues[0]));
4741
            string _doc_id = ((string)(inValues[1]));
4742
            return this.BeginAvoidMarkupInfo(project_no, _doc_id, callback, asyncState);
4743 992a98b4 KangIngu
        }
4744
        
4745 6c781c0c djkim
        private object[] OnEndAvoidMarkupInfo(System.IAsyncResult result) {
4746
            bool retVal = this.EndAvoidMarkupInfo(result);
4747 992a98b4 KangIngu
            return new object[] {
4748
                    retVal};
4749
        }
4750
        
4751 6c781c0c djkim
        private void OnAvoidMarkupInfoCompleted(object state) {
4752
            if ((this.AvoidMarkupInfoCompleted != null)) {
4753 992a98b4 KangIngu
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
4754 6c781c0c djkim
                this.AvoidMarkupInfoCompleted(this, new AvoidMarkupInfoCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
4755 992a98b4 KangIngu
            }
4756
        }
4757
        
4758 6c781c0c djkim
        public void AvoidMarkupInfoAsync(string project_no, string _doc_id) {
4759
            this.AvoidMarkupInfoAsync(project_no, _doc_id, null);
4760 992a98b4 KangIngu
        }
4761
        
4762 6c781c0c djkim
        public void AvoidMarkupInfoAsync(string project_no, string _doc_id, object userState) {
4763
            if ((this.onBeginAvoidMarkupInfoDelegate == null)) {
4764
                this.onBeginAvoidMarkupInfoDelegate = new BeginOperationDelegate(this.OnBeginAvoidMarkupInfo);
4765 992a98b4 KangIngu
            }
4766 6c781c0c djkim
            if ((this.onEndAvoidMarkupInfoDelegate == null)) {
4767
                this.onEndAvoidMarkupInfoDelegate = new EndOperationDelegate(this.OnEndAvoidMarkupInfo);
4768 992a98b4 KangIngu
            }
4769 6c781c0c djkim
            if ((this.onAvoidMarkupInfoCompletedDelegate == null)) {
4770
                this.onAvoidMarkupInfoCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnAvoidMarkupInfoCompleted);
4771 992a98b4 KangIngu
            }
4772 6c781c0c djkim
            base.InvokeAsync(this.onBeginAvoidMarkupInfoDelegate, new object[] {
4773
                        project_no,
4774
                        _doc_id}, this.onEndAvoidMarkupInfoDelegate, this.onAvoidMarkupInfoCompletedDelegate, userState);
4775 992a98b4 KangIngu
        }
4776
        
4777 6c781c0c djkim
        public bool SaveMarkupInfo(string project_no, string _id, KCOMDataModel.DataModel.MARKUP_INFO value) {
4778
            return base.Channel.SaveMarkupInfo(project_no, _id, value);
4779 992a98b4 KangIngu
        }
4780
        
4781
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
4782 6c781c0c djkim
        public System.IAsyncResult BeginSaveMarkupInfo(string project_no, string _id, KCOMDataModel.DataModel.MARKUP_INFO value, System.AsyncCallback callback, object asyncState) {
4783
            return base.Channel.BeginSaveMarkupInfo(project_no, _id, value, callback, asyncState);
4784 992a98b4 KangIngu
        }
4785
        
4786
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
4787 6c781c0c djkim
        public bool EndSaveMarkupInfo(System.IAsyncResult result) {
4788
            return base.Channel.EndSaveMarkupInfo(result);
4789 992a98b4 KangIngu
        }
4790
        
4791 6c781c0c djkim
        private System.IAsyncResult OnBeginSaveMarkupInfo(object[] inValues, System.AsyncCallback callback, object asyncState) {
4792
            string project_no = ((string)(inValues[0]));
4793
            string _id = ((string)(inValues[1]));
4794
            KCOMDataModel.DataModel.MARKUP_INFO value = ((KCOMDataModel.DataModel.MARKUP_INFO)(inValues[2]));
4795
            return this.BeginSaveMarkupInfo(project_no, _id, value, callback, asyncState);
4796 992a98b4 KangIngu
        }
4797
        
4798 6c781c0c djkim
        private object[] OnEndSaveMarkupInfo(System.IAsyncResult result) {
4799
            bool retVal = this.EndSaveMarkupInfo(result);
4800 992a98b4 KangIngu
            return new object[] {
4801
                    retVal};
4802
        }
4803
        
4804 6c781c0c djkim
        private void OnSaveMarkupInfoCompleted(object state) {
4805
            if ((this.SaveMarkupInfoCompleted != null)) {
4806 992a98b4 KangIngu
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
4807 6c781c0c djkim
                this.SaveMarkupInfoCompleted(this, new SaveMarkupInfoCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
4808 992a98b4 KangIngu
            }
4809
        }
4810
        
4811 6c781c0c djkim
        public void SaveMarkupInfoAsync(string project_no, string _id, KCOMDataModel.DataModel.MARKUP_INFO value) {
4812
            this.SaveMarkupInfoAsync(project_no, _id, value, null);
4813 992a98b4 KangIngu
        }
4814
        
4815 6c781c0c djkim
        public void SaveMarkupInfoAsync(string project_no, string _id, KCOMDataModel.DataModel.MARKUP_INFO value, object userState) {
4816
            if ((this.onBeginSaveMarkupInfoDelegate == null)) {
4817
                this.onBeginSaveMarkupInfoDelegate = new BeginOperationDelegate(this.OnBeginSaveMarkupInfo);
4818 992a98b4 KangIngu
            }
4819 6c781c0c djkim
            if ((this.onEndSaveMarkupInfoDelegate == null)) {
4820
                this.onEndSaveMarkupInfoDelegate = new EndOperationDelegate(this.OnEndSaveMarkupInfo);
4821 992a98b4 KangIngu
            }
4822 6c781c0c djkim
            if ((this.onSaveMarkupInfoCompletedDelegate == null)) {
4823
                this.onSaveMarkupInfoCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnSaveMarkupInfoCompleted);
4824 992a98b4 KangIngu
            }
4825 6c781c0c djkim
            base.InvokeAsync(this.onBeginSaveMarkupInfoDelegate, new object[] {
4826
                        project_no,
4827
                        _id,
4828
                        value}, this.onEndSaveMarkupInfoDelegate, this.onSaveMarkupInfoCompletedDelegate, userState);
4829 992a98b4 KangIngu
        }
4830
        
4831 6c781c0c djkim
        public System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_DATA> GetMarkupDataList(string project_no, string _versionid) {
4832
            return base.Channel.GetMarkupDataList(project_no, _versionid);
4833 787a4489 KangIngu
        }
4834
        
4835
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
4836 6c781c0c djkim
        public System.IAsyncResult BeginGetMarkupDataList(string project_no, string _versionid, System.AsyncCallback callback, object asyncState) {
4837
            return base.Channel.BeginGetMarkupDataList(project_no, _versionid, callback, asyncState);
4838 787a4489 KangIngu
        }
4839
        
4840
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
4841 6c781c0c djkim
        public System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_DATA> EndGetMarkupDataList(System.IAsyncResult result) {
4842
            return base.Channel.EndGetMarkupDataList(result);
4843 787a4489 KangIngu
        }
4844
        
4845 6c781c0c djkim
        private System.IAsyncResult OnBeginGetMarkupDataList(object[] inValues, System.AsyncCallback callback, object asyncState) {
4846
            string project_no = ((string)(inValues[0]));
4847
            string _versionid = ((string)(inValues[1]));
4848
            return this.BeginGetMarkupDataList(project_no, _versionid, callback, asyncState);
4849 787a4489 KangIngu
        }
4850
        
4851 6c781c0c djkim
        private object[] OnEndGetMarkupDataList(System.IAsyncResult result) {
4852
            System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_DATA> retVal = this.EndGetMarkupDataList(result);
4853 787a4489 KangIngu
            return new object[] {
4854
                    retVal};
4855
        }
4856
        
4857 6c781c0c djkim
        private void OnGetMarkupDataListCompleted(object state) {
4858
            if ((this.GetMarkupDataListCompleted != null)) {
4859 787a4489 KangIngu
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
4860 6c781c0c djkim
                this.GetMarkupDataListCompleted(this, new GetMarkupDataListCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
4861 787a4489 KangIngu
            }
4862
        }
4863
        
4864 6c781c0c djkim
        public void GetMarkupDataListAsync(string project_no, string _versionid) {
4865
            this.GetMarkupDataListAsync(project_no, _versionid, null);
4866 787a4489 KangIngu
        }
4867
        
4868 6c781c0c djkim
        public void GetMarkupDataListAsync(string project_no, string _versionid, object userState) {
4869
            if ((this.onBeginGetMarkupDataListDelegate == null)) {
4870
                this.onBeginGetMarkupDataListDelegate = new BeginOperationDelegate(this.OnBeginGetMarkupDataList);
4871 787a4489 KangIngu
            }
4872 6c781c0c djkim
            if ((this.onEndGetMarkupDataListDelegate == null)) {
4873
                this.onEndGetMarkupDataListDelegate = new EndOperationDelegate(this.OnEndGetMarkupDataList);
4874 787a4489 KangIngu
            }
4875 6c781c0c djkim
            if ((this.onGetMarkupDataListCompletedDelegate == null)) {
4876
                this.onGetMarkupDataListCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetMarkupDataListCompleted);
4877 787a4489 KangIngu
            }
4878 6c781c0c djkim
            base.InvokeAsync(this.onBeginGetMarkupDataListDelegate, new object[] {
4879
                        project_no,
4880
                        _versionid}, this.onEndGetMarkupDataListDelegate, this.onGetMarkupDataListCompletedDelegate, userState);
4881 787a4489 KangIngu
        }
4882
        
4883 6c781c0c djkim
        public bool Consolidate(string project_no, string _user_id, string _doc_id, System.Collections.Generic.List<IKCOM.MarkupInfoItem> markupInfoItems) {
4884
            return base.Channel.Consolidate(project_no, _user_id, _doc_id, markupInfoItems);
4885 787a4489 KangIngu
        }
4886
        
4887
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
4888 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) {
4889
            return base.Channel.BeginConsolidate(project_no, _user_id, _doc_id, markupInfoItems, callback, asyncState);
4890 787a4489 KangIngu
        }
4891
        
4892
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
4893 6c781c0c djkim
        public bool EndConsolidate(System.IAsyncResult result) {
4894
            return base.Channel.EndConsolidate(result);
4895 787a4489 KangIngu
        }
4896
        
4897 6c781c0c djkim
        private System.IAsyncResult OnBeginConsolidate(object[] inValues, System.AsyncCallback callback, object asyncState) {
4898
            string project_no = ((string)(inValues[0]));
4899
            string _user_id = ((string)(inValues[1]));
4900
            string _doc_id = ((string)(inValues[2]));
4901
            System.Collections.Generic.List<IKCOM.MarkupInfoItem> markupInfoItems = ((System.Collections.Generic.List<IKCOM.MarkupInfoItem>)(inValues[3]));
4902
            return this.BeginConsolidate(project_no, _user_id, _doc_id, markupInfoItems, callback, asyncState);
4903 787a4489 KangIngu
        }
4904
        
4905 6c781c0c djkim
        private object[] OnEndConsolidate(System.IAsyncResult result) {
4906
            bool retVal = this.EndConsolidate(result);
4907 787a4489 KangIngu
            return new object[] {
4908
                    retVal};
4909
        }
4910
        
4911 6c781c0c djkim
        private void OnConsolidateCompleted(object state) {
4912
            if ((this.ConsolidateCompleted != null)) {
4913 787a4489 KangIngu
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
4914 6c781c0c djkim
                this.ConsolidateCompleted(this, new ConsolidateCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
4915 787a4489 KangIngu
            }
4916
        }
4917
        
4918 6c781c0c djkim
        public void ConsolidateAsync(string project_no, string _user_id, string _doc_id, System.Collections.Generic.List<IKCOM.MarkupInfoItem> markupInfoItems) {
4919
            this.ConsolidateAsync(project_no, _user_id, _doc_id, markupInfoItems, null);
4920 787a4489 KangIngu
        }
4921
        
4922 6c781c0c djkim
        public void ConsolidateAsync(string project_no, string _user_id, string _doc_id, System.Collections.Generic.List<IKCOM.MarkupInfoItem> markupInfoItems, object userState) {
4923
            if ((this.onBeginConsolidateDelegate == null)) {
4924
                this.onBeginConsolidateDelegate = new BeginOperationDelegate(this.OnBeginConsolidate);
4925 787a4489 KangIngu
            }
4926 6c781c0c djkim
            if ((this.onEndConsolidateDelegate == null)) {
4927
                this.onEndConsolidateDelegate = new EndOperationDelegate(this.OnEndConsolidate);
4928 787a4489 KangIngu
            }
4929 6c781c0c djkim
            if ((this.onConsolidateCompletedDelegate == null)) {
4930
                this.onConsolidateCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnConsolidateCompleted);
4931 787a4489 KangIngu
            }
4932 6c781c0c djkim
            base.InvokeAsync(this.onBeginConsolidateDelegate, new object[] {
4933
                        project_no,
4934
                        _user_id,
4935
                        _doc_id,
4936
                        markupInfoItems}, this.onEndConsolidateDelegate, this.onConsolidateCompletedDelegate, userState);
4937 787a4489 KangIngu
        }
4938
        
4939 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) {
4940
            return base.Channel.ConsolidateMergedPDF(project_no, _user_id, _doc_id, markupInfoItems, ProjectNo, DocInfoID, CreateUserID);
4941
        }
4942
        
4943
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
4944
        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) {
4945
            return base.Channel.BeginConsolidateMergedPDF(project_no, _user_id, _doc_id, markupInfoItems, ProjectNo, DocInfoID, CreateUserID, callback, asyncState);
4946
        }
4947
        
4948
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
4949
        public KCOM.ServiceDeepView.FinalPDFResult EndConsolidateMergedPDF(System.IAsyncResult result) {
4950
            return base.Channel.EndConsolidateMergedPDF(result);
4951
        }
4952
        
4953
        private System.IAsyncResult OnBeginConsolidateMergedPDF(object[] inValues, System.AsyncCallback callback, object asyncState) {
4954
            string project_no = ((string)(inValues[0]));
4955
            string _user_id = ((string)(inValues[1]));
4956
            string _doc_id = ((string)(inValues[2]));
4957
            System.Collections.Generic.List<IKCOM.MarkupInfoItem> markupInfoItems = ((System.Collections.Generic.List<IKCOM.MarkupInfoItem>)(inValues[3]));
4958
            string ProjectNo = ((string)(inValues[4]));
4959
            string DocInfoID = ((string)(inValues[5]));
4960
            string CreateUserID = ((string)(inValues[6]));
4961
            return this.BeginConsolidateMergedPDF(project_no, _user_id, _doc_id, markupInfoItems, ProjectNo, DocInfoID, CreateUserID, callback, asyncState);
4962
        }
4963
        
4964
        private object[] OnEndConsolidateMergedPDF(System.IAsyncResult result) {
4965
            KCOM.ServiceDeepView.FinalPDFResult retVal = this.EndConsolidateMergedPDF(result);
4966
            return new object[] {
4967
                    retVal};
4968
        }
4969
        
4970
        private void OnConsolidateMergedPDFCompleted(object state) {
4971
            if ((this.ConsolidateMergedPDFCompleted != null)) {
4972
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
4973
                this.ConsolidateMergedPDFCompleted(this, new ConsolidateMergedPDFCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
4974
            }
4975
        }
4976
        
4977
        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) {
4978
            this.ConsolidateMergedPDFAsync(project_no, _user_id, _doc_id, markupInfoItems, ProjectNo, DocInfoID, CreateUserID, null);
4979
        }
4980
        
4981
        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) {
4982
            if ((this.onBeginConsolidateMergedPDFDelegate == null)) {
4983
                this.onBeginConsolidateMergedPDFDelegate = new BeginOperationDelegate(this.OnBeginConsolidateMergedPDF);
4984
            }
4985
            if ((this.onEndConsolidateMergedPDFDelegate == null)) {
4986
                this.onEndConsolidateMergedPDFDelegate = new EndOperationDelegate(this.OnEndConsolidateMergedPDF);
4987
            }
4988
            if ((this.onConsolidateMergedPDFCompletedDelegate == null)) {
4989
                this.onConsolidateMergedPDFCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnConsolidateMergedPDFCompleted);
4990
            }
4991
            base.InvokeAsync(this.onBeginConsolidateMergedPDFDelegate, new object[] {
4992
                        project_no,
4993
                        _user_id,
4994
                        _doc_id,
4995
                        markupInfoItems,
4996
                        ProjectNo,
4997
                        DocInfoID,
4998
                        CreateUserID}, this.onEndConsolidateMergedPDFDelegate, this.onConsolidateMergedPDFCompletedDelegate, userState);
4999
        }
5000
        
5001 119b58c6 djkim
        public bool TeamConsolidate(string project_no, string _user_id, string _doc_id, System.Collections.Generic.List<IKCOM.MarkupInfoItem> markupInfoItems) {
5002
            return base.Channel.TeamConsolidate(project_no, _user_id, _doc_id, markupInfoItems);
5003
        }
5004
        
5005
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
5006
        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) {
5007
            return base.Channel.BeginTeamConsolidate(project_no, _user_id, _doc_id, markupInfoItems, callback, asyncState);
5008
        }
5009
        
5010
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
5011
        public bool EndTeamConsolidate(System.IAsyncResult result) {
5012
            return base.Channel.EndTeamConsolidate(result);
5013
        }
5014
        
5015
        private System.IAsyncResult OnBeginTeamConsolidate(object[] inValues, System.AsyncCallback callback, object asyncState) {
5016
            string project_no = ((string)(inValues[0]));
5017
            string _user_id = ((string)(inValues[1]));
5018
            string _doc_id = ((string)(inValues[2]));
5019
            System.Collections.Generic.List<IKCOM.MarkupInfoItem> markupInfoItems = ((System.Collections.Generic.List<IKCOM.MarkupInfoItem>)(inValues[3]));
5020
            return this.BeginTeamConsolidate(project_no, _user_id, _doc_id, markupInfoItems, callback, asyncState);
5021
        }
5022
        
5023
        private object[] OnEndTeamConsolidate(System.IAsyncResult result) {
5024
            bool retVal = this.EndTeamConsolidate(result);
5025
            return new object[] {
5026
                    retVal};
5027
        }
5028
        
5029
        private void OnTeamConsolidateCompleted(object state) {
5030
            if ((this.TeamConsolidateCompleted != null)) {
5031
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
5032
                this.TeamConsolidateCompleted(this, new TeamConsolidateCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
5033
            }
5034
        }
5035
        
5036
        public void TeamConsolidateAsync(string project_no, string _user_id, string _doc_id, System.Collections.Generic.List<IKCOM.MarkupInfoItem> markupInfoItems) {
5037
            this.TeamConsolidateAsync(project_no, _user_id, _doc_id, markupInfoItems, null);
5038
        }
5039
        
5040
        public void TeamConsolidateAsync(string project_no, string _user_id, string _doc_id, System.Collections.Generic.List<IKCOM.MarkupInfoItem> markupInfoItems, object userState) {
5041
            if ((this.onBeginTeamConsolidateDelegate == null)) {
5042
                this.onBeginTeamConsolidateDelegate = new BeginOperationDelegate(this.OnBeginTeamConsolidate);
5043
            }
5044
            if ((this.onEndTeamConsolidateDelegate == null)) {
5045
                this.onEndTeamConsolidateDelegate = new EndOperationDelegate(this.OnEndTeamConsolidate);
5046
            }
5047
            if ((this.onTeamConsolidateCompletedDelegate == null)) {
5048
                this.onTeamConsolidateCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnTeamConsolidateCompleted);
5049
            }
5050
            base.InvokeAsync(this.onBeginTeamConsolidateDelegate, new object[] {
5051
                        project_no,
5052
                        _user_id,
5053
                        _doc_id,
5054
                        markupInfoItems}, this.onEndTeamConsolidateDelegate, this.onTeamConsolidateCompletedDelegate, userState);
5055
        }
5056
        
5057 6c781c0c djkim
        public KCOMDataModel.DataModel.MEMBER GetMember(string project_no, string user_id) {
5058
            return base.Channel.GetMember(project_no, user_id);
5059 787a4489 KangIngu
        }
5060
        
5061
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
5062 6c781c0c djkim
        public System.IAsyncResult BeginGetMember(string project_no, string user_id, System.AsyncCallback callback, object asyncState) {
5063
            return base.Channel.BeginGetMember(project_no, user_id, callback, asyncState);
5064 787a4489 KangIngu
        }
5065
        
5066
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
5067 6c781c0c djkim
        public KCOMDataModel.DataModel.MEMBER EndGetMember(System.IAsyncResult result) {
5068
            return base.Channel.EndGetMember(result);
5069 787a4489 KangIngu
        }
5070
        
5071 6c781c0c djkim
        private System.IAsyncResult OnBeginGetMember(object[] inValues, System.AsyncCallback callback, object asyncState) {
5072
            string project_no = ((string)(inValues[0]));
5073
            string user_id = ((string)(inValues[1]));
5074
            return this.BeginGetMember(project_no, user_id, callback, asyncState);
5075 787a4489 KangIngu
        }
5076
        
5077 6c781c0c djkim
        private object[] OnEndGetMember(System.IAsyncResult result) {
5078
            KCOMDataModel.DataModel.MEMBER retVal = this.EndGetMember(result);
5079 787a4489 KangIngu
            return new object[] {
5080
                    retVal};
5081
        }
5082
        
5083 6c781c0c djkim
        private void OnGetMemberCompleted(object state) {
5084
            if ((this.GetMemberCompleted != null)) {
5085 787a4489 KangIngu
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
5086 6c781c0c djkim
                this.GetMemberCompleted(this, new GetMemberCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
5087 787a4489 KangIngu
            }
5088
        }
5089
        
5090 6c781c0c djkim
        public void GetMemberAsync(string project_no, string user_id) {
5091
            this.GetMemberAsync(project_no, user_id, null);
5092 787a4489 KangIngu
        }
5093
        
5094 6c781c0c djkim
        public void GetMemberAsync(string project_no, string user_id, object userState) {
5095
            if ((this.onBeginGetMemberDelegate == null)) {
5096
                this.onBeginGetMemberDelegate = new BeginOperationDelegate(this.OnBeginGetMember);
5097 787a4489 KangIngu
            }
5098 6c781c0c djkim
            if ((this.onEndGetMemberDelegate == null)) {
5099
                this.onEndGetMemberDelegate = new EndOperationDelegate(this.OnEndGetMember);
5100 787a4489 KangIngu
            }
5101 6c781c0c djkim
            if ((this.onGetMemberCompletedDelegate == null)) {
5102
                this.onGetMemberCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetMemberCompleted);
5103
            }
5104
            base.InvokeAsync(this.onBeginGetMemberDelegate, new object[] {
5105
                        project_no,
5106
                        user_id}, this.onEndGetMemberDelegate, this.onGetMemberCompletedDelegate, userState);
5107 787a4489 KangIngu
        }
5108
        
5109 6c781c0c djkim
        public System.Collections.Generic.List<KCOMDataModel.DataModel.SYMBOL_PRIVATE> GetSymbolList(string user_id) {
5110
            return base.Channel.GetSymbolList(user_id);
5111 787a4489 KangIngu
        }
5112
        
5113
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
5114 6c781c0c djkim
        public System.IAsyncResult BeginGetSymbolList(string user_id, System.AsyncCallback callback, object asyncState) {
5115
            return base.Channel.BeginGetSymbolList(user_id, callback, asyncState);
5116 787a4489 KangIngu
        }
5117
        
5118
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
5119 6c781c0c djkim
        public System.Collections.Generic.List<KCOMDataModel.DataModel.SYMBOL_PRIVATE> EndGetSymbolList(System.IAsyncResult result) {
5120
            return base.Channel.EndGetSymbolList(result);
5121 787a4489 KangIngu
        }
5122
        
5123 6c781c0c djkim
        private System.IAsyncResult OnBeginGetSymbolList(object[] inValues, System.AsyncCallback callback, object asyncState) {
5124
            string user_id = ((string)(inValues[0]));
5125
            return this.BeginGetSymbolList(user_id, callback, asyncState);
5126 787a4489 KangIngu
        }
5127
        
5128 6c781c0c djkim
        private object[] OnEndGetSymbolList(System.IAsyncResult result) {
5129
            System.Collections.Generic.List<KCOMDataModel.DataModel.SYMBOL_PRIVATE> retVal = this.EndGetSymbolList(result);
5130 787a4489 KangIngu
            return new object[] {
5131
                    retVal};
5132
        }
5133
        
5134 6c781c0c djkim
        private void OnGetSymbolListCompleted(object state) {
5135
            if ((this.GetSymbolListCompleted != null)) {
5136 787a4489 KangIngu
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
5137 6c781c0c djkim
                this.GetSymbolListCompleted(this, new GetSymbolListCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
5138 787a4489 KangIngu
            }
5139
        }
5140
        
5141 6c781c0c djkim
        public void GetSymbolListAsync(string user_id) {
5142
            this.GetSymbolListAsync(user_id, null);
5143 787a4489 KangIngu
        }
5144
        
5145 6c781c0c djkim
        public void GetSymbolListAsync(string user_id, object userState) {
5146
            if ((this.onBeginGetSymbolListDelegate == null)) {
5147
                this.onBeginGetSymbolListDelegate = new BeginOperationDelegate(this.OnBeginGetSymbolList);
5148 787a4489 KangIngu
            }
5149 6c781c0c djkim
            if ((this.onEndGetSymbolListDelegate == null)) {
5150
                this.onEndGetSymbolListDelegate = new EndOperationDelegate(this.OnEndGetSymbolList);
5151 787a4489 KangIngu
            }
5152 6c781c0c djkim
            if ((this.onGetSymbolListCompletedDelegate == null)) {
5153
                this.onGetSymbolListCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetSymbolListCompleted);
5154 787a4489 KangIngu
            }
5155 6c781c0c djkim
            base.InvokeAsync(this.onBeginGetSymbolListDelegate, new object[] {
5156
                        user_id}, this.onEndGetSymbolListDelegate, this.onGetSymbolListCompletedDelegate, userState);
5157 787a4489 KangIngu
        }
5158
        
5159 6c781c0c djkim
        public System.Collections.Generic.List<string> GetPublicSymbolDeptList() {
5160
            return base.Channel.GetPublicSymbolDeptList();
5161 787a4489 KangIngu
        }
5162
        
5163
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
5164 6c781c0c djkim
        public System.IAsyncResult BeginGetPublicSymbolDeptList(System.AsyncCallback callback, object asyncState) {
5165
            return base.Channel.BeginGetPublicSymbolDeptList(callback, asyncState);
5166 787a4489 KangIngu
        }
5167
        
5168
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
5169 6c781c0c djkim
        public System.Collections.Generic.List<string> EndGetPublicSymbolDeptList(System.IAsyncResult result) {
5170
            return base.Channel.EndGetPublicSymbolDeptList(result);
5171 787a4489 KangIngu
        }
5172
        
5173 6c781c0c djkim
        private System.IAsyncResult OnBeginGetPublicSymbolDeptList(object[] inValues, System.AsyncCallback callback, object asyncState) {
5174
            return this.BeginGetPublicSymbolDeptList(callback, asyncState);
5175 787a4489 KangIngu
        }
5176
        
5177 6c781c0c djkim
        private object[] OnEndGetPublicSymbolDeptList(System.IAsyncResult result) {
5178
            System.Collections.Generic.List<string> retVal = this.EndGetPublicSymbolDeptList(result);
5179 787a4489 KangIngu
            return new object[] {
5180
                    retVal};
5181
        }
5182
        
5183 6c781c0c djkim
        private void OnGetPublicSymbolDeptListCompleted(object state) {
5184
            if ((this.GetPublicSymbolDeptListCompleted != null)) {
5185 787a4489 KangIngu
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
5186 6c781c0c djkim
                this.GetPublicSymbolDeptListCompleted(this, new GetPublicSymbolDeptListCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
5187 787a4489 KangIngu
            }
5188
        }
5189
        
5190 6c781c0c djkim
        public void GetPublicSymbolDeptListAsync() {
5191
            this.GetPublicSymbolDeptListAsync(null);
5192 787a4489 KangIngu
        }
5193
        
5194 6c781c0c djkim
        public void GetPublicSymbolDeptListAsync(object userState) {
5195
            if ((this.onBeginGetPublicSymbolDeptListDelegate == null)) {
5196
                this.onBeginGetPublicSymbolDeptListDelegate = new BeginOperationDelegate(this.OnBeginGetPublicSymbolDeptList);
5197 787a4489 KangIngu
            }
5198 6c781c0c djkim
            if ((this.onEndGetPublicSymbolDeptListDelegate == null)) {
5199
                this.onEndGetPublicSymbolDeptListDelegate = new EndOperationDelegate(this.OnEndGetPublicSymbolDeptList);
5200 787a4489 KangIngu
            }
5201 6c781c0c djkim
            if ((this.onGetPublicSymbolDeptListCompletedDelegate == null)) {
5202
                this.onGetPublicSymbolDeptListCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetPublicSymbolDeptListCompleted);
5203 787a4489 KangIngu
            }
5204 6c781c0c djkim
            base.InvokeAsync(this.onBeginGetPublicSymbolDeptListDelegate, null, this.onEndGetPublicSymbolDeptListDelegate, this.onGetPublicSymbolDeptListCompletedDelegate, userState);
5205 787a4489 KangIngu
        }
5206
        
5207 6c781c0c djkim
        public System.Collections.Generic.List<KCOMDataModel.DataModel.SYMBOL_PUBLIC> GetPublicSymbolList(string dept) {
5208
            return base.Channel.GetPublicSymbolList(dept);
5209 787a4489 KangIngu
        }
5210
        
5211
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
5212 6c781c0c djkim
        public System.IAsyncResult BeginGetPublicSymbolList(string dept, System.AsyncCallback callback, object asyncState) {
5213
            return base.Channel.BeginGetPublicSymbolList(dept, callback, asyncState);
5214 787a4489 KangIngu
        }
5215
        
5216
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
5217 6c781c0c djkim
        public System.Collections.Generic.List<KCOMDataModel.DataModel.SYMBOL_PUBLIC> EndGetPublicSymbolList(System.IAsyncResult result) {
5218
            return base.Channel.EndGetPublicSymbolList(result);
5219 787a4489 KangIngu
        }
5220
        
5221 6c781c0c djkim
        private System.IAsyncResult OnBeginGetPublicSymbolList(object[] inValues, System.AsyncCallback callback, object asyncState) {
5222
            string dept = ((string)(inValues[0]));
5223
            return this.BeginGetPublicSymbolList(dept, callback, asyncState);
5224 787a4489 KangIngu
        }
5225
        
5226 6c781c0c djkim
        private object[] OnEndGetPublicSymbolList(System.IAsyncResult result) {
5227
            System.Collections.Generic.List<KCOMDataModel.DataModel.SYMBOL_PUBLIC> retVal = this.EndGetPublicSymbolList(result);
5228 787a4489 KangIngu
            return new object[] {
5229
                    retVal};
5230
        }
5231
        
5232 6c781c0c djkim
        private void OnGetPublicSymbolListCompleted(object state) {
5233
            if ((this.GetPublicSymbolListCompleted != null)) {
5234 787a4489 KangIngu
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
5235 6c781c0c djkim
                this.GetPublicSymbolListCompleted(this, new GetPublicSymbolListCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
5236 787a4489 KangIngu
            }
5237
        }
5238
        
5239 6c781c0c djkim
        public void GetPublicSymbolListAsync(string dept) {
5240
            this.GetPublicSymbolListAsync(dept, null);
5241 787a4489 KangIngu
        }
5242
        
5243 6c781c0c djkim
        public void GetPublicSymbolListAsync(string dept, object userState) {
5244
            if ((this.onBeginGetPublicSymbolListDelegate == null)) {
5245
                this.onBeginGetPublicSymbolListDelegate = new BeginOperationDelegate(this.OnBeginGetPublicSymbolList);
5246 787a4489 KangIngu
            }
5247 6c781c0c djkim
            if ((this.onEndGetPublicSymbolListDelegate == null)) {
5248
                this.onEndGetPublicSymbolListDelegate = new EndOperationDelegate(this.OnEndGetPublicSymbolList);
5249 787a4489 KangIngu
            }
5250 6c781c0c djkim
            if ((this.onGetPublicSymbolListCompletedDelegate == null)) {
5251
                this.onGetPublicSymbolListCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetPublicSymbolListCompleted);
5252 787a4489 KangIngu
            }
5253 6c781c0c djkim
            base.InvokeAsync(this.onBeginGetPublicSymbolListDelegate, new object[] {
5254
                        dept}, this.onEndGetPublicSymbolListDelegate, this.onGetPublicSymbolListCompletedDelegate, userState);
5255 787a4489 KangIngu
        }
5256
        
5257 6c781c0c djkim
        public string GetSymbolData(string id, int type) {
5258
            return base.Channel.GetSymbolData(id, type);
5259 787a4489 KangIngu
        }
5260
        
5261
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
5262 6c781c0c djkim
        public System.IAsyncResult BeginGetSymbolData(string id, int type, System.AsyncCallback callback, object asyncState) {
5263
            return base.Channel.BeginGetSymbolData(id, type, callback, asyncState);
5264 787a4489 KangIngu
        }
5265
        
5266
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
5267 6c781c0c djkim
        public string EndGetSymbolData(System.IAsyncResult result) {
5268
            return base.Channel.EndGetSymbolData(result);
5269 787a4489 KangIngu
        }
5270
        
5271 6c781c0c djkim
        private System.IAsyncResult OnBeginGetSymbolData(object[] inValues, System.AsyncCallback callback, object asyncState) {
5272
            string id = ((string)(inValues[0]));
5273
            int type = ((int)(inValues[1]));
5274
            return this.BeginGetSymbolData(id, type, callback, asyncState);
5275 787a4489 KangIngu
        }
5276
        
5277 6c781c0c djkim
        private object[] OnEndGetSymbolData(System.IAsyncResult result) {
5278
            string retVal = this.EndGetSymbolData(result);
5279 787a4489 KangIngu
            return new object[] {
5280
                    retVal};
5281
        }
5282
        
5283 6c781c0c djkim
        private void OnGetSymbolDataCompleted(object state) {
5284
            if ((this.GetSymbolDataCompleted != null)) {
5285 787a4489 KangIngu
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
5286 6c781c0c djkim
                this.GetSymbolDataCompleted(this, new GetSymbolDataCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
5287 787a4489 KangIngu
            }
5288
        }
5289
        
5290 6c781c0c djkim
        public void GetSymbolDataAsync(string id, int type) {
5291
            this.GetSymbolDataAsync(id, type, null);
5292 787a4489 KangIngu
        }
5293
        
5294 6c781c0c djkim
        public void GetSymbolDataAsync(string id, int type, object userState) {
5295
            if ((this.onBeginGetSymbolDataDelegate == null)) {
5296
                this.onBeginGetSymbolDataDelegate = new BeginOperationDelegate(this.OnBeginGetSymbolData);
5297 787a4489 KangIngu
            }
5298 6c781c0c djkim
            if ((this.onEndGetSymbolDataDelegate == null)) {
5299
                this.onEndGetSymbolDataDelegate = new EndOperationDelegate(this.OnEndGetSymbolData);
5300 787a4489 KangIngu
            }
5301 6c781c0c djkim
            if ((this.onGetSymbolDataCompletedDelegate == null)) {
5302
                this.onGetSymbolDataCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetSymbolDataCompleted);
5303 787a4489 KangIngu
            }
5304 6c781c0c djkim
            base.InvokeAsync(this.onBeginGetSymbolDataDelegate, new object[] {
5305
                        id,
5306
                        type}, this.onEndGetSymbolDataDelegate, this.onGetSymbolDataCompletedDelegate, userState);
5307 787a4489 KangIngu
        }
5308
        
5309 53880c83 ljiyeon
        public string GetSymbolImageURL(string id, int type) {
5310
            return base.Channel.GetSymbolImageURL(id, type);
5311
        }
5312
        
5313
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
5314
        public System.IAsyncResult BeginGetSymbolImageURL(string id, int type, System.AsyncCallback callback, object asyncState) {
5315
            return base.Channel.BeginGetSymbolImageURL(id, type, callback, asyncState);
5316
        }
5317
        
5318
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
5319
        public string EndGetSymbolImageURL(System.IAsyncResult result) {
5320
            return base.Channel.EndGetSymbolImageURL(result);
5321
        }
5322
        
5323
        private System.IAsyncResult OnBeginGetSymbolImageURL(object[] inValues, System.AsyncCallback callback, object asyncState) {
5324
            string id = ((string)(inValues[0]));
5325
            int type = ((int)(inValues[1]));
5326
            return this.BeginGetSymbolImageURL(id, type, callback, asyncState);
5327
        }
5328
        
5329
        private object[] OnEndGetSymbolImageURL(System.IAsyncResult result) {
5330
            string retVal = this.EndGetSymbolImageURL(result);
5331
            return new object[] {
5332
                    retVal};
5333
        }
5334
        
5335
        private void OnGetSymbolImageURLCompleted(object state) {
5336
            if ((this.GetSymbolImageURLCompleted != null)) {
5337
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
5338
                this.GetSymbolImageURLCompleted(this, new GetSymbolImageURLCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
5339
            }
5340
        }
5341
        
5342
        public void GetSymbolImageURLAsync(string id, int type) {
5343
            this.GetSymbolImageURLAsync(id, type, null);
5344
        }
5345
        
5346
        public void GetSymbolImageURLAsync(string id, int type, object userState) {
5347
            if ((this.onBeginGetSymbolImageURLDelegate == null)) {
5348
                this.onBeginGetSymbolImageURLDelegate = new BeginOperationDelegate(this.OnBeginGetSymbolImageURL);
5349
            }
5350
            if ((this.onEndGetSymbolImageURLDelegate == null)) {
5351
                this.onEndGetSymbolImageURLDelegate = new EndOperationDelegate(this.OnEndGetSymbolImageURL);
5352
            }
5353
            if ((this.onGetSymbolImageURLCompletedDelegate == null)) {
5354
                this.onGetSymbolImageURLCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetSymbolImageURLCompleted);
5355
            }
5356
            base.InvokeAsync(this.onBeginGetSymbolImageURLDelegate, new object[] {
5357
                        id,
5358
                        type}, this.onEndGetSymbolImageURLDelegate, this.onGetSymbolImageURLCompletedDelegate, userState);
5359
        }
5360
        
5361 6c781c0c djkim
        public string GetSignData(string project_no, string user_id) {
5362
            return base.Channel.GetSignData(project_no, user_id);
5363 787a4489 KangIngu
        }
5364
        
5365
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
5366 6c781c0c djkim
        public System.IAsyncResult BeginGetSignData(string project_no, string user_id, System.AsyncCallback callback, object asyncState) {
5367
            return base.Channel.BeginGetSignData(project_no, user_id, callback, asyncState);
5368 787a4489 KangIngu
        }
5369
        
5370
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
5371 6c781c0c djkim
        public string EndGetSignData(System.IAsyncResult result) {
5372
            return base.Channel.EndGetSignData(result);
5373 787a4489 KangIngu
        }
5374
        
5375 6c781c0c djkim
        private System.IAsyncResult OnBeginGetSignData(object[] inValues, System.AsyncCallback callback, object asyncState) {
5376
            string project_no = ((string)(inValues[0]));
5377
            string user_id = ((string)(inValues[1]));
5378
            return this.BeginGetSignData(project_no, user_id, callback, asyncState);
5379 787a4489 KangIngu
        }
5380
        
5381 6c781c0c djkim
        private object[] OnEndGetSignData(System.IAsyncResult result) {
5382
            string retVal = this.EndGetSignData(result);
5383 787a4489 KangIngu
            return new object[] {
5384
                    retVal};
5385
        }
5386
        
5387 6c781c0c djkim
        private void OnGetSignDataCompleted(object state) {
5388
            if ((this.GetSignDataCompleted != null)) {
5389 787a4489 KangIngu
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
5390 6c781c0c djkim
                this.GetSignDataCompleted(this, new GetSignDataCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
5391 787a4489 KangIngu
            }
5392
        }
5393
        
5394 6c781c0c djkim
        public void GetSignDataAsync(string project_no, string user_id) {
5395
            this.GetSignDataAsync(project_no, user_id, null);
5396 787a4489 KangIngu
        }
5397
        
5398 6c781c0c djkim
        public void GetSignDataAsync(string project_no, string user_id, object userState) {
5399
            if ((this.onBeginGetSignDataDelegate == null)) {
5400
                this.onBeginGetSignDataDelegate = new BeginOperationDelegate(this.OnBeginGetSignData);
5401 787a4489 KangIngu
            }
5402 6c781c0c djkim
            if ((this.onEndGetSignDataDelegate == null)) {
5403
                this.onEndGetSignDataDelegate = new EndOperationDelegate(this.OnEndGetSignData);
5404 787a4489 KangIngu
            }
5405 6c781c0c djkim
            if ((this.onGetSignDataCompletedDelegate == null)) {
5406
                this.onGetSignDataCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetSignDataCompleted);
5407 787a4489 KangIngu
            }
5408 6c781c0c djkim
            base.InvokeAsync(this.onBeginGetSignDataDelegate, new object[] {
5409
                        project_no,
5410
                        user_id}, this.onEndGetSignDataDelegate, this.onGetSignDataCompletedDelegate, userState);
5411 787a4489 KangIngu
        }
5412
        
5413 6c781c0c djkim
        public string GetProjectName(string project_no) {
5414
            return base.Channel.GetProjectName(project_no);
5415 787a4489 KangIngu
        }
5416
        
5417
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
5418 6c781c0c djkim
        public System.IAsyncResult BeginGetProjectName(string project_no, System.AsyncCallback callback, object asyncState) {
5419
            return base.Channel.BeginGetProjectName(project_no, callback, asyncState);
5420 787a4489 KangIngu
        }
5421
        
5422
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
5423 6c781c0c djkim
        public string EndGetProjectName(System.IAsyncResult result) {
5424
            return base.Channel.EndGetProjectName(result);
5425 787a4489 KangIngu
        }
5426
        
5427 6c781c0c djkim
        private System.IAsyncResult OnBeginGetProjectName(object[] inValues, System.AsyncCallback callback, object asyncState) {
5428
            string project_no = ((string)(inValues[0]));
5429
            return this.BeginGetProjectName(project_no, callback, asyncState);
5430 787a4489 KangIngu
        }
5431
        
5432 6c781c0c djkim
        private object[] OnEndGetProjectName(System.IAsyncResult result) {
5433
            string retVal = this.EndGetProjectName(result);
5434 787a4489 KangIngu
            return new object[] {
5435
                    retVal};
5436
        }
5437
        
5438 6c781c0c djkim
        private void OnGetProjectNameCompleted(object state) {
5439
            if ((this.GetProjectNameCompleted != null)) {
5440 787a4489 KangIngu
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
5441 6c781c0c djkim
                this.GetProjectNameCompleted(this, new GetProjectNameCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
5442 787a4489 KangIngu
            }
5443
        }
5444
        
5445 6c781c0c djkim
        public void GetProjectNameAsync(string project_no) {
5446
            this.GetProjectNameAsync(project_no, null);
5447 787a4489 KangIngu
        }
5448
        
5449 6c781c0c djkim
        public void GetProjectNameAsync(string project_no, object userState) {
5450
            if ((this.onBeginGetProjectNameDelegate == null)) {
5451
                this.onBeginGetProjectNameDelegate = new BeginOperationDelegate(this.OnBeginGetProjectName);
5452 787a4489 KangIngu
            }
5453 6c781c0c djkim
            if ((this.onEndGetProjectNameDelegate == null)) {
5454
                this.onEndGetProjectNameDelegate = new EndOperationDelegate(this.OnEndGetProjectName);
5455 787a4489 KangIngu
            }
5456 6c781c0c djkim
            if ((this.onGetProjectNameCompletedDelegate == null)) {
5457
                this.onGetProjectNameCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetProjectNameCompleted);
5458 787a4489 KangIngu
            }
5459 6c781c0c djkim
            base.InvokeAsync(this.onBeginGetProjectNameDelegate, new object[] {
5460
                        project_no}, this.onEndGetProjectNameDelegate, this.onGetProjectNameCompletedDelegate, userState);
5461 787a4489 KangIngu
        }
5462
        
5463 6c781c0c djkim
        public System.Collections.Generic.List<KCOMDataModel.DataModel.DOCUMENT_ITEM> GetPreRevSelect(string project_no, string doc_no, string current_rev) {
5464
            return base.Channel.GetPreRevSelect(project_no, doc_no, current_rev);
5465 787a4489 KangIngu
        }
5466
        
5467
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
5468 6c781c0c djkim
        public System.IAsyncResult BeginGetPreRevSelect(string project_no, string doc_no, string current_rev, System.AsyncCallback callback, object asyncState) {
5469
            return base.Channel.BeginGetPreRevSelect(project_no, doc_no, current_rev, callback, asyncState);
5470 787a4489 KangIngu
        }
5471
        
5472
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
5473 6c781c0c djkim
        public System.Collections.Generic.List<KCOMDataModel.DataModel.DOCUMENT_ITEM> EndGetPreRevSelect(System.IAsyncResult result) {
5474
            return base.Channel.EndGetPreRevSelect(result);
5475 787a4489 KangIngu
        }
5476
        
5477 6c781c0c djkim
        private System.IAsyncResult OnBeginGetPreRevSelect(object[] inValues, System.AsyncCallback callback, object asyncState) {
5478
            string project_no = ((string)(inValues[0]));
5479
            string doc_no = ((string)(inValues[1]));
5480
            string current_rev = ((string)(inValues[2]));
5481
            return this.BeginGetPreRevSelect(project_no, doc_no, current_rev, callback, asyncState);
5482 787a4489 KangIngu
        }
5483
        
5484 6c781c0c djkim
        private object[] OnEndGetPreRevSelect(System.IAsyncResult result) {
5485
            System.Collections.Generic.List<KCOMDataModel.DataModel.DOCUMENT_ITEM> retVal = this.EndGetPreRevSelect(result);
5486 787a4489 KangIngu
            return new object[] {
5487
                    retVal};
5488
        }
5489
        
5490 6c781c0c djkim
        private void OnGetPreRevSelectCompleted(object state) {
5491
            if ((this.GetPreRevSelectCompleted != null)) {
5492 787a4489 KangIngu
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
5493 6c781c0c djkim
                this.GetPreRevSelectCompleted(this, new GetPreRevSelectCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
5494 787a4489 KangIngu
            }
5495
        }
5496
        
5497 6c781c0c djkim
        public void GetPreRevSelectAsync(string project_no, string doc_no, string current_rev) {
5498
            this.GetPreRevSelectAsync(project_no, doc_no, current_rev, null);
5499 787a4489 KangIngu
        }
5500
        
5501 6c781c0c djkim
        public void GetPreRevSelectAsync(string project_no, string doc_no, string current_rev, object userState) {
5502
            if ((this.onBeginGetPreRevSelectDelegate == null)) {
5503
                this.onBeginGetPreRevSelectDelegate = new BeginOperationDelegate(this.OnBeginGetPreRevSelect);
5504 787a4489 KangIngu
            }
5505 6c781c0c djkim
            if ((this.onEndGetPreRevSelectDelegate == null)) {
5506
                this.onEndGetPreRevSelectDelegate = new EndOperationDelegate(this.OnEndGetPreRevSelect);
5507 787a4489 KangIngu
            }
5508 6c781c0c djkim
            if ((this.onGetPreRevSelectCompletedDelegate == null)) {
5509
                this.onGetPreRevSelectCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetPreRevSelectCompleted);
5510 787a4489 KangIngu
            }
5511 6c781c0c djkim
            base.InvokeAsync(this.onBeginGetPreRevSelectDelegate, new object[] {
5512
                        project_no,
5513
                        doc_no,
5514
                        current_rev}, this.onEndGetPreRevSelectDelegate, this.onGetPreRevSelectCompletedDelegate, userState);
5515 787a4489 KangIngu
        }
5516
        
5517 6c781c0c djkim
        public KCOMDataModel.DataModel.DOCINFO GetDocInfoOneSelect(string project_no, string doc_id) {
5518
            return base.Channel.GetDocInfoOneSelect(project_no, doc_id);
5519 787a4489 KangIngu
        }
5520
        
5521
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
5522 6c781c0c djkim
        public System.IAsyncResult BeginGetDocInfoOneSelect(string project_no, string doc_id, System.AsyncCallback callback, object asyncState) {
5523
            return base.Channel.BeginGetDocInfoOneSelect(project_no, doc_id, callback, asyncState);
5524 787a4489 KangIngu
        }
5525
        
5526
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
5527 6c781c0c djkim
        public KCOMDataModel.DataModel.DOCINFO EndGetDocInfoOneSelect(System.IAsyncResult result) {
5528
            return base.Channel.EndGetDocInfoOneSelect(result);
5529 787a4489 KangIngu
        }
5530
        
5531 6c781c0c djkim
        private System.IAsyncResult OnBeginGetDocInfoOneSelect(object[] inValues, System.AsyncCallback callback, object asyncState) {
5532
            string project_no = ((string)(inValues[0]));
5533
            string doc_id = ((string)(inValues[1]));
5534
            return this.BeginGetDocInfoOneSelect(project_no, doc_id, callback, asyncState);
5535 787a4489 KangIngu
        }
5536
        
5537 6c781c0c djkim
        private object[] OnEndGetDocInfoOneSelect(System.IAsyncResult result) {
5538
            KCOMDataModel.DataModel.DOCINFO retVal = this.EndGetDocInfoOneSelect(result);
5539 787a4489 KangIngu
            return new object[] {
5540
                    retVal};
5541
        }
5542
        
5543 6c781c0c djkim
        private void OnGetDocInfoOneSelectCompleted(object state) {
5544
            if ((this.GetDocInfoOneSelectCompleted != null)) {
5545 787a4489 KangIngu
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
5546 6c781c0c djkim
                this.GetDocInfoOneSelectCompleted(this, new GetDocInfoOneSelectCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
5547 787a4489 KangIngu
            }
5548
        }
5549
        
5550 6c781c0c djkim
        public void GetDocInfoOneSelectAsync(string project_no, string doc_id) {
5551
            this.GetDocInfoOneSelectAsync(project_no, doc_id, null);
5552 787a4489 KangIngu
        }
5553
        
5554 6c781c0c djkim
        public void GetDocInfoOneSelectAsync(string project_no, string doc_id, object userState) {
5555
            if ((this.onBeginGetDocInfoOneSelectDelegate == null)) {
5556
                this.onBeginGetDocInfoOneSelectDelegate = new BeginOperationDelegate(this.OnBeginGetDocInfoOneSelect);
5557 787a4489 KangIngu
            }
5558 6c781c0c djkim
            if ((this.onEndGetDocInfoOneSelectDelegate == null)) {
5559
                this.onEndGetDocInfoOneSelectDelegate = new EndOperationDelegate(this.OnEndGetDocInfoOneSelect);
5560 787a4489 KangIngu
            }
5561 6c781c0c djkim
            if ((this.onGetDocInfoOneSelectCompletedDelegate == null)) {
5562
                this.onGetDocInfoOneSelectCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetDocInfoOneSelectCompleted);
5563 787a4489 KangIngu
            }
5564 6c781c0c djkim
            base.InvokeAsync(this.onBeginGetDocInfoOneSelectDelegate, new object[] {
5565
                        project_no,
5566
                        doc_id}, this.onEndGetDocInfoOneSelectDelegate, this.onGetDocInfoOneSelectCompletedDelegate, userState);
5567 787a4489 KangIngu
        }
5568 992a98b4 KangIngu
        
5569 6c781c0c djkim
        public System.Collections.Generic.List<IKCOM.MarkupInfoItem> GetPrintDocItemList(string project_no, string doc_id, System.Collections.Generic.List<IKCOM.MarkupInfoItem> _markupInfoList) {
5570
            return base.Channel.GetPrintDocItemList(project_no, doc_id, _markupInfoList);
5571 992a98b4 KangIngu
        }
5572
        
5573
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
5574 6c781c0c djkim
        public System.IAsyncResult BeginGetPrintDocItemList(string project_no, string doc_id, System.Collections.Generic.List<IKCOM.MarkupInfoItem> _markupInfoList, System.AsyncCallback callback, object asyncState) {
5575
            return base.Channel.BeginGetPrintDocItemList(project_no, doc_id, _markupInfoList, callback, asyncState);
5576 992a98b4 KangIngu
        }
5577
        
5578
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
5579 6c781c0c djkim
        public System.Collections.Generic.List<IKCOM.MarkupInfoItem> EndGetPrintDocItemList(System.IAsyncResult result) {
5580
            return base.Channel.EndGetPrintDocItemList(result);
5581 992a98b4 KangIngu
        }
5582
        
5583 6c781c0c djkim
        private System.IAsyncResult OnBeginGetPrintDocItemList(object[] inValues, System.AsyncCallback callback, object asyncState) {
5584
            string project_no = ((string)(inValues[0]));
5585
            string doc_id = ((string)(inValues[1]));
5586
            System.Collections.Generic.List<IKCOM.MarkupInfoItem> _markupInfoList = ((System.Collections.Generic.List<IKCOM.MarkupInfoItem>)(inValues[2]));
5587
            return this.BeginGetPrintDocItemList(project_no, doc_id, _markupInfoList, callback, asyncState);
5588 992a98b4 KangIngu
        }
5589
        
5590 6c781c0c djkim
        private object[] OnEndGetPrintDocItemList(System.IAsyncResult result) {
5591
            System.Collections.Generic.List<IKCOM.MarkupInfoItem> retVal = this.EndGetPrintDocItemList(result);
5592 992a98b4 KangIngu
            return new object[] {
5593
                    retVal};
5594
        }
5595
        
5596 6c781c0c djkim
        private void OnGetPrintDocItemListCompleted(object state) {
5597
            if ((this.GetPrintDocItemListCompleted != null)) {
5598 992a98b4 KangIngu
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
5599 6c781c0c djkim
                this.GetPrintDocItemListCompleted(this, new GetPrintDocItemListCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
5600 992a98b4 KangIngu
            }
5601
        }
5602
        
5603 6c781c0c djkim
        public void GetPrintDocItemListAsync(string project_no, string doc_id, System.Collections.Generic.List<IKCOM.MarkupInfoItem> _markupInfoList) {
5604
            this.GetPrintDocItemListAsync(project_no, doc_id, _markupInfoList, null);
5605 992a98b4 KangIngu
        }
5606
        
5607 6c781c0c djkim
        public void GetPrintDocItemListAsync(string project_no, string doc_id, System.Collections.Generic.List<IKCOM.MarkupInfoItem> _markupInfoList, object userState) {
5608
            if ((this.onBeginGetPrintDocItemListDelegate == null)) {
5609
                this.onBeginGetPrintDocItemListDelegate = new BeginOperationDelegate(this.OnBeginGetPrintDocItemList);
5610 992a98b4 KangIngu
            }
5611 6c781c0c djkim
            if ((this.onEndGetPrintDocItemListDelegate == null)) {
5612
                this.onEndGetPrintDocItemListDelegate = new EndOperationDelegate(this.OnEndGetPrintDocItemList);
5613 992a98b4 KangIngu
            }
5614 6c781c0c djkim
            if ((this.onGetPrintDocItemListCompletedDelegate == null)) {
5615
                this.onGetPrintDocItemListCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetPrintDocItemListCompleted);
5616 992a98b4 KangIngu
            }
5617 6c781c0c djkim
            base.InvokeAsync(this.onBeginGetPrintDocItemListDelegate, new object[] {
5618
                        project_no,
5619
                        doc_id,
5620
                        _markupInfoList}, this.onEndGetPrintDocItemListDelegate, this.onGetPrintDocItemListCompletedDelegate, userState);
5621 992a98b4 KangIngu
        }
5622 119b58c6 djkim
        
5623
        public bool AddMessage(string project_no, KCOMDataModel.DataModel.TALK value) {
5624
            return base.Channel.AddMessage(project_no, value);
5625
        }
5626
        
5627
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
5628
        public System.IAsyncResult BeginAddMessage(string project_no, KCOMDataModel.DataModel.TALK value, System.AsyncCallback callback, object asyncState) {
5629
            return base.Channel.BeginAddMessage(project_no, value, callback, asyncState);
5630
        }
5631
        
5632
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
5633
        public bool EndAddMessage(System.IAsyncResult result) {
5634
            return base.Channel.EndAddMessage(result);
5635
        }
5636
        
5637
        private System.IAsyncResult OnBeginAddMessage(object[] inValues, System.AsyncCallback callback, object asyncState) {
5638
            string project_no = ((string)(inValues[0]));
5639
            KCOMDataModel.DataModel.TALK value = ((KCOMDataModel.DataModel.TALK)(inValues[1]));
5640
            return this.BeginAddMessage(project_no, value, callback, asyncState);
5641
        }
5642
        
5643
        private object[] OnEndAddMessage(System.IAsyncResult result) {
5644
            bool retVal = this.EndAddMessage(result);
5645
            return new object[] {
5646
                    retVal};
5647
        }
5648
        
5649
        private void OnAddMessageCompleted(object state) {
5650
            if ((this.AddMessageCompleted != null)) {
5651
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
5652
                this.AddMessageCompleted(this, new AddMessageCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
5653
            }
5654
        }
5655
        
5656
        public void AddMessageAsync(string project_no, KCOMDataModel.DataModel.TALK value) {
5657
            this.AddMessageAsync(project_no, value, null);
5658
        }
5659
        
5660
        public void AddMessageAsync(string project_no, KCOMDataModel.DataModel.TALK value, object userState) {
5661
            if ((this.onBeginAddMessageDelegate == null)) {
5662
                this.onBeginAddMessageDelegate = new BeginOperationDelegate(this.OnBeginAddMessage);
5663
            }
5664
            if ((this.onEndAddMessageDelegate == null)) {
5665
                this.onEndAddMessageDelegate = new EndOperationDelegate(this.OnEndAddMessage);
5666
            }
5667
            if ((this.onAddMessageCompletedDelegate == null)) {
5668
                this.onAddMessageCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnAddMessageCompleted);
5669
            }
5670
            base.InvokeAsync(this.onBeginAddMessageDelegate, new object[] {
5671
                        project_no,
5672
                        value}, this.onEndAddMessageDelegate, this.onAddMessageCompletedDelegate, userState);
5673
        }
5674
        
5675
        public System.Collections.Generic.List<KCOMDataModel.DataModel.TALK> GetMessage(string project_no, string doc_id) {
5676
            return base.Channel.GetMessage(project_no, doc_id);
5677
        }
5678
        
5679
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
5680
        public System.IAsyncResult BeginGetMessage(string project_no, string doc_id, System.AsyncCallback callback, object asyncState) {
5681
            return base.Channel.BeginGetMessage(project_no, doc_id, callback, asyncState);
5682
        }
5683
        
5684
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
5685
        public System.Collections.Generic.List<KCOMDataModel.DataModel.TALK> EndGetMessage(System.IAsyncResult result) {
5686
            return base.Channel.EndGetMessage(result);
5687
        }
5688
        
5689
        private System.IAsyncResult OnBeginGetMessage(object[] inValues, System.AsyncCallback callback, object asyncState) {
5690
            string project_no = ((string)(inValues[0]));
5691
            string doc_id = ((string)(inValues[1]));
5692
            return this.BeginGetMessage(project_no, doc_id, callback, asyncState);
5693
        }
5694
        
5695
        private object[] OnEndGetMessage(System.IAsyncResult result) {
5696
            System.Collections.Generic.List<KCOMDataModel.DataModel.TALK> retVal = this.EndGetMessage(result);
5697
            return new object[] {
5698
                    retVal};
5699
        }
5700
        
5701
        private void OnGetMessageCompleted(object state) {
5702
            if ((this.GetMessageCompleted != null)) {
5703
                InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state));
5704
                this.GetMessageCompleted(this, new GetMessageCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState));
5705
            }
5706
        }
5707
        
5708
        public void GetMessageAsync(string project_no, string doc_id) {
5709
            this.GetMessageAsync(project_no, doc_id, null);
5710
        }
5711
        
5712
        public void GetMessageAsync(string project_no, string doc_id, object userState) {
5713
            if ((this.onBeginGetMessageDelegate == null)) {
5714
                this.onBeginGetMessageDelegate = new BeginOperationDelegate(this.OnBeginGetMessage);
5715
            }
5716
            if ((this.onEndGetMessageDelegate == null)) {
5717
                this.onEndGetMessageDelegate = new EndOperationDelegate(this.OnEndGetMessage);
5718
            }
5719
            if ((this.onGetMessageCompletedDelegate == null)) {
5720
                this.onGetMessageCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetMessageCompleted);
5721
            }
5722
            base.InvokeAsync(this.onBeginGetMessageDelegate, new object[] {
5723
                        project_no,
5724
                        doc_id}, this.onEndGetMessageDelegate, this.onGetMessageCompletedDelegate, userState);
5725
        }
5726 787a4489 KangIngu
    }
5727
}
클립보드 이미지 추가 (최대 크기: 500 MB)