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