프로젝트

일반

사용자정보

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

markus / KCOM / Connected Services / ServiceDeepView / Reference.cs @ 498f0fc9

이력 | 보기 | 이력해설 | 다운로드 (288 KB)

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