프로젝트

일반

사용자정보

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

markus / KCOM / Connected Services / ServiceDeepView / Reference.cs @ 66351e6d

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

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