markus / KCOM / Connected Services / ServiceDeepView / Reference.cs @ 992a98b4
이력 | 보기 | 이력해설 | 다운로드 (102 KB)
1 |
//------------------------------------------------------------------------------ |
---|---|
2 |
// <auto-generated> |
3 |
// 이 코드는 도구를 사용하여 생성되었습니다. |
4 |
// 런타임 버전:4.0.30319.42000 |
5 |
// |
6 |
// 파일 내용을 변경하면 잘못된 동작이 발생할 수 있으며, 코드를 다시 생성하면 |
7 |
// 이러한 변경 내용이 손실됩니다. |
8 |
// </auto-generated> |
9 |
//------------------------------------------------------------------------------ |
10 | |
11 |
namespace KCOM.ServiceDeepView { |
12 |
using System.Runtime.Serialization; |
13 |
using System; |
14 |
|
15 |
|
16 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
17 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] |
18 |
[System.Runtime.Serialization.DataContractAttribute(Name="StructuralObject", Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses", IsReference=true)] |
19 |
[System.SerializableAttribute()] |
20 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityObject))] |
21 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.DOCINFO))] |
22 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.DOCPAGE))] |
23 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.MARKUP_INFO))] |
24 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.MARKUP_INFO_VERSION))] |
25 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.MARKUP_DATA))] |
26 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.DOCUMENT_ITEM))] |
27 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.FAVORITE_DOC))] |
28 |
public partial class StructuralObject : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { |
29 |
|
30 |
[System.NonSerializedAttribute()] |
31 |
private System.Runtime.Serialization.ExtensionDataObject extensionDataField; |
32 |
|
33 |
[global::System.ComponentModel.BrowsableAttribute(false)] |
34 |
public System.Runtime.Serialization.ExtensionDataObject ExtensionData { |
35 |
get { |
36 |
return this.extensionDataField; |
37 |
} |
38 |
set { |
39 |
this.extensionDataField = value; |
40 |
} |
41 |
} |
42 |
|
43 |
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; |
44 |
|
45 |
protected void RaisePropertyChanged(string propertyName) { |
46 |
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; |
47 |
if ((propertyChanged != null)) { |
48 |
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); |
49 |
} |
50 |
} |
51 |
} |
52 |
|
53 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
54 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] |
55 |
[System.Runtime.Serialization.DataContractAttribute(Name="EntityObject", Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses", IsReference=true)] |
56 |
[System.SerializableAttribute()] |
57 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.DOCINFO))] |
58 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.DOCPAGE))] |
59 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.MARKUP_INFO))] |
60 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.MARKUP_INFO_VERSION))] |
61 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.MARKUP_DATA))] |
62 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.DOCUMENT_ITEM))] |
63 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.FAVORITE_DOC))] |
64 |
public partial class EntityObject : KCOM.ServiceDeepView.StructuralObject { |
65 |
|
66 |
[System.Runtime.Serialization.OptionalFieldAttribute()] |
67 |
private KCOM.ServiceDeepView.EntityKey EntityKeyField; |
68 |
|
69 |
[System.Runtime.Serialization.DataMemberAttribute()] |
70 |
public KCOM.ServiceDeepView.EntityKey EntityKey { |
71 |
get { |
72 |
return this.EntityKeyField; |
73 |
} |
74 |
set { |
75 |
if ((object.ReferenceEquals(this.EntityKeyField, value) != true)) { |
76 |
this.EntityKeyField = value; |
77 |
this.RaisePropertyChanged("EntityKey"); |
78 |
} |
79 |
} |
80 |
} |
81 |
} |
82 |
|
83 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
84 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] |
85 |
[System.Runtime.Serialization.DataContractAttribute(Name="EntityKey", Namespace="http://schemas.datacontract.org/2004/07/System.Data", IsReference=true)] |
86 |
[System.SerializableAttribute()] |
87 |
public partial class EntityKey : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { |
88 |
|
89 |
[System.NonSerializedAttribute()] |
90 |
private System.Runtime.Serialization.ExtensionDataObject extensionDataField; |
91 |
|
92 |
[System.Runtime.Serialization.OptionalFieldAttribute()] |
93 |
private string EntityContainerNameField; |
94 |
|
95 |
[System.Runtime.Serialization.OptionalFieldAttribute()] |
96 |
private System.Collections.Generic.List<KCOM.ServiceDeepView.EntityKeyMember> EntityKeyValuesField; |
97 |
|
98 |
[System.Runtime.Serialization.OptionalFieldAttribute()] |
99 |
private string EntitySetNameField; |
100 |
|
101 |
[global::System.ComponentModel.BrowsableAttribute(false)] |
102 |
public System.Runtime.Serialization.ExtensionDataObject ExtensionData { |
103 |
get { |
104 |
return this.extensionDataField; |
105 |
} |
106 |
set { |
107 |
this.extensionDataField = value; |
108 |
} |
109 |
} |
110 |
|
111 |
[System.Runtime.Serialization.DataMemberAttribute()] |
112 |
public string EntityContainerName { |
113 |
get { |
114 |
return this.EntityContainerNameField; |
115 |
} |
116 |
set { |
117 |
if ((object.ReferenceEquals(this.EntityContainerNameField, value) != true)) { |
118 |
this.EntityContainerNameField = value; |
119 |
this.RaisePropertyChanged("EntityContainerName"); |
120 |
} |
121 |
} |
122 |
} |
123 |
|
124 |
[System.Runtime.Serialization.DataMemberAttribute()] |
125 |
public System.Collections.Generic.List<KCOM.ServiceDeepView.EntityKeyMember> EntityKeyValues { |
126 |
get { |
127 |
return this.EntityKeyValuesField; |
128 |
} |
129 |
set { |
130 |
if ((object.ReferenceEquals(this.EntityKeyValuesField, value) != true)) { |
131 |
this.EntityKeyValuesField = value; |
132 |
this.RaisePropertyChanged("EntityKeyValues"); |
133 |
} |
134 |
} |
135 |
} |
136 |
|
137 |
[System.Runtime.Serialization.DataMemberAttribute()] |
138 |
public string EntitySetName { |
139 |
get { |
140 |
return this.EntitySetNameField; |
141 |
} |
142 |
set { |
143 |
if ((object.ReferenceEquals(this.EntitySetNameField, value) != true)) { |
144 |
this.EntitySetNameField = value; |
145 |
this.RaisePropertyChanged("EntitySetName"); |
146 |
} |
147 |
} |
148 |
} |
149 |
|
150 |
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; |
151 |
|
152 |
protected void RaisePropertyChanged(string propertyName) { |
153 |
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; |
154 |
if ((propertyChanged != null)) { |
155 |
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); |
156 |
} |
157 |
} |
158 |
} |
159 |
|
160 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
161 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] |
162 |
[System.Runtime.Serialization.DataContractAttribute(Name="EntityKeyMember", Namespace="http://schemas.datacontract.org/2004/07/System.Data")] |
163 |
[System.SerializableAttribute()] |
164 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.FinalPDFResult))] |
165 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.FinalStatus))] |
166 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityObject))] |
167 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.StructuralObject))] |
168 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityReferenceOfDOCINFOitJtO6kG))] |
169 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityReference))] |
170 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.RelatedEnd))] |
171 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityReferenceOfMARKUP_INFO_VERSIONitJtO6kG))] |
172 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityReferenceOfMARKUP_INFOitJtO6kG))] |
173 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(IKCOM.KCOM_SystemInfo))] |
174 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(IKCOM.KCOM_BasicParam))] |
175 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<IKCOM.VPRevision>))] |
176 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(IKCOM.VPRevision))] |
177 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<IKCOM.MarkupInfoItem>))] |
178 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(IKCOM.MarkupInfoItem))] |
179 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<IKCOM.MarkupItem>))] |
180 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(IKCOM.MarkupItem))] |
181 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(IKCOM.FAVORITE_FLAG))] |
182 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityKey))] |
183 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<KCOM.ServiceDeepView.EntityKeyMember>))] |
184 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<System.Windows.Rect>))] |
185 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Windows.Rect))] |
186 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<string>))] |
187 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<KCOMDataModel.DataModel.FAVORITE_DOC>))] |
188 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.FAVORITE_DOC))] |
189 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.DOCINFO))] |
190 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<KCOMDataModel.DataModel.DOCPAGE>))] |
191 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.DOCPAGE))] |
192 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_INFO>))] |
193 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.MARKUP_INFO))] |
194 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_INFO_VERSION>))] |
195 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.MARKUP_INFO_VERSION))] |
196 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.List<KCOMDataModel.DataModel.MARKUP_DATA>))] |
197 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.MARKUP_DATA))] |
198 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOMDataModel.DataModel.DOCUMENT_ITEM))] |
199 |
public partial class EntityKeyMember : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { |
200 |
|
201 |
[System.NonSerializedAttribute()] |
202 |
private System.Runtime.Serialization.ExtensionDataObject extensionDataField; |
203 |
|
204 |
[System.Runtime.Serialization.OptionalFieldAttribute()] |
205 |
private string KeyField; |
206 |
|
207 |
[System.Runtime.Serialization.OptionalFieldAttribute()] |
208 |
private object ValueField; |
209 |
|
210 |
[global::System.ComponentModel.BrowsableAttribute(false)] |
211 |
public System.Runtime.Serialization.ExtensionDataObject ExtensionData { |
212 |
get { |
213 |
return this.extensionDataField; |
214 |
} |
215 |
set { |
216 |
this.extensionDataField = value; |
217 |
} |
218 |
} |
219 |
|
220 |
[System.Runtime.Serialization.DataMemberAttribute()] |
221 |
public string Key { |
222 |
get { |
223 |
return this.KeyField; |
224 |
} |
225 |
set { |
226 |
if ((object.ReferenceEquals(this.KeyField, value) != true)) { |
227 |
this.KeyField = value; |
228 |
this.RaisePropertyChanged("Key"); |
229 |
} |
230 |
} |
231 |
} |
232 |
|
233 |
[System.Runtime.Serialization.DataMemberAttribute()] |
234 |
public object Value { |
235 |
get { |
236 |
return this.ValueField; |
237 |
} |
238 |
set { |
239 |
if ((object.ReferenceEquals(this.ValueField, value) != true)) { |
240 |
this.ValueField = value; |
241 |
this.RaisePropertyChanged("Value"); |
242 |
} |
243 |
} |
244 |
} |
245 |
|
246 |
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; |
247 |
|
248 |
protected void RaisePropertyChanged(string propertyName) { |
249 |
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; |
250 |
if ((propertyChanged != null)) { |
251 |
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); |
252 |
} |
253 |
} |
254 |
} |
255 |
|
256 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
257 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] |
258 |
[System.Runtime.Serialization.DataContractAttribute(Name="FinalPDFResult", Namespace="http://schemas.datacontract.org/2004/07/IFinalPDF")] |
259 |
[System.SerializableAttribute()] |
260 |
public partial struct FinalPDFResult : System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { |
261 |
|
262 |
[System.NonSerializedAttribute()] |
263 |
private System.Runtime.Serialization.ExtensionDataObject extensionDataField; |
264 |
|
265 |
private int CurrentPageField; |
266 |
|
267 |
private string ExceptionField; |
268 |
|
269 |
private string FinalIDField; |
270 |
|
271 |
private string ProjectNoField; |
272 |
|
273 |
private KCOM.ServiceDeepView.FinalStatus StatusField; |
274 |
|
275 |
public System.Runtime.Serialization.ExtensionDataObject ExtensionData { |
276 |
get { |
277 |
return this.extensionDataField; |
278 |
} |
279 |
set { |
280 |
this.extensionDataField = value; |
281 |
} |
282 |
} |
283 |
|
284 |
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] |
285 |
public int CurrentPage { |
286 |
get { |
287 |
return this.CurrentPageField; |
288 |
} |
289 |
set { |
290 |
if ((this.CurrentPageField.Equals(value) != true)) { |
291 |
this.CurrentPageField = value; |
292 |
this.RaisePropertyChanged("CurrentPage"); |
293 |
} |
294 |
} |
295 |
} |
296 |
|
297 |
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] |
298 |
public string Exception { |
299 |
get { |
300 |
return this.ExceptionField; |
301 |
} |
302 |
set { |
303 |
if ((object.ReferenceEquals(this.ExceptionField, value) != true)) { |
304 |
this.ExceptionField = value; |
305 |
this.RaisePropertyChanged("Exception"); |
306 |
} |
307 |
} |
308 |
} |
309 |
|
310 |
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] |
311 |
public string FinalID { |
312 |
get { |
313 |
return this.FinalIDField; |
314 |
} |
315 |
set { |
316 |
if ((object.ReferenceEquals(this.FinalIDField, value) != true)) { |
317 |
this.FinalIDField = value; |
318 |
this.RaisePropertyChanged("FinalID"); |
319 |
} |
320 |
} |
321 |
} |
322 |
|
323 |
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] |
324 |
public string ProjectNo { |
325 |
get { |
326 |
return this.ProjectNoField; |
327 |
} |
328 |
set { |
329 |
if ((object.ReferenceEquals(this.ProjectNoField, value) != true)) { |
330 |
this.ProjectNoField = value; |
331 |
this.RaisePropertyChanged("ProjectNo"); |
332 |
} |
333 |
} |
334 |
} |
335 |
|
336 |
[System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] |
337 |
public KCOM.ServiceDeepView.FinalStatus Status { |
338 |
get { |
339 |
return this.StatusField; |
340 |
} |
341 |
set { |
342 |
if ((this.StatusField.Equals(value) != true)) { |
343 |
this.StatusField = value; |
344 |
this.RaisePropertyChanged("Status"); |
345 |
} |
346 |
} |
347 |
} |
348 |
|
349 |
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; |
350 |
|
351 |
void RaisePropertyChanged(string propertyName) { |
352 |
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; |
353 |
if ((propertyChanged != null)) { |
354 |
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); |
355 |
} |
356 |
} |
357 |
} |
358 |
|
359 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] |
360 |
[System.Runtime.Serialization.DataContractAttribute(Name="FinalStatus", Namespace="http://schemas.datacontract.org/2004/07/IFinalPDF")] |
361 |
public enum FinalStatus : int { |
362 |
|
363 |
[System.Runtime.Serialization.EnumMemberAttribute()] |
364 |
Insert = 0, |
365 |
|
366 |
[System.Runtime.Serialization.EnumMemberAttribute()] |
367 |
Wait = 1, |
368 |
|
369 |
[System.Runtime.Serialization.EnumMemberAttribute()] |
370 |
Create = 2, |
371 |
|
372 |
[System.Runtime.Serialization.EnumMemberAttribute()] |
373 |
PdfStamp = 3, |
374 |
|
375 |
[System.Runtime.Serialization.EnumMemberAttribute()] |
376 |
Success = 4, |
377 |
|
378 |
[System.Runtime.Serialization.EnumMemberAttribute()] |
379 |
Error = 5, |
380 |
} |
381 |
|
382 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
383 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] |
384 |
[System.Runtime.Serialization.DataContractAttribute(Name="EntityReferenceOfDOCINFOitJtO6kG", Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses")] |
385 |
[System.SerializableAttribute()] |
386 |
public partial class EntityReferenceOfDOCINFOitJtO6kG : KCOM.ServiceDeepView.EntityReference { |
387 |
} |
388 |
|
389 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
390 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] |
391 |
[System.Runtime.Serialization.DataContractAttribute(Name="EntityReference", Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses")] |
392 |
[System.SerializableAttribute()] |
393 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityReferenceOfMARKUP_INFO_VERSIONitJtO6kG))] |
394 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityReferenceOfMARKUP_INFOitJtO6kG))] |
395 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityReferenceOfDOCINFOitJtO6kG))] |
396 |
public partial class EntityReference : KCOM.ServiceDeepView.RelatedEnd { |
397 |
|
398 |
[System.Runtime.Serialization.OptionalFieldAttribute()] |
399 |
private KCOM.ServiceDeepView.EntityKey EntityKeyField; |
400 |
|
401 |
[System.Runtime.Serialization.DataMemberAttribute()] |
402 |
public KCOM.ServiceDeepView.EntityKey EntityKey { |
403 |
get { |
404 |
return this.EntityKeyField; |
405 |
} |
406 |
set { |
407 |
if ((object.ReferenceEquals(this.EntityKeyField, value) != true)) { |
408 |
this.EntityKeyField = value; |
409 |
this.RaisePropertyChanged("EntityKey"); |
410 |
} |
411 |
} |
412 |
} |
413 |
} |
414 |
|
415 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
416 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] |
417 |
[System.Runtime.Serialization.DataContractAttribute(Name="RelatedEnd", Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses")] |
418 |
[System.SerializableAttribute()] |
419 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityReference))] |
420 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityReferenceOfMARKUP_INFO_VERSIONitJtO6kG))] |
421 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityReferenceOfMARKUP_INFOitJtO6kG))] |
422 |
[System.Runtime.Serialization.KnownTypeAttribute(typeof(KCOM.ServiceDeepView.EntityReferenceOfDOCINFOitJtO6kG))] |
423 |
public partial class RelatedEnd : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { |
424 |
|
425 |
[System.NonSerializedAttribute()] |
426 |
private System.Runtime.Serialization.ExtensionDataObject extensionDataField; |
427 |
|
428 |
[global::System.ComponentModel.BrowsableAttribute(false)] |
429 |
public System.Runtime.Serialization.ExtensionDataObject ExtensionData { |
430 |
get { |
431 |
return this.extensionDataField; |
432 |
} |
433 |
set { |
434 |
this.extensionDataField = value; |
435 |
} |
436 |
} |
437 |
|
438 |
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; |
439 |
|
440 |
protected void RaisePropertyChanged(string propertyName) { |
441 |
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; |
442 |
if ((propertyChanged != null)) { |
443 |
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); |
444 |
} |
445 |
} |
446 |
} |
447 |
|
448 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
449 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] |
450 |
[System.Runtime.Serialization.DataContractAttribute(Name="EntityReferenceOfMARKUP_INFO_VERSIONitJtO6kG", Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses")] |
451 |
[System.SerializableAttribute()] |
452 |
public partial class EntityReferenceOfMARKUP_INFO_VERSIONitJtO6kG : KCOM.ServiceDeepView.EntityReference { |
453 |
} |
454 |
|
455 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
456 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] |
457 |
[System.Runtime.Serialization.DataContractAttribute(Name="EntityReferenceOfMARKUP_INFOitJtO6kG", Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses")] |
458 |
[System.SerializableAttribute()] |
459 |
public partial class EntityReferenceOfMARKUP_INFOitJtO6kG : KCOM.ServiceDeepView.EntityReference { |
460 |
} |
461 |
|
462 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
463 |
[System.ServiceModel.ServiceContractAttribute(Namespace="", ConfigurationName="ServiceDeepView.ServiceDeepView")] |
464 |
public interface ServiceDeepView { |
465 |
|
466 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetSystemData", ReplyAction="urn:ServiceDeepView/GetSystemDataResponse")] |
467 |
IKCOM.KCOM_SystemInfo GetSystemData(); |
468 |
|
469 |
[System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetSystemData", ReplyAction="urn:ServiceDeepView/GetSystemDataResponse")] |
470 |
System.IAsyncResult BeginGetSystemData(System.AsyncCallback callback, object asyncState); |
471 |
|
472 |
IKCOM.KCOM_SystemInfo EndGetSystemData(System.IAsyncResult result); |
473 |
|
474 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetFavoriteVP", ReplyAction="urn:ServiceDeepView/GetFavoriteVPResponse")] |
475 |
System.Collections.Generic.List<KCOMDataModel.DataModel.FAVORITE_DOC> GetFavoriteVP(string PrjNo, string userID, string sharepointItemID); |
476 |
|
477 |
[System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetFavoriteVP", ReplyAction="urn:ServiceDeepView/GetFavoriteVPResponse")] |
478 |
System.IAsyncResult BeginGetFavoriteVP(string PrjNo, string userID, string sharepointItemID, System.AsyncCallback callback, object asyncState); |
479 |
|
480 |
System.Collections.Generic.List<KCOMDataModel.DataModel.FAVORITE_DOC> EndGetFavoriteVP(System.IAsyncResult result); |
481 |
|
482 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/EditFavoriteVP", ReplyAction="urn:ServiceDeepView/EditFavoriteVPResponse")] |
483 |
bool EditFavoriteVP(string prjNo, string userID, string docID, int state, string description); |
484 |
|
485 |
[System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/EditFavoriteVP", ReplyAction="urn:ServiceDeepView/EditFavoriteVPResponse")] |
486 |
System.IAsyncResult BeginEditFavoriteVP(string prjNo, string userID, string docID, int state, string description, System.AsyncCallback callback, object asyncState); |
487 |
|
488 |
bool EndEditFavoriteVP(System.IAsyncResult result); |
489 |
|
490 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/DelFavoriteVP", ReplyAction="urn:ServiceDeepView/DelFavoriteVPResponse")] |
491 |
bool DelFavoriteVP(string prjNo, string userID, int SavePageNo, string docID); |
492 |
|
493 |
[System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/DelFavoriteVP", ReplyAction="urn:ServiceDeepView/DelFavoriteVPResponse")] |
494 |
System.IAsyncResult BeginDelFavoriteVP(string prjNo, string userID, int SavePageNo, string docID, System.AsyncCallback callback, object asyncState); |
495 |
|
496 |
bool EndDelFavoriteVP(System.IAsyncResult result); |
497 |
|
498 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetCompareRect", ReplyAction="urn:ServiceDeepView/GetCompareRectResponse")] |
499 |
System.Collections.Generic.List<System.Windows.Rect> GetCompareRect(string projectNo, string originDocItem_ID, string targetDocItem_ID, string originPageNo, string targetPageNo); |
500 |
|
501 |
[System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetCompareRect", ReplyAction="urn:ServiceDeepView/GetCompareRectResponse")] |
502 |
System.IAsyncResult BeginGetCompareRect(string projectNo, string originDocItem_ID, string targetDocItem_ID, string originPageNo, string targetPageNo, System.AsyncCallback callback, object asyncState); |
503 |
|
504 |
System.Collections.Generic.List<System.Windows.Rect> EndGetCompareRect(System.IAsyncResult result); |
505 |
|
506 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/SetFinalPDF", ReplyAction="urn:ServiceDeepView/SetFinalPDFResponse")] |
507 |
KCOM.ServiceDeepView.FinalPDFResult SetFinalPDF(string ProjectNo, string DocInfoID, string MarkupInfoID, string CreateUserID); |
508 |
|
509 |
[System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/SetFinalPDF", ReplyAction="urn:ServiceDeepView/SetFinalPDFResponse")] |
510 |
System.IAsyncResult BeginSetFinalPDF(string ProjectNo, string DocInfoID, string MarkupInfoID, string CreateUserID, System.AsyncCallback callback, object asyncState); |
511 |
|
512 |
KCOM.ServiceDeepView.FinalPDFResult EndSetFinalPDF(System.IAsyncResult result); |
513 |
|
514 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetConversionState", ReplyAction="urn:ServiceDeepView/GetConversionStateResponse")] |
515 |
bool GetConversionState(IKCOM.KCOM_BasicParam param); |
516 |
|
517 |
[System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetConversionState", ReplyAction="urn:ServiceDeepView/GetConversionStateResponse")] |
518 |
System.IAsyncResult BeginGetConversionState(IKCOM.KCOM_BasicParam param, System.AsyncCallback callback, object asyncState); |
519 |
|
520 |
bool EndGetConversionState(System.IAsyncResult result); |
521 |
|
522 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetVPRevisionHistory", ReplyAction="urn:ServiceDeepView/GetVPRevisionHistoryResponse")] |
523 |
System.Collections.Generic.List<IKCOM.VPRevision> GetVPRevisionHistory(string ProjectNo, string vpNo, string DocumentId); |
524 |
|
525 |
[System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetVPRevisionHistory", ReplyAction="urn:ServiceDeepView/GetVPRevisionHistoryResponse")] |
526 |
System.IAsyncResult BeginGetVPRevisionHistory(string ProjectNo, string vpNo, string DocumentId, System.AsyncCallback callback, object asyncState); |
527 |
|
528 |
System.Collections.Generic.List<IKCOM.VPRevision> EndGetVPRevisionHistory(System.IAsyncResult result); |
529 |
|
530 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetDocInfo", ReplyAction="urn:ServiceDeepView/GetDocInfoResponse")] |
531 |
KCOMDataModel.DataModel.DOCINFO GetDocInfo(IKCOM.KCOM_BasicParam param); |
532 |
|
533 |
[System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetDocInfo", ReplyAction="urn:ServiceDeepView/GetDocInfoResponse")] |
534 |
System.IAsyncResult BeginGetDocInfo(IKCOM.KCOM_BasicParam param, System.AsyncCallback callback, object asyncState); |
535 |
|
536 |
KCOMDataModel.DataModel.DOCINFO EndGetDocInfo(System.IAsyncResult result); |
537 |
|
538 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetCheckSystemAdmin", ReplyAction="urn:ServiceDeepView/GetCheckSystemAdminResponse")] |
539 |
bool GetCheckSystemAdmin(string UserID); |
540 |
|
541 |
[System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetCheckSystemAdmin", ReplyAction="urn:ServiceDeepView/GetCheckSystemAdminResponse")] |
542 |
System.IAsyncResult BeginGetCheckSystemAdmin(string UserID, System.AsyncCallback callback, object asyncState); |
543 |
|
544 |
bool EndGetCheckSystemAdmin(System.IAsyncResult result); |
545 |
|
546 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetDocumentItemInfo", ReplyAction="urn:ServiceDeepView/GetDocumentItemInfoResponse")] |
547 |
KCOMDataModel.DataModel.DOCUMENT_ITEM GetDocumentItemInfo(IKCOM.KCOM_BasicParam param); |
548 |
|
549 |
[System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetDocumentItemInfo", ReplyAction="urn:ServiceDeepView/GetDocumentItemInfoResponse")] |
550 |
System.IAsyncResult BeginGetDocumentItemInfo(IKCOM.KCOM_BasicParam param, System.AsyncCallback callback, object asyncState); |
551 |
|
552 |
KCOMDataModel.DataModel.DOCUMENT_ITEM EndGetDocumentItemInfo(System.IAsyncResult result); |
553 |
|
554 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetMarkupInfoItems", ReplyAction="urn:ServiceDeepView/GetMarkupInfoItemsResponse")] |
555 |
System.Collections.Generic.List<IKCOM.MarkupInfoItem> GetMarkupInfoItems(string ProjectNo, string DocInfoId); |
556 |
|
557 |
[System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetMarkupInfoItems", ReplyAction="urn:ServiceDeepView/GetMarkupInfoItemsResponse")] |
558 |
System.IAsyncResult BeginGetMarkupInfoItems(string ProjectNo, string DocInfoId, System.AsyncCallback callback, object asyncState); |
559 |
|
560 |
System.Collections.Generic.List<IKCOM.MarkupInfoItem> EndGetMarkupInfoItems(System.IAsyncResult result); |
561 |
|
562 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetSyncMarkupInfoItems", ReplyAction="urn:ServiceDeepView/GetSyncMarkupInfoItemsResponse")] |
563 |
System.Collections.Generic.List<IKCOM.MarkupInfoItem> GetSyncMarkupInfoItems(string ProjectNo, string DocInfoId, string currentUser); |
564 |
|
565 |
[System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetSyncMarkupInfoItems", ReplyAction="urn:ServiceDeepView/GetSyncMarkupInfoItemsResponse")] |
566 |
System.IAsyncResult BeginGetSyncMarkupInfoItems(string ProjectNo, string DocInfoId, string currentUser, System.AsyncCallback callback, object asyncState); |
567 |
|
568 |
System.Collections.Generic.List<IKCOM.MarkupInfoItem> EndGetSyncMarkupInfoItems(System.IAsyncResult result); |
569 |
|
570 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/GetDeptData", ReplyAction="urn:ServiceDeepView/GetDeptDataResponse")] |
571 |
System.Collections.Generic.List<string> GetDeptData(string UserDept); |
572 |
|
573 |
[System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/GetDeptData", ReplyAction="urn:ServiceDeepView/GetDeptDataResponse")] |
574 |
System.IAsyncResult BeginGetDeptData(string UserDept, System.AsyncCallback callback, object asyncState); |
575 |
|
576 |
System.Collections.Generic.List<string> EndGetDeptData(System.IAsyncResult result); |
577 |
|
578 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/DeleteMarkup", ReplyAction="urn:ServiceDeepView/DeleteMarkupResponse")] |
579 |
bool DeleteMarkup(string ProjectNo, string MarkupInfoID); |
580 |
|
581 |
[System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/DeleteMarkup", ReplyAction="urn:ServiceDeepView/DeleteMarkupResponse")] |
582 |
System.IAsyncResult BeginDeleteMarkup(string ProjectNo, string MarkupInfoID, System.AsyncCallback callback, object asyncState); |
583 |
|
584 |
bool EndDeleteMarkup(System.IAsyncResult result); |
585 |
|
586 |
[System.ServiceModel.OperationContractAttribute(Action="urn:ServiceDeepView/SetFavoriteVP", ReplyAction="urn:ServiceDeepView/SetFavoriteVPResponse")] |
587 |
bool SetFavoriteVP(string prjNo, string userID, string groupNo, string docNo, string rev, int SavePageNo, string documentItemID, string VPDescription, IKCOM.FAVORITE_FLAG flag); |
588 |
|
589 |
[System.ServiceModel.OperationContractAttribute(AsyncPattern=true, Action="urn:ServiceDeepView/SetFavoriteVP", ReplyAction="urn:ServiceDeepView/SetFavoriteVPResponse")] |
590 |
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); |
591 |
|
592 |
bool EndSetFavoriteVP(System.IAsyncResult result); |
593 |
} |
594 |
|
595 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
596 |
public interface ServiceDeepViewChannel : KCOM.ServiceDeepView.ServiceDeepView, System.ServiceModel.IClientChannel { |
597 |
} |
598 |
|
599 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
600 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
601 |
public partial class GetSystemDataCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
602 |
|
603 |
private object[] results; |
604 |
|
605 |
public GetSystemDataCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
606 |
base(exception, cancelled, userState) { |
607 |
this.results = results; |
608 |
} |
609 |
|
610 |
public IKCOM.KCOM_SystemInfo Result { |
611 |
get { |
612 |
base.RaiseExceptionIfNecessary(); |
613 |
return ((IKCOM.KCOM_SystemInfo)(this.results[0])); |
614 |
} |
615 |
} |
616 |
} |
617 |
|
618 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
619 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
620 |
public partial class GetFavoriteVPCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
621 |
|
622 |
private object[] results; |
623 |
|
624 |
public GetFavoriteVPCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
625 |
base(exception, cancelled, userState) { |
626 |
this.results = results; |
627 |
} |
628 |
|
629 |
public System.Collections.Generic.List<KCOMDataModel.DataModel.FAVORITE_DOC> Result { |
630 |
get { |
631 |
base.RaiseExceptionIfNecessary(); |
632 |
return ((System.Collections.Generic.List<KCOMDataModel.DataModel.FAVORITE_DOC>)(this.results[0])); |
633 |
} |
634 |
} |
635 |
} |
636 |
|
637 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
638 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
639 |
public partial class EditFavoriteVPCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
640 |
|
641 |
private object[] results; |
642 |
|
643 |
public EditFavoriteVPCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
644 |
base(exception, cancelled, userState) { |
645 |
this.results = results; |
646 |
} |
647 |
|
648 |
public bool Result { |
649 |
get { |
650 |
base.RaiseExceptionIfNecessary(); |
651 |
return ((bool)(this.results[0])); |
652 |
} |
653 |
} |
654 |
} |
655 |
|
656 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
657 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
658 |
public partial class DelFavoriteVPCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
659 |
|
660 |
private object[] results; |
661 |
|
662 |
public DelFavoriteVPCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
663 |
base(exception, cancelled, userState) { |
664 |
this.results = results; |
665 |
} |
666 |
|
667 |
public bool Result { |
668 |
get { |
669 |
base.RaiseExceptionIfNecessary(); |
670 |
return ((bool)(this.results[0])); |
671 |
} |
672 |
} |
673 |
} |
674 |
|
675 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
676 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
677 |
public partial class GetCompareRectCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
678 |
|
679 |
private object[] results; |
680 |
|
681 |
public GetCompareRectCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
682 |
base(exception, cancelled, userState) { |
683 |
this.results = results; |
684 |
} |
685 |
|
686 |
public System.Collections.Generic.List<System.Windows.Rect> Result { |
687 |
get { |
688 |
base.RaiseExceptionIfNecessary(); |
689 |
return ((System.Collections.Generic.List<System.Windows.Rect>)(this.results[0])); |
690 |
} |
691 |
} |
692 |
} |
693 |
|
694 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
695 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
696 |
public partial class SetFinalPDFCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
697 |
|
698 |
private object[] results; |
699 |
|
700 |
public SetFinalPDFCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
701 |
base(exception, cancelled, userState) { |
702 |
this.results = results; |
703 |
} |
704 |
|
705 |
public KCOM.ServiceDeepView.FinalPDFResult Result { |
706 |
get { |
707 |
base.RaiseExceptionIfNecessary(); |
708 |
return ((KCOM.ServiceDeepView.FinalPDFResult)(this.results[0])); |
709 |
} |
710 |
} |
711 |
} |
712 |
|
713 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
714 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
715 |
public partial class GetConversionStateCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
716 |
|
717 |
private object[] results; |
718 |
|
719 |
public GetConversionStateCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
720 |
base(exception, cancelled, userState) { |
721 |
this.results = results; |
722 |
} |
723 |
|
724 |
public bool Result { |
725 |
get { |
726 |
base.RaiseExceptionIfNecessary(); |
727 |
return ((bool)(this.results[0])); |
728 |
} |
729 |
} |
730 |
} |
731 |
|
732 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
733 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
734 |
public partial class GetVPRevisionHistoryCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
735 |
|
736 |
private object[] results; |
737 |
|
738 |
public GetVPRevisionHistoryCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
739 |
base(exception, cancelled, userState) { |
740 |
this.results = results; |
741 |
} |
742 |
|
743 |
public System.Collections.Generic.List<IKCOM.VPRevision> Result { |
744 |
get { |
745 |
base.RaiseExceptionIfNecessary(); |
746 |
return ((System.Collections.Generic.List<IKCOM.VPRevision>)(this.results[0])); |
747 |
} |
748 |
} |
749 |
} |
750 |
|
751 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
752 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
753 |
public partial class GetDocInfoCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
754 |
|
755 |
private object[] results; |
756 |
|
757 |
public GetDocInfoCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
758 |
base(exception, cancelled, userState) { |
759 |
this.results = results; |
760 |
} |
761 |
|
762 |
public KCOMDataModel.DataModel.DOCINFO Result { |
763 |
get { |
764 |
base.RaiseExceptionIfNecessary(); |
765 |
return ((KCOMDataModel.DataModel.DOCINFO)(this.results[0])); |
766 |
} |
767 |
} |
768 |
} |
769 |
|
770 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
771 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
772 |
public partial class GetCheckSystemAdminCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
773 |
|
774 |
private object[] results; |
775 |
|
776 |
public GetCheckSystemAdminCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
777 |
base(exception, cancelled, userState) { |
778 |
this.results = results; |
779 |
} |
780 |
|
781 |
public bool Result { |
782 |
get { |
783 |
base.RaiseExceptionIfNecessary(); |
784 |
return ((bool)(this.results[0])); |
785 |
} |
786 |
} |
787 |
} |
788 |
|
789 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
790 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
791 |
public partial class GetDocumentItemInfoCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
792 |
|
793 |
private object[] results; |
794 |
|
795 |
public GetDocumentItemInfoCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
796 |
base(exception, cancelled, userState) { |
797 |
this.results = results; |
798 |
} |
799 |
|
800 |
public KCOMDataModel.DataModel.DOCUMENT_ITEM Result { |
801 |
get { |
802 |
base.RaiseExceptionIfNecessary(); |
803 |
return ((KCOMDataModel.DataModel.DOCUMENT_ITEM)(this.results[0])); |
804 |
} |
805 |
} |
806 |
} |
807 |
|
808 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
809 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
810 |
public partial class GetMarkupInfoItemsCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
811 |
|
812 |
private object[] results; |
813 |
|
814 |
public GetMarkupInfoItemsCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
815 |
base(exception, cancelled, userState) { |
816 |
this.results = results; |
817 |
} |
818 |
|
819 |
public System.Collections.Generic.List<IKCOM.MarkupInfoItem> Result { |
820 |
get { |
821 |
base.RaiseExceptionIfNecessary(); |
822 |
return ((System.Collections.Generic.List<IKCOM.MarkupInfoItem>)(this.results[0])); |
823 |
} |
824 |
} |
825 |
} |
826 |
|
827 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
828 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
829 |
public partial class GetSyncMarkupInfoItemsCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
830 |
|
831 |
private object[] results; |
832 |
|
833 |
public GetSyncMarkupInfoItemsCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
834 |
base(exception, cancelled, userState) { |
835 |
this.results = results; |
836 |
} |
837 |
|
838 |
public System.Collections.Generic.List<IKCOM.MarkupInfoItem> Result { |
839 |
get { |
840 |
base.RaiseExceptionIfNecessary(); |
841 |
return ((System.Collections.Generic.List<IKCOM.MarkupInfoItem>)(this.results[0])); |
842 |
} |
843 |
} |
844 |
} |
845 |
|
846 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
847 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
848 |
public partial class GetDeptDataCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
849 |
|
850 |
private object[] results; |
851 |
|
852 |
public GetDeptDataCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
853 |
base(exception, cancelled, userState) { |
854 |
this.results = results; |
855 |
} |
856 |
|
857 |
public System.Collections.Generic.List<string> Result { |
858 |
get { |
859 |
base.RaiseExceptionIfNecessary(); |
860 |
return ((System.Collections.Generic.List<string>)(this.results[0])); |
861 |
} |
862 |
} |
863 |
} |
864 |
|
865 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
866 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
867 |
public partial class DeleteMarkupCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
868 |
|
869 |
private object[] results; |
870 |
|
871 |
public DeleteMarkupCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
872 |
base(exception, cancelled, userState) { |
873 |
this.results = results; |
874 |
} |
875 |
|
876 |
public bool Result { |
877 |
get { |
878 |
base.RaiseExceptionIfNecessary(); |
879 |
return ((bool)(this.results[0])); |
880 |
} |
881 |
} |
882 |
} |
883 |
|
884 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
885 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
886 |
public partial class SetFavoriteVPCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
887 |
|
888 |
private object[] results; |
889 |
|
890 |
public SetFavoriteVPCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
891 |
base(exception, cancelled, userState) { |
892 |
this.results = results; |
893 |
} |
894 |
|
895 |
public bool Result { |
896 |
get { |
897 |
base.RaiseExceptionIfNecessary(); |
898 |
return ((bool)(this.results[0])); |
899 |
} |
900 |
} |
901 |
} |
902 |
|
903 |
[System.Diagnostics.DebuggerStepThroughAttribute()] |
904 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] |
905 |
public partial class ServiceDeepViewClient : System.ServiceModel.ClientBase<KCOM.ServiceDeepView.ServiceDeepView>, KCOM.ServiceDeepView.ServiceDeepView { |
906 |
|
907 |
private BeginOperationDelegate onBeginGetSystemDataDelegate; |
908 |
|
909 |
private EndOperationDelegate onEndGetSystemDataDelegate; |
910 |
|
911 |
private System.Threading.SendOrPostCallback onGetSystemDataCompletedDelegate; |
912 |
|
913 |
private BeginOperationDelegate onBeginGetFavoriteVPDelegate; |
914 |
|
915 |
private EndOperationDelegate onEndGetFavoriteVPDelegate; |
916 |
|
917 |
private System.Threading.SendOrPostCallback onGetFavoriteVPCompletedDelegate; |
918 |
|
919 |
private BeginOperationDelegate onBeginEditFavoriteVPDelegate; |
920 |
|
921 |
private EndOperationDelegate onEndEditFavoriteVPDelegate; |
922 |
|
923 |
private System.Threading.SendOrPostCallback onEditFavoriteVPCompletedDelegate; |
924 |
|
925 |
private BeginOperationDelegate onBeginDelFavoriteVPDelegate; |
926 |
|
927 |
private EndOperationDelegate onEndDelFavoriteVPDelegate; |
928 |
|
929 |
private System.Threading.SendOrPostCallback onDelFavoriteVPCompletedDelegate; |
930 |
|
931 |
private BeginOperationDelegate onBeginGetCompareRectDelegate; |
932 |
|
933 |
private EndOperationDelegate onEndGetCompareRectDelegate; |
934 |
|
935 |
private System.Threading.SendOrPostCallback onGetCompareRectCompletedDelegate; |
936 |
|
937 |
private BeginOperationDelegate onBeginSetFinalPDFDelegate; |
938 |
|
939 |
private EndOperationDelegate onEndSetFinalPDFDelegate; |
940 |
|
941 |
private System.Threading.SendOrPostCallback onSetFinalPDFCompletedDelegate; |
942 |
|
943 |
private BeginOperationDelegate onBeginGetConversionStateDelegate; |
944 |
|
945 |
private EndOperationDelegate onEndGetConversionStateDelegate; |
946 |
|
947 |
private System.Threading.SendOrPostCallback onGetConversionStateCompletedDelegate; |
948 |
|
949 |
private BeginOperationDelegate onBeginGetVPRevisionHistoryDelegate; |
950 |
|
951 |
private EndOperationDelegate onEndGetVPRevisionHistoryDelegate; |
952 |
|
953 |
private System.Threading.SendOrPostCallback onGetVPRevisionHistoryCompletedDelegate; |
954 |
|
955 |
private BeginOperationDelegate onBeginGetDocInfoDelegate; |
956 |
|
957 |
private EndOperationDelegate onEndGetDocInfoDelegate; |
958 |
|
959 |
private System.Threading.SendOrPostCallback onGetDocInfoCompletedDelegate; |
960 |
|
961 |
private BeginOperationDelegate onBeginGetCheckSystemAdminDelegate; |
962 |
|
963 |
private EndOperationDelegate onEndGetCheckSystemAdminDelegate; |
964 |
|
965 |
private System.Threading.SendOrPostCallback onGetCheckSystemAdminCompletedDelegate; |
966 |
|
967 |
private BeginOperationDelegate onBeginGetDocumentItemInfoDelegate; |
968 |
|
969 |
private EndOperationDelegate onEndGetDocumentItemInfoDelegate; |
970 |
|
971 |
private System.Threading.SendOrPostCallback onGetDocumentItemInfoCompletedDelegate; |
972 |
|
973 |
private BeginOperationDelegate onBeginGetMarkupInfoItemsDelegate; |
974 |
|
975 |
private EndOperationDelegate onEndGetMarkupInfoItemsDelegate; |
976 |
|
977 |
private System.Threading.SendOrPostCallback onGetMarkupInfoItemsCompletedDelegate; |
978 |
|
979 |
private BeginOperationDelegate onBeginGetSyncMarkupInfoItemsDelegate; |
980 |
|
981 |
private EndOperationDelegate onEndGetSyncMarkupInfoItemsDelegate; |
982 |
|
983 |
private System.Threading.SendOrPostCallback onGetSyncMarkupInfoItemsCompletedDelegate; |
984 |
|
985 |
private BeginOperationDelegate onBeginGetDeptDataDelegate; |
986 |
|
987 |
private EndOperationDelegate onEndGetDeptDataDelegate; |
988 |
|
989 |
private System.Threading.SendOrPostCallback onGetDeptDataCompletedDelegate; |
990 |
|
991 |
private BeginOperationDelegate onBeginDeleteMarkupDelegate; |
992 |
|
993 |
private EndOperationDelegate onEndDeleteMarkupDelegate; |
994 |
|
995 |
private System.Threading.SendOrPostCallback onDeleteMarkupCompletedDelegate; |
996 |
|
997 |
private BeginOperationDelegate onBeginSetFavoriteVPDelegate; |
998 |
|
999 |
private EndOperationDelegate onEndSetFavoriteVPDelegate; |
1000 |
|
1001 |
private System.Threading.SendOrPostCallback onSetFavoriteVPCompletedDelegate; |
1002 |
|
1003 |
public ServiceDeepViewClient() { |
1004 |
} |
1005 |
|
1006 |
public ServiceDeepViewClient(string endpointConfigurationName) : |
1007 |
base(endpointConfigurationName) { |
1008 |
} |
1009 |
|
1010 |
public ServiceDeepViewClient(string endpointConfigurationName, string remoteAddress) : |
1011 |
base(endpointConfigurationName, remoteAddress) { |
1012 |
} |
1013 |
|
1014 |
public ServiceDeepViewClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) : |
1015 |
base(endpointConfigurationName, remoteAddress) { |
1016 |
} |
1017 |
|
1018 |
public ServiceDeepViewClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) : |
1019 |
base(binding, remoteAddress) { |
1020 |
} |
1021 |
|
1022 |
public event System.EventHandler<GetSystemDataCompletedEventArgs> GetSystemDataCompleted; |
1023 |
|
1024 |
public event System.EventHandler<GetFavoriteVPCompletedEventArgs> GetFavoriteVPCompleted; |
1025 |
|
1026 |
public event System.EventHandler<EditFavoriteVPCompletedEventArgs> EditFavoriteVPCompleted; |
1027 |
|
1028 |
public event System.EventHandler<DelFavoriteVPCompletedEventArgs> DelFavoriteVPCompleted; |
1029 |
|
1030 |
public event System.EventHandler<GetCompareRectCompletedEventArgs> GetCompareRectCompleted; |
1031 |
|
1032 |
public event System.EventHandler<SetFinalPDFCompletedEventArgs> SetFinalPDFCompleted; |
1033 |
|
1034 |
public event System.EventHandler<GetConversionStateCompletedEventArgs> GetConversionStateCompleted; |
1035 |
|
1036 |
public event System.EventHandler<GetVPRevisionHistoryCompletedEventArgs> GetVPRevisionHistoryCompleted; |
1037 |
|
1038 |
public event System.EventHandler<GetDocInfoCompletedEventArgs> GetDocInfoCompleted; |
1039 |
|
1040 |
public event System.EventHandler<GetCheckSystemAdminCompletedEventArgs> GetCheckSystemAdminCompleted; |
1041 |
|
1042 |
public event System.EventHandler<GetDocumentItemInfoCompletedEventArgs> GetDocumentItemInfoCompleted; |
1043 |
|
1044 |
public event System.EventHandler<GetMarkupInfoItemsCompletedEventArgs> GetMarkupInfoItemsCompleted; |
1045 |
|
1046 |
public event System.EventHandler<GetSyncMarkupInfoItemsCompletedEventArgs> GetSyncMarkupInfoItemsCompleted; |
1047 |
|
1048 |
public event System.EventHandler<GetDeptDataCompletedEventArgs> GetDeptDataCompleted; |
1049 |
|
1050 |
public event System.EventHandler<DeleteMarkupCompletedEventArgs> DeleteMarkupCompleted; |
1051 |
|
1052 |
public event System.EventHandler<SetFavoriteVPCompletedEventArgs> SetFavoriteVPCompleted; |
1053 |
|
1054 |
public IKCOM.KCOM_SystemInfo GetSystemData() { |
1055 |
return base.Channel.GetSystemData(); |
1056 |
} |
1057 |
|
1058 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
1059 |
public System.IAsyncResult BeginGetSystemData(System.AsyncCallback callback, object asyncState) { |
1060 |
return base.Channel.BeginGetSystemData(callback, asyncState); |
1061 |
} |
1062 |
|
1063 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
1064 |
public IKCOM.KCOM_SystemInfo EndGetSystemData(System.IAsyncResult result) { |
1065 |
return base.Channel.EndGetSystemData(result); |
1066 |
} |
1067 |
|
1068 |
private System.IAsyncResult OnBeginGetSystemData(object[] inValues, System.AsyncCallback callback, object asyncState) { |
1069 |
return this.BeginGetSystemData(callback, asyncState); |
1070 |
} |
1071 |
|
1072 |
private object[] OnEndGetSystemData(System.IAsyncResult result) { |
1073 |
IKCOM.KCOM_SystemInfo retVal = this.EndGetSystemData(result); |
1074 |
return new object[] { |
1075 |
retVal}; |
1076 |
} |
1077 |
|
1078 |
private void OnGetSystemDataCompleted(object state) { |
1079 |
if ((this.GetSystemDataCompleted != null)) { |
1080 |
InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
1081 |
this.GetSystemDataCompleted(this, new GetSystemDataCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
1082 |
} |
1083 |
} |
1084 |
|
1085 |
public void GetSystemDataAsync() { |
1086 |
this.GetSystemDataAsync(null); |
1087 |
} |
1088 |
|
1089 |
public void GetSystemDataAsync(object userState) { |
1090 |
if ((this.onBeginGetSystemDataDelegate == null)) { |
1091 |
this.onBeginGetSystemDataDelegate = new BeginOperationDelegate(this.OnBeginGetSystemData); |
1092 |
} |
1093 |
if ((this.onEndGetSystemDataDelegate == null)) { |
1094 |
this.onEndGetSystemDataDelegate = new EndOperationDelegate(this.OnEndGetSystemData); |
1095 |
} |
1096 |
if ((this.onGetSystemDataCompletedDelegate == null)) { |
1097 |
this.onGetSystemDataCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetSystemDataCompleted); |
1098 |
} |
1099 |
base.InvokeAsync(this.onBeginGetSystemDataDelegate, null, this.onEndGetSystemDataDelegate, this.onGetSystemDataCompletedDelegate, userState); |
1100 |
} |
1101 |
|
1102 |
public System.Collections.Generic.List<KCOMDataModel.DataModel.FAVORITE_DOC> GetFavoriteVP(string PrjNo, string userID, string sharepointItemID) { |
1103 |
return base.Channel.GetFavoriteVP(PrjNo, userID, sharepointItemID); |
1104 |
} |
1105 |
|
1106 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
1107 |
public System.IAsyncResult BeginGetFavoriteVP(string PrjNo, string userID, string sharepointItemID, System.AsyncCallback callback, object asyncState) { |
1108 |
return base.Channel.BeginGetFavoriteVP(PrjNo, userID, sharepointItemID, callback, asyncState); |
1109 |
} |
1110 |
|
1111 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
1112 |
public System.Collections.Generic.List<KCOMDataModel.DataModel.FAVORITE_DOC> EndGetFavoriteVP(System.IAsyncResult result) { |
1113 |
return base.Channel.EndGetFavoriteVP(result); |
1114 |
} |
1115 |
|
1116 |
private System.IAsyncResult OnBeginGetFavoriteVP(object[] inValues, System.AsyncCallback callback, object asyncState) { |
1117 |
string PrjNo = ((string)(inValues[0])); |
1118 |
string userID = ((string)(inValues[1])); |
1119 |
string sharepointItemID = ((string)(inValues[2])); |
1120 |
return this.BeginGetFavoriteVP(PrjNo, userID, sharepointItemID, callback, asyncState); |
1121 |
} |
1122 |
|
1123 |
private object[] OnEndGetFavoriteVP(System.IAsyncResult result) { |
1124 |
System.Collections.Generic.List<KCOMDataModel.DataModel.FAVORITE_DOC> retVal = this.EndGetFavoriteVP(result); |
1125 |
return new object[] { |
1126 |
retVal}; |
1127 |
} |
1128 |
|
1129 |
private void OnGetFavoriteVPCompleted(object state) { |
1130 |
if ((this.GetFavoriteVPCompleted != null)) { |
1131 |
InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
1132 |
this.GetFavoriteVPCompleted(this, new GetFavoriteVPCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
1133 |
} |
1134 |
} |
1135 |
|
1136 |
public void GetFavoriteVPAsync(string PrjNo, string userID, string sharepointItemID) { |
1137 |
this.GetFavoriteVPAsync(PrjNo, userID, sharepointItemID, null); |
1138 |
} |
1139 |
|
1140 |
public void GetFavoriteVPAsync(string PrjNo, string userID, string sharepointItemID, object userState) { |
1141 |
if ((this.onBeginGetFavoriteVPDelegate == null)) { |
1142 |
this.onBeginGetFavoriteVPDelegate = new BeginOperationDelegate(this.OnBeginGetFavoriteVP); |
1143 |
} |
1144 |
if ((this.onEndGetFavoriteVPDelegate == null)) { |
1145 |
this.onEndGetFavoriteVPDelegate = new EndOperationDelegate(this.OnEndGetFavoriteVP); |
1146 |
} |
1147 |
if ((this.onGetFavoriteVPCompletedDelegate == null)) { |
1148 |
this.onGetFavoriteVPCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetFavoriteVPCompleted); |
1149 |
} |
1150 |
base.InvokeAsync(this.onBeginGetFavoriteVPDelegate, new object[] { |
1151 |
PrjNo, |
1152 |
userID, |
1153 |
sharepointItemID}, this.onEndGetFavoriteVPDelegate, this.onGetFavoriteVPCompletedDelegate, userState); |
1154 |
} |
1155 |
|
1156 |
public bool EditFavoriteVP(string prjNo, string userID, string docID, int state, string description) { |
1157 |
return base.Channel.EditFavoriteVP(prjNo, userID, docID, state, description); |
1158 |
} |
1159 |
|
1160 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
1161 |
public System.IAsyncResult BeginEditFavoriteVP(string prjNo, string userID, string docID, int state, string description, System.AsyncCallback callback, object asyncState) { |
1162 |
return base.Channel.BeginEditFavoriteVP(prjNo, userID, docID, state, description, callback, asyncState); |
1163 |
} |
1164 |
|
1165 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
1166 |
public bool EndEditFavoriteVP(System.IAsyncResult result) { |
1167 |
return base.Channel.EndEditFavoriteVP(result); |
1168 |
} |
1169 |
|
1170 |
private System.IAsyncResult OnBeginEditFavoriteVP(object[] inValues, System.AsyncCallback callback, object asyncState) { |
1171 |
string prjNo = ((string)(inValues[0])); |
1172 |
string userID = ((string)(inValues[1])); |
1173 |
string docID = ((string)(inValues[2])); |
1174 |
int state = ((int)(inValues[3])); |
1175 |
string description = ((string)(inValues[4])); |
1176 |
return this.BeginEditFavoriteVP(prjNo, userID, docID, state, description, callback, asyncState); |
1177 |
} |
1178 |
|
1179 |
private object[] OnEndEditFavoriteVP(System.IAsyncResult result) { |
1180 |
bool retVal = this.EndEditFavoriteVP(result); |
1181 |
return new object[] { |
1182 |
retVal}; |
1183 |
} |
1184 |
|
1185 |
private void OnEditFavoriteVPCompleted(object state) { |
1186 |
if ((this.EditFavoriteVPCompleted != null)) { |
1187 |
InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
1188 |
this.EditFavoriteVPCompleted(this, new EditFavoriteVPCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
1189 |
} |
1190 |
} |
1191 |
|
1192 |
public void EditFavoriteVPAsync(string prjNo, string userID, string docID, int state, string description) { |
1193 |
this.EditFavoriteVPAsync(prjNo, userID, docID, state, description, null); |
1194 |
} |
1195 |
|
1196 |
public void EditFavoriteVPAsync(string prjNo, string userID, string docID, int state, string description, object userState) { |
1197 |
if ((this.onBeginEditFavoriteVPDelegate == null)) { |
1198 |
this.onBeginEditFavoriteVPDelegate = new BeginOperationDelegate(this.OnBeginEditFavoriteVP); |
1199 |
} |
1200 |
if ((this.onEndEditFavoriteVPDelegate == null)) { |
1201 |
this.onEndEditFavoriteVPDelegate = new EndOperationDelegate(this.OnEndEditFavoriteVP); |
1202 |
} |
1203 |
if ((this.onEditFavoriteVPCompletedDelegate == null)) { |
1204 |
this.onEditFavoriteVPCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnEditFavoriteVPCompleted); |
1205 |
} |
1206 |
base.InvokeAsync(this.onBeginEditFavoriteVPDelegate, new object[] { |
1207 |
prjNo, |
1208 |
userID, |
1209 |
docID, |
1210 |
state, |
1211 |
description}, this.onEndEditFavoriteVPDelegate, this.onEditFavoriteVPCompletedDelegate, userState); |
1212 |
} |
1213 |
|
1214 |
public bool DelFavoriteVP(string prjNo, string userID, int SavePageNo, string docID) { |
1215 |
return base.Channel.DelFavoriteVP(prjNo, userID, SavePageNo, docID); |
1216 |
} |
1217 |
|
1218 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
1219 |
public System.IAsyncResult BeginDelFavoriteVP(string prjNo, string userID, int SavePageNo, string docID, System.AsyncCallback callback, object asyncState) { |
1220 |
return base.Channel.BeginDelFavoriteVP(prjNo, userID, SavePageNo, docID, callback, asyncState); |
1221 |
} |
1222 |
|
1223 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
1224 |
public bool EndDelFavoriteVP(System.IAsyncResult result) { |
1225 |
return base.Channel.EndDelFavoriteVP(result); |
1226 |
} |
1227 |
|
1228 |
private System.IAsyncResult OnBeginDelFavoriteVP(object[] inValues, System.AsyncCallback callback, object asyncState) { |
1229 |
string prjNo = ((string)(inValues[0])); |
1230 |
string userID = ((string)(inValues[1])); |
1231 |
int SavePageNo = ((int)(inValues[2])); |
1232 |
string docID = ((string)(inValues[3])); |
1233 |
return this.BeginDelFavoriteVP(prjNo, userID, SavePageNo, docID, callback, asyncState); |
1234 |
} |
1235 |
|
1236 |
private object[] OnEndDelFavoriteVP(System.IAsyncResult result) { |
1237 |
bool retVal = this.EndDelFavoriteVP(result); |
1238 |
return new object[] { |
1239 |
retVal}; |
1240 |
} |
1241 |
|
1242 |
private void OnDelFavoriteVPCompleted(object state) { |
1243 |
if ((this.DelFavoriteVPCompleted != null)) { |
1244 |
InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
1245 |
this.DelFavoriteVPCompleted(this, new DelFavoriteVPCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
1246 |
} |
1247 |
} |
1248 |
|
1249 |
public void DelFavoriteVPAsync(string prjNo, string userID, int SavePageNo, string docID) { |
1250 |
this.DelFavoriteVPAsync(prjNo, userID, SavePageNo, docID, null); |
1251 |
} |
1252 |
|
1253 |
public void DelFavoriteVPAsync(string prjNo, string userID, int SavePageNo, string docID, object userState) { |
1254 |
if ((this.onBeginDelFavoriteVPDelegate == null)) { |
1255 |
this.onBeginDelFavoriteVPDelegate = new BeginOperationDelegate(this.OnBeginDelFavoriteVP); |
1256 |
} |
1257 |
if ((this.onEndDelFavoriteVPDelegate == null)) { |
1258 |
this.onEndDelFavoriteVPDelegate = new EndOperationDelegate(this.OnEndDelFavoriteVP); |
1259 |
} |
1260 |
if ((this.onDelFavoriteVPCompletedDelegate == null)) { |
1261 |
this.onDelFavoriteVPCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnDelFavoriteVPCompleted); |
1262 |
} |
1263 |
base.InvokeAsync(this.onBeginDelFavoriteVPDelegate, new object[] { |
1264 |
prjNo, |
1265 |
userID, |
1266 |
SavePageNo, |
1267 |
docID}, this.onEndDelFavoriteVPDelegate, this.onDelFavoriteVPCompletedDelegate, userState); |
1268 |
} |
1269 |
|
1270 |
public System.Collections.Generic.List<System.Windows.Rect> GetCompareRect(string projectNo, string originDocItem_ID, string targetDocItem_ID, string originPageNo, string targetPageNo) { |
1271 |
return base.Channel.GetCompareRect(projectNo, originDocItem_ID, targetDocItem_ID, originPageNo, targetPageNo); |
1272 |
} |
1273 |
|
1274 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
1275 |
public System.IAsyncResult BeginGetCompareRect(string projectNo, string originDocItem_ID, string targetDocItem_ID, string originPageNo, string targetPageNo, System.AsyncCallback callback, object asyncState) { |
1276 |
return base.Channel.BeginGetCompareRect(projectNo, originDocItem_ID, targetDocItem_ID, originPageNo, targetPageNo, callback, asyncState); |
1277 |
} |
1278 |
|
1279 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
1280 |
public System.Collections.Generic.List<System.Windows.Rect> EndGetCompareRect(System.IAsyncResult result) { |
1281 |
return base.Channel.EndGetCompareRect(result); |
1282 |
} |
1283 |
|
1284 |
private System.IAsyncResult OnBeginGetCompareRect(object[] inValues, System.AsyncCallback callback, object asyncState) { |
1285 |
string projectNo = ((string)(inValues[0])); |
1286 |
string originDocItem_ID = ((string)(inValues[1])); |
1287 |
string targetDocItem_ID = ((string)(inValues[2])); |
1288 |
string originPageNo = ((string)(inValues[3])); |
1289 |
string targetPageNo = ((string)(inValues[4])); |
1290 |
return this.BeginGetCompareRect(projectNo, originDocItem_ID, targetDocItem_ID, originPageNo, targetPageNo, callback, asyncState); |
1291 |
} |
1292 |
|
1293 |
private object[] OnEndGetCompareRect(System.IAsyncResult result) { |
1294 |
System.Collections.Generic.List<System.Windows.Rect> retVal = this.EndGetCompareRect(result); |
1295 |
return new object[] { |
1296 |
retVal}; |
1297 |
} |
1298 |
|
1299 |
private void OnGetCompareRectCompleted(object state) { |
1300 |
if ((this.GetCompareRectCompleted != null)) { |
1301 |
InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
1302 |
this.GetCompareRectCompleted(this, new GetCompareRectCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
1303 |
} |
1304 |
} |
1305 |
|
1306 |
public void GetCompareRectAsync(string projectNo, string originDocItem_ID, string targetDocItem_ID, string originPageNo, string targetPageNo) { |
1307 |
this.GetCompareRectAsync(projectNo, originDocItem_ID, targetDocItem_ID, originPageNo, targetPageNo, null); |
1308 |
} |
1309 |
|
1310 |
public void GetCompareRectAsync(string projectNo, string originDocItem_ID, string targetDocItem_ID, string originPageNo, string targetPageNo, object userState) { |
1311 |
if ((this.onBeginGetCompareRectDelegate == null)) { |
1312 |
this.onBeginGetCompareRectDelegate = new BeginOperationDelegate(this.OnBeginGetCompareRect); |
1313 |
} |
1314 |
if ((this.onEndGetCompareRectDelegate == null)) { |
1315 |
this.onEndGetCompareRectDelegate = new EndOperationDelegate(this.OnEndGetCompareRect); |
1316 |
} |
1317 |
if ((this.onGetCompareRectCompletedDelegate == null)) { |
1318 |
this.onGetCompareRectCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetCompareRectCompleted); |
1319 |
} |
1320 |
base.InvokeAsync(this.onBeginGetCompareRectDelegate, new object[] { |
1321 |
projectNo, |
1322 |
originDocItem_ID, |
1323 |
targetDocItem_ID, |
1324 |
originPageNo, |
1325 |
targetPageNo}, this.onEndGetCompareRectDelegate, this.onGetCompareRectCompletedDelegate, userState); |
1326 |
} |
1327 |
|
1328 |
public KCOM.ServiceDeepView.FinalPDFResult SetFinalPDF(string ProjectNo, string DocInfoID, string MarkupInfoID, string CreateUserID) { |
1329 |
return base.Channel.SetFinalPDF(ProjectNo, DocInfoID, MarkupInfoID, CreateUserID); |
1330 |
} |
1331 |
|
1332 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
1333 |
public System.IAsyncResult BeginSetFinalPDF(string ProjectNo, string DocInfoID, string MarkupInfoID, string CreateUserID, System.AsyncCallback callback, object asyncState) { |
1334 |
return base.Channel.BeginSetFinalPDF(ProjectNo, DocInfoID, MarkupInfoID, CreateUserID, callback, asyncState); |
1335 |
} |
1336 |
|
1337 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
1338 |
public KCOM.ServiceDeepView.FinalPDFResult EndSetFinalPDF(System.IAsyncResult result) { |
1339 |
return base.Channel.EndSetFinalPDF(result); |
1340 |
} |
1341 |
|
1342 |
private System.IAsyncResult OnBeginSetFinalPDF(object[] inValues, System.AsyncCallback callback, object asyncState) { |
1343 |
string ProjectNo = ((string)(inValues[0])); |
1344 |
string DocInfoID = ((string)(inValues[1])); |
1345 |
string MarkupInfoID = ((string)(inValues[2])); |
1346 |
string CreateUserID = ((string)(inValues[3])); |
1347 |
return this.BeginSetFinalPDF(ProjectNo, DocInfoID, MarkupInfoID, CreateUserID, callback, asyncState); |
1348 |
} |
1349 |
|
1350 |
private object[] OnEndSetFinalPDF(System.IAsyncResult result) { |
1351 |
KCOM.ServiceDeepView.FinalPDFResult retVal = this.EndSetFinalPDF(result); |
1352 |
return new object[] { |
1353 |
retVal}; |
1354 |
} |
1355 |
|
1356 |
private void OnSetFinalPDFCompleted(object state) { |
1357 |
if ((this.SetFinalPDFCompleted != null)) { |
1358 |
InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
1359 |
this.SetFinalPDFCompleted(this, new SetFinalPDFCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
1360 |
} |
1361 |
} |
1362 |
|
1363 |
public void SetFinalPDFAsync(string ProjectNo, string DocInfoID, string MarkupInfoID, string CreateUserID) { |
1364 |
this.SetFinalPDFAsync(ProjectNo, DocInfoID, MarkupInfoID, CreateUserID, null); |
1365 |
} |
1366 |
|
1367 |
public void SetFinalPDFAsync(string ProjectNo, string DocInfoID, string MarkupInfoID, string CreateUserID, object userState) { |
1368 |
if ((this.onBeginSetFinalPDFDelegate == null)) { |
1369 |
this.onBeginSetFinalPDFDelegate = new BeginOperationDelegate(this.OnBeginSetFinalPDF); |
1370 |
} |
1371 |
if ((this.onEndSetFinalPDFDelegate == null)) { |
1372 |
this.onEndSetFinalPDFDelegate = new EndOperationDelegate(this.OnEndSetFinalPDF); |
1373 |
} |
1374 |
if ((this.onSetFinalPDFCompletedDelegate == null)) { |
1375 |
this.onSetFinalPDFCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnSetFinalPDFCompleted); |
1376 |
} |
1377 |
base.InvokeAsync(this.onBeginSetFinalPDFDelegate, new object[] { |
1378 |
ProjectNo, |
1379 |
DocInfoID, |
1380 |
MarkupInfoID, |
1381 |
CreateUserID}, this.onEndSetFinalPDFDelegate, this.onSetFinalPDFCompletedDelegate, userState); |
1382 |
} |
1383 |
|
1384 |
public bool GetConversionState(IKCOM.KCOM_BasicParam param) { |
1385 |
return base.Channel.GetConversionState(param); |
1386 |
} |
1387 |
|
1388 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
1389 |
public System.IAsyncResult BeginGetConversionState(IKCOM.KCOM_BasicParam param, System.AsyncCallback callback, object asyncState) { |
1390 |
return base.Channel.BeginGetConversionState(param, callback, asyncState); |
1391 |
} |
1392 |
|
1393 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
1394 |
public bool EndGetConversionState(System.IAsyncResult result) { |
1395 |
return base.Channel.EndGetConversionState(result); |
1396 |
} |
1397 |
|
1398 |
private System.IAsyncResult OnBeginGetConversionState(object[] inValues, System.AsyncCallback callback, object asyncState) { |
1399 |
IKCOM.KCOM_BasicParam param = ((IKCOM.KCOM_BasicParam)(inValues[0])); |
1400 |
return this.BeginGetConversionState(param, callback, asyncState); |
1401 |
} |
1402 |
|
1403 |
private object[] OnEndGetConversionState(System.IAsyncResult result) { |
1404 |
bool retVal = this.EndGetConversionState(result); |
1405 |
return new object[] { |
1406 |
retVal}; |
1407 |
} |
1408 |
|
1409 |
private void OnGetConversionStateCompleted(object state) { |
1410 |
if ((this.GetConversionStateCompleted != null)) { |
1411 |
InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
1412 |
this.GetConversionStateCompleted(this, new GetConversionStateCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
1413 |
} |
1414 |
} |
1415 |
|
1416 |
public void GetConversionStateAsync(IKCOM.KCOM_BasicParam param) { |
1417 |
this.GetConversionStateAsync(param, null); |
1418 |
} |
1419 |
|
1420 |
public void GetConversionStateAsync(IKCOM.KCOM_BasicParam param, object userState) { |
1421 |
if ((this.onBeginGetConversionStateDelegate == null)) { |
1422 |
this.onBeginGetConversionStateDelegate = new BeginOperationDelegate(this.OnBeginGetConversionState); |
1423 |
} |
1424 |
if ((this.onEndGetConversionStateDelegate == null)) { |
1425 |
this.onEndGetConversionStateDelegate = new EndOperationDelegate(this.OnEndGetConversionState); |
1426 |
} |
1427 |
if ((this.onGetConversionStateCompletedDelegate == null)) { |
1428 |
this.onGetConversionStateCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetConversionStateCompleted); |
1429 |
} |
1430 |
base.InvokeAsync(this.onBeginGetConversionStateDelegate, new object[] { |
1431 |
param}, this.onEndGetConversionStateDelegate, this.onGetConversionStateCompletedDelegate, userState); |
1432 |
} |
1433 |
|
1434 |
public System.Collections.Generic.List<IKCOM.VPRevision> GetVPRevisionHistory(string ProjectNo, string vpNo, string DocumentId) { |
1435 |
return base.Channel.GetVPRevisionHistory(ProjectNo, vpNo, DocumentId); |
1436 |
} |
1437 |
|
1438 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
1439 |
public System.IAsyncResult BeginGetVPRevisionHistory(string ProjectNo, string vpNo, string DocumentId, System.AsyncCallback callback, object asyncState) { |
1440 |
return base.Channel.BeginGetVPRevisionHistory(ProjectNo, vpNo, DocumentId, callback, asyncState); |
1441 |
} |
1442 |
|
1443 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
1444 |
public System.Collections.Generic.List<IKCOM.VPRevision> EndGetVPRevisionHistory(System.IAsyncResult result) { |
1445 |
return base.Channel.EndGetVPRevisionHistory(result); |
1446 |
} |
1447 |
|
1448 |
private System.IAsyncResult OnBeginGetVPRevisionHistory(object[] inValues, System.AsyncCallback callback, object asyncState) { |
1449 |
string ProjectNo = ((string)(inValues[0])); |
1450 |
string vpNo = ((string)(inValues[1])); |
1451 |
string DocumentId = ((string)(inValues[2])); |
1452 |
return this.BeginGetVPRevisionHistory(ProjectNo, vpNo, DocumentId, callback, asyncState); |
1453 |
} |
1454 |
|
1455 |
private object[] OnEndGetVPRevisionHistory(System.IAsyncResult result) { |
1456 |
System.Collections.Generic.List<IKCOM.VPRevision> retVal = this.EndGetVPRevisionHistory(result); |
1457 |
return new object[] { |
1458 |
retVal}; |
1459 |
} |
1460 |
|
1461 |
private void OnGetVPRevisionHistoryCompleted(object state) { |
1462 |
if ((this.GetVPRevisionHistoryCompleted != null)) { |
1463 |
InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
1464 |
this.GetVPRevisionHistoryCompleted(this, new GetVPRevisionHistoryCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
1465 |
} |
1466 |
} |
1467 |
|
1468 |
public void GetVPRevisionHistoryAsync(string ProjectNo, string vpNo, string DocumentId) { |
1469 |
this.GetVPRevisionHistoryAsync(ProjectNo, vpNo, DocumentId, null); |
1470 |
} |
1471 |
|
1472 |
public void GetVPRevisionHistoryAsync(string ProjectNo, string vpNo, string DocumentId, object userState) { |
1473 |
if ((this.onBeginGetVPRevisionHistoryDelegate == null)) { |
1474 |
this.onBeginGetVPRevisionHistoryDelegate = new BeginOperationDelegate(this.OnBeginGetVPRevisionHistory); |
1475 |
} |
1476 |
if ((this.onEndGetVPRevisionHistoryDelegate == null)) { |
1477 |
this.onEndGetVPRevisionHistoryDelegate = new EndOperationDelegate(this.OnEndGetVPRevisionHistory); |
1478 |
} |
1479 |
if ((this.onGetVPRevisionHistoryCompletedDelegate == null)) { |
1480 |
this.onGetVPRevisionHistoryCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetVPRevisionHistoryCompleted); |
1481 |
} |
1482 |
base.InvokeAsync(this.onBeginGetVPRevisionHistoryDelegate, new object[] { |
1483 |
ProjectNo, |
1484 |
vpNo, |
1485 |
DocumentId}, this.onEndGetVPRevisionHistoryDelegate, this.onGetVPRevisionHistoryCompletedDelegate, userState); |
1486 |
} |
1487 |
|
1488 |
public KCOMDataModel.DataModel.DOCINFO GetDocInfo(IKCOM.KCOM_BasicParam param) { |
1489 |
return base.Channel.GetDocInfo(param); |
1490 |
} |
1491 |
|
1492 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
1493 |
public System.IAsyncResult BeginGetDocInfo(IKCOM.KCOM_BasicParam param, System.AsyncCallback callback, object asyncState) { |
1494 |
return base.Channel.BeginGetDocInfo(param, callback, asyncState); |
1495 |
} |
1496 |
|
1497 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
1498 |
public KCOMDataModel.DataModel.DOCINFO EndGetDocInfo(System.IAsyncResult result) { |
1499 |
return base.Channel.EndGetDocInfo(result); |
1500 |
} |
1501 |
|
1502 |
private System.IAsyncResult OnBeginGetDocInfo(object[] inValues, System.AsyncCallback callback, object asyncState) { |
1503 |
IKCOM.KCOM_BasicParam param = ((IKCOM.KCOM_BasicParam)(inValues[0])); |
1504 |
return this.BeginGetDocInfo(param, callback, asyncState); |
1505 |
} |
1506 |
|
1507 |
private object[] OnEndGetDocInfo(System.IAsyncResult result) { |
1508 |
KCOMDataModel.DataModel.DOCINFO retVal = this.EndGetDocInfo(result); |
1509 |
return new object[] { |
1510 |
retVal}; |
1511 |
} |
1512 |
|
1513 |
private void OnGetDocInfoCompleted(object state) { |
1514 |
if ((this.GetDocInfoCompleted != null)) { |
1515 |
InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
1516 |
this.GetDocInfoCompleted(this, new GetDocInfoCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
1517 |
} |
1518 |
} |
1519 |
|
1520 |
public void GetDocInfoAsync(IKCOM.KCOM_BasicParam param) { |
1521 |
this.GetDocInfoAsync(param, null); |
1522 |
} |
1523 |
|
1524 |
public void GetDocInfoAsync(IKCOM.KCOM_BasicParam param, object userState) { |
1525 |
if ((this.onBeginGetDocInfoDelegate == null)) { |
1526 |
this.onBeginGetDocInfoDelegate = new BeginOperationDelegate(this.OnBeginGetDocInfo); |
1527 |
} |
1528 |
if ((this.onEndGetDocInfoDelegate == null)) { |
1529 |
this.onEndGetDocInfoDelegate = new EndOperationDelegate(this.OnEndGetDocInfo); |
1530 |
} |
1531 |
if ((this.onGetDocInfoCompletedDelegate == null)) { |
1532 |
this.onGetDocInfoCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetDocInfoCompleted); |
1533 |
} |
1534 |
base.InvokeAsync(this.onBeginGetDocInfoDelegate, new object[] { |
1535 |
param}, this.onEndGetDocInfoDelegate, this.onGetDocInfoCompletedDelegate, userState); |
1536 |
} |
1537 |
|
1538 |
public bool GetCheckSystemAdmin(string UserID) { |
1539 |
return base.Channel.GetCheckSystemAdmin(UserID); |
1540 |
} |
1541 |
|
1542 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
1543 |
public System.IAsyncResult BeginGetCheckSystemAdmin(string UserID, System.AsyncCallback callback, object asyncState) { |
1544 |
return base.Channel.BeginGetCheckSystemAdmin(UserID, callback, asyncState); |
1545 |
} |
1546 |
|
1547 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
1548 |
public bool EndGetCheckSystemAdmin(System.IAsyncResult result) { |
1549 |
return base.Channel.EndGetCheckSystemAdmin(result); |
1550 |
} |
1551 |
|
1552 |
private System.IAsyncResult OnBeginGetCheckSystemAdmin(object[] inValues, System.AsyncCallback callback, object asyncState) { |
1553 |
string UserID = ((string)(inValues[0])); |
1554 |
return this.BeginGetCheckSystemAdmin(UserID, callback, asyncState); |
1555 |
} |
1556 |
|
1557 |
private object[] OnEndGetCheckSystemAdmin(System.IAsyncResult result) { |
1558 |
bool retVal = this.EndGetCheckSystemAdmin(result); |
1559 |
return new object[] { |
1560 |
retVal}; |
1561 |
} |
1562 |
|
1563 |
private void OnGetCheckSystemAdminCompleted(object state) { |
1564 |
if ((this.GetCheckSystemAdminCompleted != null)) { |
1565 |
InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
1566 |
this.GetCheckSystemAdminCompleted(this, new GetCheckSystemAdminCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
1567 |
} |
1568 |
} |
1569 |
|
1570 |
public void GetCheckSystemAdminAsync(string UserID) { |
1571 |
this.GetCheckSystemAdminAsync(UserID, null); |
1572 |
} |
1573 |
|
1574 |
public void GetCheckSystemAdminAsync(string UserID, object userState) { |
1575 |
if ((this.onBeginGetCheckSystemAdminDelegate == null)) { |
1576 |
this.onBeginGetCheckSystemAdminDelegate = new BeginOperationDelegate(this.OnBeginGetCheckSystemAdmin); |
1577 |
} |
1578 |
if ((this.onEndGetCheckSystemAdminDelegate == null)) { |
1579 |
this.onEndGetCheckSystemAdminDelegate = new EndOperationDelegate(this.OnEndGetCheckSystemAdmin); |
1580 |
} |
1581 |
if ((this.onGetCheckSystemAdminCompletedDelegate == null)) { |
1582 |
this.onGetCheckSystemAdminCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetCheckSystemAdminCompleted); |
1583 |
} |
1584 |
base.InvokeAsync(this.onBeginGetCheckSystemAdminDelegate, new object[] { |
1585 |
UserID}, this.onEndGetCheckSystemAdminDelegate, this.onGetCheckSystemAdminCompletedDelegate, userState); |
1586 |
} |
1587 |
|
1588 |
public KCOMDataModel.DataModel.DOCUMENT_ITEM GetDocumentItemInfo(IKCOM.KCOM_BasicParam param) { |
1589 |
return base.Channel.GetDocumentItemInfo(param); |
1590 |
} |
1591 |
|
1592 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
1593 |
public System.IAsyncResult BeginGetDocumentItemInfo(IKCOM.KCOM_BasicParam param, System.AsyncCallback callback, object asyncState) { |
1594 |
return base.Channel.BeginGetDocumentItemInfo(param, callback, asyncState); |
1595 |
} |
1596 |
|
1597 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
1598 |
public KCOMDataModel.DataModel.DOCUMENT_ITEM EndGetDocumentItemInfo(System.IAsyncResult result) { |
1599 |
return base.Channel.EndGetDocumentItemInfo(result); |
1600 |
} |
1601 |
|
1602 |
private System.IAsyncResult OnBeginGetDocumentItemInfo(object[] inValues, System.AsyncCallback callback, object asyncState) { |
1603 |
IKCOM.KCOM_BasicParam param = ((IKCOM.KCOM_BasicParam)(inValues[0])); |
1604 |
return this.BeginGetDocumentItemInfo(param, callback, asyncState); |
1605 |
} |
1606 |
|
1607 |
private object[] OnEndGetDocumentItemInfo(System.IAsyncResult result) { |
1608 |
KCOMDataModel.DataModel.DOCUMENT_ITEM retVal = this.EndGetDocumentItemInfo(result); |
1609 |
return new object[] { |
1610 |
retVal}; |
1611 |
} |
1612 |
|
1613 |
private void OnGetDocumentItemInfoCompleted(object state) { |
1614 |
if ((this.GetDocumentItemInfoCompleted != null)) { |
1615 |
InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
1616 |
this.GetDocumentItemInfoCompleted(this, new GetDocumentItemInfoCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
1617 |
} |
1618 |
} |
1619 |
|
1620 |
public void GetDocumentItemInfoAsync(IKCOM.KCOM_BasicParam param) { |
1621 |
this.GetDocumentItemInfoAsync(param, null); |
1622 |
} |
1623 |
|
1624 |
public void GetDocumentItemInfoAsync(IKCOM.KCOM_BasicParam param, object userState) { |
1625 |
if ((this.onBeginGetDocumentItemInfoDelegate == null)) { |
1626 |
this.onBeginGetDocumentItemInfoDelegate = new BeginOperationDelegate(this.OnBeginGetDocumentItemInfo); |
1627 |
} |
1628 |
if ((this.onEndGetDocumentItemInfoDelegate == null)) { |
1629 |
this.onEndGetDocumentItemInfoDelegate = new EndOperationDelegate(this.OnEndGetDocumentItemInfo); |
1630 |
} |
1631 |
if ((this.onGetDocumentItemInfoCompletedDelegate == null)) { |
1632 |
this.onGetDocumentItemInfoCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetDocumentItemInfoCompleted); |
1633 |
} |
1634 |
base.InvokeAsync(this.onBeginGetDocumentItemInfoDelegate, new object[] { |
1635 |
param}, this.onEndGetDocumentItemInfoDelegate, this.onGetDocumentItemInfoCompletedDelegate, userState); |
1636 |
} |
1637 |
|
1638 |
public System.Collections.Generic.List<IKCOM.MarkupInfoItem> GetMarkupInfoItems(string ProjectNo, string DocInfoId) { |
1639 |
return base.Channel.GetMarkupInfoItems(ProjectNo, DocInfoId); |
1640 |
} |
1641 |
|
1642 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
1643 |
public System.IAsyncResult BeginGetMarkupInfoItems(string ProjectNo, string DocInfoId, System.AsyncCallback callback, object asyncState) { |
1644 |
return base.Channel.BeginGetMarkupInfoItems(ProjectNo, DocInfoId, callback, asyncState); |
1645 |
} |
1646 |
|
1647 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
1648 |
public System.Collections.Generic.List<IKCOM.MarkupInfoItem> EndGetMarkupInfoItems(System.IAsyncResult result) { |
1649 |
return base.Channel.EndGetMarkupInfoItems(result); |
1650 |
} |
1651 |
|
1652 |
private System.IAsyncResult OnBeginGetMarkupInfoItems(object[] inValues, System.AsyncCallback callback, object asyncState) { |
1653 |
string ProjectNo = ((string)(inValues[0])); |
1654 |
string DocInfoId = ((string)(inValues[1])); |
1655 |
return this.BeginGetMarkupInfoItems(ProjectNo, DocInfoId, callback, asyncState); |
1656 |
} |
1657 |
|
1658 |
private object[] OnEndGetMarkupInfoItems(System.IAsyncResult result) { |
1659 |
System.Collections.Generic.List<IKCOM.MarkupInfoItem> retVal = this.EndGetMarkupInfoItems(result); |
1660 |
return new object[] { |
1661 |
retVal}; |
1662 |
} |
1663 |
|
1664 |
private void OnGetMarkupInfoItemsCompleted(object state) { |
1665 |
if ((this.GetMarkupInfoItemsCompleted != null)) { |
1666 |
InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
1667 |
this.GetMarkupInfoItemsCompleted(this, new GetMarkupInfoItemsCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
1668 |
} |
1669 |
} |
1670 |
|
1671 |
public void GetMarkupInfoItemsAsync(string ProjectNo, string DocInfoId) { |
1672 |
this.GetMarkupInfoItemsAsync(ProjectNo, DocInfoId, null); |
1673 |
} |
1674 |
|
1675 |
public void GetMarkupInfoItemsAsync(string ProjectNo, string DocInfoId, object userState) { |
1676 |
if ((this.onBeginGetMarkupInfoItemsDelegate == null)) { |
1677 |
this.onBeginGetMarkupInfoItemsDelegate = new BeginOperationDelegate(this.OnBeginGetMarkupInfoItems); |
1678 |
} |
1679 |
if ((this.onEndGetMarkupInfoItemsDelegate == null)) { |
1680 |
this.onEndGetMarkupInfoItemsDelegate = new EndOperationDelegate(this.OnEndGetMarkupInfoItems); |
1681 |
} |
1682 |
if ((this.onGetMarkupInfoItemsCompletedDelegate == null)) { |
1683 |
this.onGetMarkupInfoItemsCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetMarkupInfoItemsCompleted); |
1684 |
} |
1685 |
base.InvokeAsync(this.onBeginGetMarkupInfoItemsDelegate, new object[] { |
1686 |
ProjectNo, |
1687 |
DocInfoId}, this.onEndGetMarkupInfoItemsDelegate, this.onGetMarkupInfoItemsCompletedDelegate, userState); |
1688 |
} |
1689 |
|
1690 |
public System.Collections.Generic.List<IKCOM.MarkupInfoItem> GetSyncMarkupInfoItems(string ProjectNo, string DocInfoId, string currentUser) { |
1691 |
return base.Channel.GetSyncMarkupInfoItems(ProjectNo, DocInfoId, currentUser); |
1692 |
} |
1693 |
|
1694 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
1695 |
public System.IAsyncResult BeginGetSyncMarkupInfoItems(string ProjectNo, string DocInfoId, string currentUser, System.AsyncCallback callback, object asyncState) { |
1696 |
return base.Channel.BeginGetSyncMarkupInfoItems(ProjectNo, DocInfoId, currentUser, callback, asyncState); |
1697 |
} |
1698 |
|
1699 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
1700 |
public System.Collections.Generic.List<IKCOM.MarkupInfoItem> EndGetSyncMarkupInfoItems(System.IAsyncResult result) { |
1701 |
return base.Channel.EndGetSyncMarkupInfoItems(result); |
1702 |
} |
1703 |
|
1704 |
private System.IAsyncResult OnBeginGetSyncMarkupInfoItems(object[] inValues, System.AsyncCallback callback, object asyncState) { |
1705 |
string ProjectNo = ((string)(inValues[0])); |
1706 |
string DocInfoId = ((string)(inValues[1])); |
1707 |
string currentUser = ((string)(inValues[2])); |
1708 |
return this.BeginGetSyncMarkupInfoItems(ProjectNo, DocInfoId, currentUser, callback, asyncState); |
1709 |
} |
1710 |
|
1711 |
private object[] OnEndGetSyncMarkupInfoItems(System.IAsyncResult result) { |
1712 |
System.Collections.Generic.List<IKCOM.MarkupInfoItem> retVal = this.EndGetSyncMarkupInfoItems(result); |
1713 |
return new object[] { |
1714 |
retVal}; |
1715 |
} |
1716 |
|
1717 |
private void OnGetSyncMarkupInfoItemsCompleted(object state) { |
1718 |
if ((this.GetSyncMarkupInfoItemsCompleted != null)) { |
1719 |
InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
1720 |
this.GetSyncMarkupInfoItemsCompleted(this, new GetSyncMarkupInfoItemsCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
1721 |
} |
1722 |
} |
1723 |
|
1724 |
public void GetSyncMarkupInfoItemsAsync(string ProjectNo, string DocInfoId, string currentUser) { |
1725 |
this.GetSyncMarkupInfoItemsAsync(ProjectNo, DocInfoId, currentUser, null); |
1726 |
} |
1727 |
|
1728 |
public void GetSyncMarkupInfoItemsAsync(string ProjectNo, string DocInfoId, string currentUser, object userState) { |
1729 |
if ((this.onBeginGetSyncMarkupInfoItemsDelegate == null)) { |
1730 |
this.onBeginGetSyncMarkupInfoItemsDelegate = new BeginOperationDelegate(this.OnBeginGetSyncMarkupInfoItems); |
1731 |
} |
1732 |
if ((this.onEndGetSyncMarkupInfoItemsDelegate == null)) { |
1733 |
this.onEndGetSyncMarkupInfoItemsDelegate = new EndOperationDelegate(this.OnEndGetSyncMarkupInfoItems); |
1734 |
} |
1735 |
if ((this.onGetSyncMarkupInfoItemsCompletedDelegate == null)) { |
1736 |
this.onGetSyncMarkupInfoItemsCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetSyncMarkupInfoItemsCompleted); |
1737 |
} |
1738 |
base.InvokeAsync(this.onBeginGetSyncMarkupInfoItemsDelegate, new object[] { |
1739 |
ProjectNo, |
1740 |
DocInfoId, |
1741 |
currentUser}, this.onEndGetSyncMarkupInfoItemsDelegate, this.onGetSyncMarkupInfoItemsCompletedDelegate, userState); |
1742 |
} |
1743 |
|
1744 |
public System.Collections.Generic.List<string> GetDeptData(string UserDept) { |
1745 |
return base.Channel.GetDeptData(UserDept); |
1746 |
} |
1747 |
|
1748 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
1749 |
public System.IAsyncResult BeginGetDeptData(string UserDept, System.AsyncCallback callback, object asyncState) { |
1750 |
return base.Channel.BeginGetDeptData(UserDept, callback, asyncState); |
1751 |
} |
1752 |
|
1753 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
1754 |
public System.Collections.Generic.List<string> EndGetDeptData(System.IAsyncResult result) { |
1755 |
return base.Channel.EndGetDeptData(result); |
1756 |
} |
1757 |
|
1758 |
private System.IAsyncResult OnBeginGetDeptData(object[] inValues, System.AsyncCallback callback, object asyncState) { |
1759 |
string UserDept = ((string)(inValues[0])); |
1760 |
return this.BeginGetDeptData(UserDept, callback, asyncState); |
1761 |
} |
1762 |
|
1763 |
private object[] OnEndGetDeptData(System.IAsyncResult result) { |
1764 |
System.Collections.Generic.List<string> retVal = this.EndGetDeptData(result); |
1765 |
return new object[] { |
1766 |
retVal}; |
1767 |
} |
1768 |
|
1769 |
private void OnGetDeptDataCompleted(object state) { |
1770 |
if ((this.GetDeptDataCompleted != null)) { |
1771 |
InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
1772 |
this.GetDeptDataCompleted(this, new GetDeptDataCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
1773 |
} |
1774 |
} |
1775 |
|
1776 |
public void GetDeptDataAsync(string UserDept) { |
1777 |
this.GetDeptDataAsync(UserDept, null); |
1778 |
} |
1779 |
|
1780 |
public void GetDeptDataAsync(string UserDept, object userState) { |
1781 |
if ((this.onBeginGetDeptDataDelegate == null)) { |
1782 |
this.onBeginGetDeptDataDelegate = new BeginOperationDelegate(this.OnBeginGetDeptData); |
1783 |
} |
1784 |
if ((this.onEndGetDeptDataDelegate == null)) { |
1785 |
this.onEndGetDeptDataDelegate = new EndOperationDelegate(this.OnEndGetDeptData); |
1786 |
} |
1787 |
if ((this.onGetDeptDataCompletedDelegate == null)) { |
1788 |
this.onGetDeptDataCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnGetDeptDataCompleted); |
1789 |
} |
1790 |
base.InvokeAsync(this.onBeginGetDeptDataDelegate, new object[] { |
1791 |
UserDept}, this.onEndGetDeptDataDelegate, this.onGetDeptDataCompletedDelegate, userState); |
1792 |
} |
1793 |
|
1794 |
public bool DeleteMarkup(string ProjectNo, string MarkupInfoID) { |
1795 |
return base.Channel.DeleteMarkup(ProjectNo, MarkupInfoID); |
1796 |
} |
1797 |
|
1798 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
1799 |
public System.IAsyncResult BeginDeleteMarkup(string ProjectNo, string MarkupInfoID, System.AsyncCallback callback, object asyncState) { |
1800 |
return base.Channel.BeginDeleteMarkup(ProjectNo, MarkupInfoID, callback, asyncState); |
1801 |
} |
1802 |
|
1803 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
1804 |
public bool EndDeleteMarkup(System.IAsyncResult result) { |
1805 |
return base.Channel.EndDeleteMarkup(result); |
1806 |
} |
1807 |
|
1808 |
private System.IAsyncResult OnBeginDeleteMarkup(object[] inValues, System.AsyncCallback callback, object asyncState) { |
1809 |
string ProjectNo = ((string)(inValues[0])); |
1810 |
string MarkupInfoID = ((string)(inValues[1])); |
1811 |
return this.BeginDeleteMarkup(ProjectNo, MarkupInfoID, callback, asyncState); |
1812 |
} |
1813 |
|
1814 |
private object[] OnEndDeleteMarkup(System.IAsyncResult result) { |
1815 |
bool retVal = this.EndDeleteMarkup(result); |
1816 |
return new object[] { |
1817 |
retVal}; |
1818 |
} |
1819 |
|
1820 |
private void OnDeleteMarkupCompleted(object state) { |
1821 |
if ((this.DeleteMarkupCompleted != null)) { |
1822 |
InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
1823 |
this.DeleteMarkupCompleted(this, new DeleteMarkupCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
1824 |
} |
1825 |
} |
1826 |
|
1827 |
public void DeleteMarkupAsync(string ProjectNo, string MarkupInfoID) { |
1828 |
this.DeleteMarkupAsync(ProjectNo, MarkupInfoID, null); |
1829 |
} |
1830 |
|
1831 |
public void DeleteMarkupAsync(string ProjectNo, string MarkupInfoID, object userState) { |
1832 |
if ((this.onBeginDeleteMarkupDelegate == null)) { |
1833 |
this.onBeginDeleteMarkupDelegate = new BeginOperationDelegate(this.OnBeginDeleteMarkup); |
1834 |
} |
1835 |
if ((this.onEndDeleteMarkupDelegate == null)) { |
1836 |
this.onEndDeleteMarkupDelegate = new EndOperationDelegate(this.OnEndDeleteMarkup); |
1837 |
} |
1838 |
if ((this.onDeleteMarkupCompletedDelegate == null)) { |
1839 |
this.onDeleteMarkupCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnDeleteMarkupCompleted); |
1840 |
} |
1841 |
base.InvokeAsync(this.onBeginDeleteMarkupDelegate, new object[] { |
1842 |
ProjectNo, |
1843 |
MarkupInfoID}, this.onEndDeleteMarkupDelegate, this.onDeleteMarkupCompletedDelegate, userState); |
1844 |
} |
1845 |
|
1846 |
public bool SetFavoriteVP(string prjNo, string userID, string groupNo, string docNo, string rev, int SavePageNo, string documentItemID, string VPDescription, IKCOM.FAVORITE_FLAG flag) { |
1847 |
return base.Channel.SetFavoriteVP(prjNo, userID, groupNo, docNo, rev, SavePageNo, documentItemID, VPDescription, flag); |
1848 |
} |
1849 |
|
1850 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
1851 |
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) { |
1852 |
return base.Channel.BeginSetFavoriteVP(prjNo, userID, groupNo, docNo, rev, SavePageNo, documentItemID, VPDescription, flag, callback, asyncState); |
1853 |
} |
1854 |
|
1855 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] |
1856 |
public bool EndSetFavoriteVP(System.IAsyncResult result) { |
1857 |
return base.Channel.EndSetFavoriteVP(result); |
1858 |
} |
1859 |
|
1860 |
private System.IAsyncResult OnBeginSetFavoriteVP(object[] inValues, System.AsyncCallback callback, object asyncState) { |
1861 |
string prjNo = ((string)(inValues[0])); |
1862 |
string userID = ((string)(inValues[1])); |
1863 |
string groupNo = ((string)(inValues[2])); |
1864 |
string docNo = ((string)(inValues[3])); |
1865 |
string rev = ((string)(inValues[4])); |
1866 |
int SavePageNo = ((int)(inValues[5])); |
1867 |
string documentItemID = ((string)(inValues[6])); |
1868 |
string VPDescription = ((string)(inValues[7])); |
1869 |
IKCOM.FAVORITE_FLAG flag = ((IKCOM.FAVORITE_FLAG)(inValues[8])); |
1870 |
return this.BeginSetFavoriteVP(prjNo, userID, groupNo, docNo, rev, SavePageNo, documentItemID, VPDescription, flag, callback, asyncState); |
1871 |
} |
1872 |
|
1873 |
private object[] OnEndSetFavoriteVP(System.IAsyncResult result) { |
1874 |
bool retVal = this.EndSetFavoriteVP(result); |
1875 |
return new object[] { |
1876 |
retVal}; |
1877 |
} |
1878 |
|
1879 |
private void OnSetFavoriteVPCompleted(object state) { |
1880 |
if ((this.SetFavoriteVPCompleted != null)) { |
1881 |
InvokeAsyncCompletedEventArgs e = ((InvokeAsyncCompletedEventArgs)(state)); |
1882 |
this.SetFavoriteVPCompleted(this, new SetFavoriteVPCompletedEventArgs(e.Results, e.Error, e.Cancelled, e.UserState)); |
1883 |
} |
1884 |
} |
1885 |
|
1886 |
public void SetFavoriteVPAsync(string prjNo, string userID, string groupNo, string docNo, string rev, int SavePageNo, string documentItemID, string VPDescription, IKCOM.FAVORITE_FLAG flag) { |
1887 |
this.SetFavoriteVPAsync(prjNo, userID, groupNo, docNo, rev, SavePageNo, documentItemID, VPDescription, flag, null); |
1888 |
} |
1889 |
|
1890 |
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) { |
1891 |
if ((this.onBeginSetFavoriteVPDelegate == null)) { |
1892 |
this.onBeginSetFavoriteVPDelegate = new BeginOperationDelegate(this.OnBeginSetFavoriteVP); |
1893 |
} |
1894 |
if ((this.onEndSetFavoriteVPDelegate == null)) { |
1895 |
this.onEndSetFavoriteVPDelegate = new EndOperationDelegate(this.OnEndSetFavoriteVP); |
1896 |
} |
1897 |
if ((this.onSetFavoriteVPCompletedDelegate == null)) { |
1898 |
this.onSetFavoriteVPCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnSetFavoriteVPCompleted); |
1899 |
} |
1900 |
base.InvokeAsync(this.onBeginSetFavoriteVPDelegate, new object[] { |
1901 |
prjNo, |
1902 |
userID, |
1903 |
groupNo, |
1904 |
docNo, |
1905 |
rev, |
1906 |
SavePageNo, |
1907 |
documentItemID, |
1908 |
VPDescription, |
1909 |
flag}, this.onEndSetFavoriteVPDelegate, this.onSetFavoriteVPCompletedDelegate, userState); |
1910 |
} |
1911 |
} |
1912 |
} |